diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-01-16 20:00:57 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-01-16 20:00:57 +0000 |
commit | bcfe4064658aad62431d9e96644c7a3eafd301b4 (patch) | |
tree | f2296b5e0c212ad92c1347e54b449d09a4a1c160 /Rules.mak | |
parent | 5952806e050a8494cdff3368b144de206def8780 (diff) |
- check for -nostdlib
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -383,6 +383,7 @@ else SSP_CFLAGS := $(SSP_DISABLE_FLAGS) endif +NOSTDLIB_CFLAGS:=$(call check_gcc,-nostdlib,) # Some nice CFLAGS to work with CFLAGS := -include $(top_builddir)include/libc-symbols.h \ $(XWARNINGS) $(CPU_CFLAGS) $(SSP_CFLAGS) \ |