Page MenuHomeFreeBSD

D21291.diff
No OneTemporary

D21291.diff

Index: head/stand/i386/boot2/Makefile
===================================================================
--- head/stand/i386/boot2/Makefile
+++ head/stand/i386/boot2/Makefile
@@ -78,7 +78,12 @@
boot2.bin: boot2.out
${OBJCOPY} -S -O binary boot2.out ${.TARGET}
-boot2.out: ${BTXCRT} boot2.o sio.o
+# For __ashldi3
+.PATH: ${SRCTOP}/contrib/compiler-rt/lib/builtins
+CFLAGS.ashldi3.c= -Wno-missing-prototypes
+CLEANFILES+= ashldi3.o
+
+boot2.out: ${BTXCRT} boot2.o sio.o ashldi3.o
${LD} ${LD_FLAGS} -Ttext ${ORG2} -o ${.TARGET} ${.ALLSRC}
SRCS= boot2.c boot2.h

File Metadata

Mime Type
text/plain
Expires
Thu, Mar 5, 1:32 PM (8 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29286662
Default Alt Text
D21291.diff (570 B)

Event Timeline