Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146666181
D21291.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
570 B
Referenced Files
None
Subscribers
None
D21291.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D21291: stand: fix build with xtoolchain-llvm90
Attached
Detach File
Event Timeline
Log In to Comment