Page MenuHomeFreeBSD

D2591.id5491.diff
No OneTemporary

D2591.id5491.diff

Index: lib/csu/Makefile
===================================================================
--- lib/csu/Makefile
+++ lib/csu/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
-ARCH= ${MACHINE_ARCH:S/i386/i386-elf/}
-.if exists(${.CURDIR}/${ARCH})
-SUBDIR+= ${ARCH}
+.if exists(${.CURDIR}/${MACHINE_ARCH})
+SUBDIR+= ${MACHINE_ARCH}
.else
SUBDIR+= ${MACHINE_CPUARCH}
.endif

File Metadata

Mime Type
text/plain
Expires
Mon, Sep 28, 1:12 AM (19 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39774334
Default Alt Text
D2591.id5491.diff (365 B)

Event Timeline