summaryrefslogtreecommitdiff
path: root/makefiles/gmake/compiler.mk
AgeCommit message (Expand)Author
2013-09-08tested and added support for 'clang' LLVM C frontendAndreas Baumann
2011-12-24allowing CFLAGS and LDFLAGS to be passed to make, internally using ALL_ flagsAndreas Baumann
2011-12-23removed some remaining C++ compiler flagsAndreas Baumann
2011-11-14fixed double warning flagAndreas Baumann
2011-10-31added a HAVE_THREADS flagAndreas Baumann
2011-01-04-baumann
2010-06-13removed most of the C++ stuffAndreas Baumann
2010-06-06partially fixed on SPARC Solaris 8Andreas Baumann
2010-06-06fixed loader and networking on SPARC Solaris 10Andreas Baumann
2010-06-06fixed pcc on linux (gengetopt and generated code, __attribute__ infection of ...Andreas Baumann
2010-06-06removed backtrace in tcc (-bt param), seems not to work, as is -b not workingAndreas Baumann
2010-06-06fixed tcc (limits.h problems and linking dynamic libraries on Linux)Andreas Baumann
2010-05-18fixed a linking problem around LINK and tccAndreas Baumann
2010-05-18merged makefile system with SMERPAndreas Baumann
2010-05-17added more documentation and dlopen/dlclose, must backport shared library bui...Andreas Baumann
2009-03-31fixed pthreads flags on Solaris 8Andreas Baumann
2009-03-31fixed therading flags on FreeBSD againAndreas Baumann
2009-03-31fixed create/join thread on NetBsdAndreas Baumann
2009-03-31fixed pthread flags for pccAndreas Baumann
2009-03-30Intel CC and mutex/strerror_rAndreas Baumann
2009-03-30fixed threading support for pcc/linuxAndreas Baumann
2009-03-30fixed strerror_r/mutex and pthreads for Linux/tccAndreas Baumann
2009-03-29getaddrinfo on Solaris 10Andreas Baumann
2009-03-13added pcc supportAndreas Baumann
2009-03-13fixed compilation on Solaris with a new flag STD99_COMPILE_FLAGSAndreas Baumann
2009-03-13fixed threading settings on LinuxAndreas Baumann
2009-03-11gettext on FreeBSDAndreas Baumann
2009-03-10made gettext work on NetBSDAndreas Baumann
2009-03-10added -w1 flag for intel ccAndreas Baumann
2009-03-10fixed CURDIR issues with spaces in platform guessingAndreas Baumann
2009-03-09fixed the subdir guess_env problem (passing CURDIR and TOPDIR)Andreas Baumann
2009-03-02first version of a platform.mk.vars cache to speed up the buildAndreas Baumann
2009-02-28localtime_r and pthreads work on cygwinAndreas Baumann
2009-02-28added pthread flags on OpenBSDAndreas Baumann
2009-02-28Netbsd threading flagsAndreas Baumann
2009-02-28pthread flags on FreeBSDAndreas Baumann
2009-02-28threading flags for gcc on Solaris 8Andreas Baumann
2009-02-28thread flags for linux/gccAndreas Baumann
2009-02-28added -pthread for OpenBSD (maybe probing is better?) Andreas Baumann
2009-02-26made the GNU make NMAKE switch as we go to Windows now, also fixed small bugs...Andreas Baumann