diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-10-23 15:27:33 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-10-23 15:27:33 +0000 |
commit | 3914653a35af74142ebc93ebcbef19b2eddccb36 (patch) | |
tree | 2fdd6b62e181efa4809c092a57740b417106a5e7 | |
parent | 09579249ef15934abd830813c8ecdc1248faebd5 (diff) |
Try removing no-builtin
-rw-r--r-- | Rules.mak | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -76,8 +76,8 @@ GCCINCDIR = $(shell gcc -print-search-dirs | sed -ne "s/install: \(.*\)/\1includ ARFLAGS=r -CCFLAGS= $(OPTIMIZATION) -fno-builtin -nostdinc $(CPUFLAGS) -Dlinux -D__linux__ -I$(TOPDIR)include -I$(GCCINCDIR) -I. -D__PIC__ -D__LIBC__ -CFLAGS=$(ARCH) $(CCFLAGS) $(DEFS) +CCFLAGS=$(OPTIMIZATION) -nostdinc $(CPUFLAGS) -Dlinux -D__linux__ -I$(TOPDIR)include -I$(GCCINCDIR) -I. -D__PIC__ -D__LIBC__ +CFLAGS=$(ARCH) $(CCFLAGS) $(DEFS) -fpic ifeq ($(DODEBUG),true) CFLAGS += -Wall -g -D__PIC__ @@ -104,7 +104,6 @@ ifneq ($(DO_FIXME_STUFF),true) endif - # Use '-ffunction-sections -fdata-sections' and '--gc-sections' if they work # to try and strip out any unused junk automagically.... # |