summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-03-19 06:29:14 +0000
committerEric Andersen <andersen@codepoet.org>2001-03-19 06:29:14 +0000
commit3a1407ff3bb4e1fc448dfe5325caaeb891eb5411 (patch)
tree460bdb370c01ff2df852f8241787f67eb08e884d /Rules.mak
parente2f6ebd3f2969753e4ffc337ce5fb6cdf9d74775 (diff)
Move yet more stuff into the uClibc_config.h file
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules.mak b/Rules.mak
index 3d9689c1b..88911d59f 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -34,7 +34,7 @@ endif
ARFLAGS=r
-CCFLAGS=$(WARNINGS) $(OPTIMIZATION) -fno-builtin -nostdinc $(CPUFLAGS) -Dlinux -D__linux__ -I$(TOPDIR)include -I$(GCCINCDIR) -I. -D__LIBC__
+CCFLAGS=$(WARNINGS) $(OPTIMIZATION) -fno-builtin -nostdinc $(CPUFLAGS) -I$(TOPDIR)include -I$(GCCINCDIR) -I. -D__LIBC__
CFLAGS=$(ARCH_CFLAGS) $(CCFLAGS) $(DEFS) $(ARCH_CFLAGS2)