blob: 7832fbeac9421e9e2eed3e75e0edc77afbffd121 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/ipl/Makefile
+++ b/ipl/Makefile
@@ -39,7 +39,7 @@ endif
VPATH=../lib:.
AFLAGS = -I../lib
-CFLAGS = -DIPL_LOADER -I. -I../lib -I../include -O2 -mdisable-fpregs -Wall -fno-delete-null-pointer-checks
+CFLAGS = -DIPL_LOADER -I. -I../lib -I../include -O2 -mdisable-fpregs -Wall -fno-delete-null-pointer-checks -fno-builtin
LDFLAGS = -N --section-start .init=0x60000 -e '$$START$$'
all: iplelf
|