Page MenuHomeFreeBSD

D25305.id73879.diff
No OneTemporary

D25305.id73879.diff

Index: head/lib/csu/arm/Makefile
===================================================================
--- head/lib/csu/arm/Makefile
+++ head/lib/csu/arm/Makefile
@@ -21,13 +21,13 @@
CLEANFILES+= crtbrand.o ignore_init_note.o
crt1_c.o: crt1_c.c
- ${CC} ${CFLAGS} ${STATIC_CFLAGS} -c -o ${.TARGET} ${.CURDIR}/crt1_c.c
+ ${CC} ${CFLAGS} -c -o ${.TARGET} ${.CURDIR}/crt1_c.c
crt1.o: crt1_c.o crt1_s.o crtbrand.o ignore_init_note.o
${LD} ${_LDFLAGS} -o ${.TARGET} -r ${.ALLSRC:M*.o}
gcrt1_c.o: crt1_c.c
- ${CC} ${CFLAGS} ${STATIC_CFLAGS} -DGCRT -c -o ${.TARGET} ${.CURDIR}/crt1_c.c
+ ${CC} ${CFLAGS} -DGCRT -c -o ${.TARGET} ${.CURDIR}/crt1_c.c
gcrt1.o: gcrt1_c.o crt1_s.o crtbrand.o ignore_init_note.o
${LD} ${_LDFLAGS} -o ${.TARGET} -r ${.ALLSRC:M*.o}

File Metadata

Mime Type
text/plain
Expires
Tue, Apr 21, 3:18 AM (14 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31860598
Default Alt Text
D25305.id73879.diff (764 B)

Event Timeline