Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161721344
D2843.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
618 B
Referenced Files
None
Subscribers
None
D2843.diff
View Options
Index: head/gnu/lib/libgcc/Makefile
===================================================================
--- head/gnu/lib/libgcc/Makefile
+++ head/gnu/lib/libgcc/Makefile
@@ -338,7 +338,7 @@
@${AR} ${ARFLAGS} ${.TARGET} `lorder ${EH_OBJS_T} | tsort -q`
${RANLIB} ${RANLIBFLAGS} ${.TARGET}
-all: libgcc_eh.a
+_LIBS+= libgcc_eh.a
.if ${MK_PROFILE} != "no"
libgcc_eh_p.a: ${EH_OBJS_P}
@@ -346,7 +346,8 @@
@rm -f ${.TARGET}
@${AR} ${ARFLAGS} ${.TARGET} `lorder ${EH_OBJS_P} | tsort -q`
${RANLIB} ${RANLIBFLAGS} ${.TARGET}
-all: libgcc_eh_p.a
+
+_LIBS+= libgcc_eh_p.a
.endif
_libinstall: _lib-eh-install
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jul 7, 5:52 AM (10 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34787240
Default Alt Text
D2843.diff (618 B)
Attached To
Mode
D2843: use _LIBS to hook into bsd.lib.mk normal behavior
Attached
Detach File
Event Timeline
Log In to Comment