Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147524073
D18369.id51292.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D18369.id51292.diff
View Options
Index: stand/i386/kgzldr/Makefile
===================================================================
--- stand/i386/kgzldr/Makefile
+++ stand/i386/kgzldr/Makefile
@@ -7,7 +7,7 @@
BINMODE=${LIBMODE}
BINDIR= ${LIBDIR}
-SRCS= start.s boot.c subr_inflate.c lib.c crt.s sio.s
+SRCS= start.S boot.c subr_inflate.c lib.c crt.S sio.S
CFLAGS= -Os
CFLAGS+=-DKZIP
NO_SHARED=
@@ -15,6 +15,6 @@
.PATH: ${SYSDIR}/kern
BOOT_COMCONSOLE_PORT?= 0x3f8
-AFLAGS+=--defsym SIO_PRT=${BOOT_COMCONSOLE_PORT}
+ACFLAGS+=-Wa,-defsym,SIO_PRT=${BOOT_COMCONSOLE_PORT}
.include <bsd.prog.mk>
Index: stand/i386/mbr/Makefile
===================================================================
--- stand/i386/mbr/Makefile
+++ stand/i386/mbr/Makefile
@@ -3,14 +3,14 @@
PROG= mbr
STRIP=
BINMODE=${NOBINMODE}
-SRCS= ${PROG}.s
+SRCS= ${PROG}.S
# MBR flags: 0x80 -- try packet interface (also known as EDD or LBA)
BOOT_MBR_FLAGS?= 0x80
ORG= 0x600
-AFLAGS+=--defsym FLAGS=${BOOT_MBR_FLAGS}
+ACFLAGS+=-Wa,-defsym,FLAGS=${BOOT_MBR_FLAGS}
LDFLAGS+=${LDFLAGS_BIN}
.include <bsd.prog.mk>
Index: stand/i386/pmbr/Makefile
===================================================================
--- stand/i386/pmbr/Makefile
+++ stand/i386/pmbr/Makefile
@@ -3,11 +3,13 @@
PROG= pmbr
STRIP=
BINMODE=${NOBINMODE}
-SRCS= ${PROG}.s
+SRCS= ${PROG}.S
+
+BOOT_MBR_FLAGS?= 0
ORG= 0x600
-AFLAGS+=--defsym FLAGS=${BOOT_MBR_FLAGS}
+ACFLAGS+=-Wa,-defsym,FLAGS=${BOOT_MBR_FLAGS}
LDFLAGS+=${LDFLAGS_BIN}
.include <bsd.prog.mk>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 12, 3:33 PM (13 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29529169
Default Alt Text
D18369.id51292.diff (1 KB)
Attached To
Mode
D18369: stand/i386: rename .s to .S to use Clang IAS
Attached
Detach File
Event Timeline
Log In to Comment