Use -ffreestanding instead of -fno-builtin. That's the officially blessed

way of saying that its not linking with libc.

Submitted by: peter
This commit is contained in:
Doug Rabson 2001-10-30 09:37:00 +00:00
parent dab3d5bca0
commit 74ada43be9

View File

@ -19,7 +19,7 @@
# The Linux cross tools don't understand -fformat-extensions
CWARNFLAGS= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual \
-fno-builtin
-ffreestanding
CC= ia64-unknown-linux-gcc
LD= ia64-unknown-linux-ld
NM= ia64-unknown-linux-nm