summaryrefslogtreecommitdiff
path: root/solenv/inc/unxgcc.mk
AgeCommit message (Expand)AuthorFilesLines
2012-04-14really replace SDK with SDKBINDavid Tardon1-1/+1
2012-04-06enable -fno-enforce-eh-specs only for non-dbgutil buildsLuboš Luňák1-0/+2
2012-03-15clang doesn't have a problem with -Wnon-virtual-dtorLuboš Luňák1-0/+4
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann1-2/+12
2012-03-13make OString work even with old gcc that has SFINAE brokenLuboš Luňák1-0/+4
2012-03-02Check for Clang in configury and store and use resultTor Lillqvist1-1/+4
2012-02-24missed instances of -std=c++0x when switching to gnu++0xLuboš Luňák1-1/+1
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud1-5/+0
2011-10-24Undo basis/brand split: removed RPATH BRAND (same as OOO now).Stephan Bergmann1-1/+0
2011-10-24Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and BaseIn...Stephan Bergmann1-2/+2
2011-10-11enable libstdc++ debug mode with --enable-dbgutilMichael Stahl1-0/+5
2011-10-10reduce noise, split c/c++ warnings flagsCaolán McNamara1-3/+3
2011-10-10Warn if declaration follows statement in C-filesFridrich Štrba1-1/+2
2011-10-06Undo basis/brand split: move dynamic libraries from basis to brand.Stephan Bergmann1-2/+2
2011-09-28Define LIBO_WERROR when warnings are errorsTor Lillqvist1-1/+1
2011-09-26take pity on the gcc 4.5.X usersCaolán McNamara1-4/+6
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara1-1/+1
2011-09-20Removed unused BOXT feature.Stephan Bergmann1-1/+0
2011-09-20Kill the explicit linking to salmain.o, use vclmain instead.Jan Holesovsky1-1/+0
2011-07-22ENABLE_DEBUG_STL isn't working out for us, too easy to mix with and withoutCaolán McNamara1-3/+0
2011-06-18enable libstdc++'s debug mode with --enable-debugDavid Tardon1-0/+3
2011-06-08all modules are warning freeCaolán McNamara1-5/+1
2011-05-18Use $(AR) instead of hardcoded arTor Lillqvist1-1/+1
2011-03-29use --hash-style=gnu linking when supportedPetr Mladek1-1/+1
2011-03-25enable -Woverloaded-virtual gcc warningLuboš Luňák1-1/+1
2011-03-22drop -g1 and align gmake gd_SYMBOL from TRUECaolán McNamara1-7/+2
2011-03-08Merge remote branch 'origin/feature/gnumake2.1' into integration/dev300_m101Norbert Thiebaud1-3/+6
2011-02-16restore -fno-strict-aliasing for gcc < 4.5Caolán McNamara1-0/+6
2011-02-09Removing the ext_std masterpieceFridrich Štrba1-28/+1
2011-02-02Use DT_RUNPATH over DT_RPATHCaolán McNamara1-6/+17
2011-02-02Revert "use debug version of libstdc++ in debug builds"David Tardon1-5/+0
2011-01-24get rid of --noinhibit-exec linker flagLuboš Luňák1-2/+2
2011-01-16use debug version of libstdc++ in debug buildsDavid Tardon1-0/+5
2011-01-10baseline fixes with regard to sysroot/rpath-linkNorbert Thiebaud1-3/+6
2010-12-13Removed all references to soldep.Kohei Yoshida1-2/+1
2010-12-08add -Wno-deprecated-declarations to avoid warnings about std::auto_ptrCaolán McNamara1-1/+1
2010-12-08Use c++0x features to detect misuse of SAL_N_ELEMENTS and CONSTASCIICaolán McNamara1-1/+4
2010-12-05-matom only available with gcc 4.5.0 or aboveCaolán McNamara1-3/+4
2010-11-25buildfix-x86-64-visibility-workaround.diff: migrate to gitFridrich Štrba1-1/+1
2010-11-17Use a generic unxgcc.mkRobert Nagy1-0/+279