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:
parent
af121d89ff
commit
3b0536cd34
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user