Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F105253640
D35859.id108556.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
D35859.id108556.diff
View Options
Index: share/mk/bsd.compat.mk
===================================================================
--- share/mk/bsd.compat.mk
+++ share/mk/bsd.compat.mk
@@ -37,7 +37,6 @@
LIB32_MACHINE_ARCH= i386
LIB32WMAKEENV= MACHINE_CPU="i686 mmx sse sse2"
LIB32WMAKEFLAGS= \
- AS="${XAS} --32" \
LD="${XLD} -m elf_i386_fbsd"
.elif ${COMPAT_ARCH} == "powerpc64"
Index: share/mk/bsd.lib.mk
===================================================================
--- share/mk/bsd.lib.mk
+++ share/mk/bsd.lib.mk
@@ -197,7 +197,7 @@
${CTFCONVERT_CMD}
.s.po .s.pico .s.nossppico .s.pieo:
- ${AS} ${AFLAGS} -o ${.TARGET} ${.IMPSRC}
+ ${CC:N${CCACHE_BIN}} -x assembler ${ACFLAGS} -c ${.IMPSRC} -o ${.TARGET}
${CTFCONVERT_CMD}
.asm.po:
Index: share/mk/bsd.suffixes.mk
===================================================================
--- share/mk/bsd.suffixes.mk
+++ share/mk/bsd.suffixes.mk
@@ -55,7 +55,7 @@
${CTFCONVERT_CMD}
.s.o:
- ${AS} ${AFLAGS} -o ${.TARGET} ${.IMPSRC}
+ ${CC:N${CCACHE_BIN}} -x assembler ${ACFLAGS} -c ${.IMPSRC} -o ${.TARGET}
${CTFCONVERT_CMD}
# XXX not -j safe
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 15, 2:34 AM (21 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15400916
Default Alt Text
D35859.id108556.diff (1 KB)
Attached To
Mode
D35859: Use the compiler driver instead of ${AS}
Attached
Detach File
Event Timeline
Log In to Comment