summaryrefslogtreecommitdiff
path: root/mk/cc.mk
Commit message (Collapse)AuthorAge
* cc.mk: move debug.mk out of end MakefilesMike Frysinger2011-05-28
| | | | | | | | | Since we always want debug.mk whenever we include cc.mk, move the include out of the Makefiles and into cc.mk itself. This also fixes an include order bug in rc/Makefile where debug.mk is included before cc.mk and breaks the default CFLAGS setup in cc.mk. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* cc.mk: enable -g by defaultMike Frysinger2011-05-28
| | | | | | Can do no harm! Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* use make conditional for -cstd flagWilliam Hubbs2011-02-04
| | | | | cc.mk was using ashell call to determine the value of the cstd variable. This reworks that code so it uses a make conditional.
* use immediate evaluation for shell callsWilliam Hubbs2011-01-31
| | | | | | | | This reworks the shell calls in the makefiles to use immediate evaluation and should improve parallel building. X-Gentoo-Bug: 289264 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=289264
* Add (c) to CopyrightRoy Marples2009-05-01
|
* Use better CFLAGS - some new warnings will need to be fixed.Roy Marples2008-09-18
|
* Add license blurb to a few files and append my email to my name.Roy Marples2008-03-26
|
* Sanify the default cc flags.Roy Marples2008-02-20
|
* Fix CSTD.Roy Marples2008-02-19
|
* Default to using C99 standard.Roy Marples2008-02-19
|
* Don't enforce a C99 compiler.Roy Marples2008-01-18
|
* Allow for OS and SUBOS folders so we can introduce NetBSD scripts whilst ↵Roy Marples2008-01-10
keeping BSD for all BSD's.