summaryrefslogtreecommitdiff
path: root/GNUmakefile
Commit message (Expand)AuthorAgeFilesLines
* Added targets for UBsan and Asannoloader2015-07-161-4/+16
* Folded OPTIMIZE and SYMBOLS back into CXXFLAGS (we can use 'subst' to modify ...noloader2015-07-151-29/+29
* Cleared crash with GCC 4.8 and above and -O3. In a nutshell, it was due to ve...noloader2015-07-141-2/+1
* Fixed multiarch detection on OS Xnoloader2015-07-091-4/+7
* GNUmakefile improvements. Changed default optimization level to -O3, except o...noloader2015-07-081-8/+20
* Added PHONY targets for clean, install and removenoloader2015-07-011-0/+3
* Removed -fPIC for Cygwin x86_64 compilesnoloader2015-07-011-3/+10
* Various makefile enhancements from GitHubnoloader2015-06-271-6/+13
* 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
* fix compile with Intel compilerweidai2007-04-161-2/+3
* enabled optimization flags by default in GNUmakefileweidai2007-04-151-14/+14
* update version number, port to Sun C++ 5.8weidai2006-12-181-6/+9
* use egrep instead of grepweidai2006-12-121-5/+5
* fix ISX86weidai2006-12-111-1/+1
* port to GCC 4, reorganize implementations of SetKeyweidai2006-12-101-2/+2
* add -pthread and allow make installweidai2006-12-091-1/+18
* add more release build commentsweidai2004-06-201-2/+3
* set CXX to c++ on Darwinweidai2004-06-191-1/+1
* disable x86 assembly on systems without GNU as 2.10 or laterweidai2004-06-191-1/+10
* use CXX instead of gcc directlyweidai2003-10-221-6/+7
* add -lws2_32 on MinGWweidai2003-10-141-1/+6
* use -msse2 on x86_64weidai2003-08-041-1/+1