summaryrefslogtreecommitdiff
path: root/solenv/gbuild/platform/unxgcc.mk
AgeCommit message (Expand)AuthorFilesLines
2019-09-20Remove legacy NEED_CLANG_LINUX_UBSAN_RTTI_VISIBILITY supportStephan Bergmann1-3/+0
2019-09-02Add -latomic to the end of Linux C++ linker command linesStephan Bergmann1-0/+2
2019-05-03The -fvisibility-ms-compat hack is no longer needed for UBSan on Linux...Stephan Bergmann1-3/+1
2019-04-25Cut down on -pthread/-lpthread proliferationStephan Bergmann1-1/+9
2019-04-11make linker flags conditional when used, not when definedLuboš Luňák1-9/+0
2018-07-05UBSan apparently still needs --dynamic-list-cpp-typeinfoStephan Bergmann1-0/+5
2018-07-04drop usage of --dynamic-list-cpp-new/typeinfoLuboš Luňák1-5/+1
2018-02-28Build external lxml if not provided by systemSamuel Thibault1-1/+1
2016-12-20bodge linking for disable-dynamic-loading caseCaolán McNamara1-7/+14
2016-12-20sanitze->sanitizeCaolán McNamara1-1/+1
2016-12-20bootstrap building with --disable-dynloading on standard linuxCaolán McNamara1-1/+2
2016-12-19initial support to build with --disable-dynloading on standard linuxCaolán McNamara1-3/+25
2016-10-07tdf#100302: gbuild: always use $(LFS_CFLAGS)Michael Stahl1-0/+1
2016-08-02Remove some presumably unnecessary leftovers from ancient timesTor Lillqvist1-2/+0
2016-07-11Centralize setting gb_DEBUGINFO_FLAGS for gb_SYMBOL in LinkTarget.mkStephan Bergmann1-5/+0
2016-05-27shortcut the signal handler during batch testNorbert Thiebaud1-0/+3
2016-01-27Add optional debugrun soffice.bin arguments...Jan-Marek Glogowski1-1/+2
2016-01-18Wrappers for LTOPeter Foley1-2/+2
2015-11-02Pass emit-debuginfo flags into special bridge compilations, if applicableStephan Bergmann1-2/+2
2015-06-12mysqlcppconn library ends up in an extension, not in layer NONEStephan Bergmann1-0/+2
2015-05-28More aggressive system malloc memory checking for linux unit tests.Michael Meeks1-0/+1
2014-11-28Fold URE: Linux ure/lib/* -> program/Stephan Bergmann1-6/+6
2014-11-28Fold URE: Linux ure/bin/* -> program/Stephan Bergmann1-1/+1
2014-11-26On Mac, the lib/libuno_*.dylib symlinks are not in the SDKStephan Bergmann1-0/+2
2014-11-12gbuild: let's read our elves through a variable for consistencyMichael Stahl1-1/+1
2014-10-06gbuild: enable -Wnon-virtual-dtor for all GCC platformsMichael Stahl1-1/+0
2014-10-06gbuild: -Wnon-virtual-dtor and strict aliasing workaround for GCC < 4.6Michael Stahl1-27/+1
2014-10-01Drop -Wno-deprecated-declarations workaroundStephan Bergmann1-11/+0
2014-09-11(Rudimentary) C++11 support is a hard requirement nowStephan Bergmann1-7/+2
2014-08-07Under -fsanitize=undefined, always link with C++ compilerStephan Bergmann1-1/+5
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante1-1/+1
2014-03-24Revert "use $(value ...) to reduce escalating double-quoting of dollars"Stephan Bergmann1-1/+1
2014-03-19use $(value ...) to reduce escalating double-quoting of dollarsBjoern Michaelsen1-1/+1
2014-02-26fdo#75526: sdk: install URE library symlinks / import libs againMichael Stahl1-0/+1
2014-02-25gbuild: deduplicate by new gb_Helper_replace_if_different_and_touchMatúš Kukan1-5/+2
2014-02-21Allow to set LD_PLUGIN and use it for 'ar' - helps -flto build with clang.Matúš Kukan1-0/+1
2014-02-18gbuild: "make debugrun" starting instdir/program/soffice with ...Michael Stahl1-1/+1
2014-02-18Remove hopefully now unneeded workaround for --enable-lto build.Matúš Kukan1-1/+1
2014-02-18Tweak lto flags for gcc.Matúš Kukan1-6/+0
2013-12-17gbuild: remove obsolete SOLARLIBMatúš Kukan1-1/+0
2013-10-31readlicense_oo: stop delivering files to OUTDIRMichael Stahl1-1/+1
2013-10-24cppunit: use libraries from WORKDIRMichael Stahl1-2/+2
2013-09-27gbuild: remove unused gb_CppunitTest_LIBDIRMatúš Kukan1-1/+0
2013-09-23Duplicate "-Wl,-rpath-link," typoStephan Bergmann1-1/+1
2013-09-23Fixes for cross-compilation on OS X (to iOS)Tor Lillqvist1-3/+0
2013-09-23gbuild: try to fix linking with default --as-neededMichael Stahl1-1/+1
2013-09-23Try to fix cross-compilationTor Lillqvist1-9/+6
2013-09-22gbuild: drop mkdir -p calls from gb_LinkTarget__commandMichael Stahl1-2/+0
2013-09-22gbuild: rename LinkTarget variable LIBSMichael Stahl1-1/+1
2013-09-22gbuild: change linking order on ELF platformsMichael Stahl1-2/+5