summaryrefslogtreecommitdiff
path: root/GNUmakefile
Commit message (Expand)AuthorAgeFilesLines
* Improved flow of setting variables in makefileJeffrey Walton2015-07-231-7/+7
* Additional changes to support Clang's integrated assembler. They have not bee...Jeffrey Walton2015-07-231-7/+21
* Specialized defines to work with/around Clang integrated assembler. The two d...Jeffrey Walton2015-07-221-10/+25
* Ported relevant GNUmakefile changes to GNUmakefile-crossJeffrey Walton2015-07-201-3/+3
* Updated comment on why -Wall is only enabled for ClangJeffrey Walton2015-07-201-1/+2
* Backed-off -Wall for GCC due to issues when managing induced warnings when us...Jeffrey Walton2015-07-201-4/+3
* Fixed compile for MinGWJeffrey Walton2015-07-191-0/+4
* Enabled -Wall for GCC 4.7 and above, and ClangJeffrey Walton2015-07-191-4/+10
* Added recipe to create dependencies. The dependencies are only generated if m...Jeffrey Walton2015-07-181-6/+16
* Added -fsanitize-undefined-trap-on-error to help with a call stack on violati...Jeffrey Walton2015-07-171-0/+1
* Added targets for UBsan and AsanJeffrey Walton2015-07-161-4/+16
* Folded OPTIMIZE and SYMBOLS back into CXXFLAGS (we can use 'subst' to modify ...Jeffrey Walton2015-07-151-29/+29
* Cleared crash with GCC 4.8 and above and -O3. In a nutshell, it was due to ve...Jeffrey Walton2015-07-131-2/+1
* Fixed multiarch detection on OS XJeffrey Walton2015-07-091-4/+7
* GNUmakefile improvements. Changed default optimization level to -O3, except o...Jeffrey Walton2015-07-081-8/+20
* Added PHONY targets for clean, install and removeJeffrey Walton2015-06-301-0/+3
* Removed -fPIC for Cygwin x86_64 compilesJeffrey Walton2015-06-301-3/+10
* Remove dSYM directory for OS X during cleanJeffrey Walton2015-06-241-0/+1
* Added IS_X86_64, enabled -fPIC for IS_X86_64. Cleared compile error when buil...Jeffrey Walton2015-06-141-2/+8
* Changed ISX86 -> IS_X86 for consistencyJeffrey Walton2015-06-081-3/+3
* Fixed Clang compiler identification stringJeffrey Walton2015-06-071-1/+1
* fix compile with MINGWweidai2013-01-261-12/+13
* fix clang dection for MacOS (Jeff Walton)weidai2012-05-231-1/+1
* fix compile with clang 2.9 (Jeff Walton)weidai2011-10-121-1/+6
* From Jeff Walton:weidai2011-09-191-7/+15
* fix for makefile and Panama cipher validation failure on armel http://bugs.de...weidai2011-04-251-1/+1
* fix AS detection on (from FreeBSD)weidai2011-01-271-3/+3
* fix compile with GCC 4.4 and -march=i386weidai2010-08-081-0/+5
* fix compile with Sun CC on Linuxweidai2010-08-081-9/+15
* fix compile with Intel C++ Compiler 11.1weidai2010-08-041-1/+5
* fix compile on GCC 4.4 and greaterweidai2010-07-291-1/+1
* better detection of GCC 4.2weidai2010-07-241-1/+1
* port to Sun Studio 12u1 Sun C++ 5.10 SunOS_i386 128229-02 2009/09/21weidai2010-07-051-1/+3
* port to Sun Studio 12u1 Sun C++ 5.10 SunOS_i386 128229-02 2009/09/21weidai2010-07-051-1/+6
* add makefile option for shared libraryweidai2010-06-291-0/+4
* fix compile on MacOS X and MinGWweidai2009-04-051-3/+3
* fix compile on FreeBSD 7.1 amd64weidai2009-03-141-3/+7
* fix compile on ICC 11weidai2009-03-041-0/+6
* fix VC60 compile, project file line-endings, Apple GCC 4.2 compileweidai2009-03-031-7/+1
* port to Sun Studio 12's 64-bit C++ Compiler 5.9 Patch 124864-09 2008/12/16weidai2009-02-131-1/+2
* changed mind. remove -fPIC as default, document it as supportedweidai2008-11-211-1/+3
* add -fPIC to default flagsweidai2008-11-211-1/+1
* add "test" targetweidai2008-02-021-0/+3
* remove -msse2 since we don't use SSE2 intrinsics anymoreweidai2007-09-241-2/+3
* don't use -msse2 for GCC 3.3weidai2007-05-051-2/+4
* add -Wa,--divide for Solarisweidai2007-05-051-0/+4
* remove extraneous -D__pic__weidai2007-05-041-1/+0
* revert -ffunction-sections -fdata-sectionsweidai2007-05-041-2/+4
* enable -O2 and -march=native -mtune=nativeweidai2007-05-041-8/+6
* fix compile on Sun CCweidai2007-04-161-2/+8