aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib
diff options
context:
space:
mode:
authorAlexander Kabaev <kan@FreeBSD.org>2007-08-14 20:49:57 +0000
committerAlexander Kabaev <kan@FreeBSD.org>2007-08-14 20:49:57 +0000
commita602382caf622ff694f6db47eb8aa2ccb3d41c39 (patch)
tree9dd26d7e811f036522697cecbdc81d6efd0eed16 /gnu/lib
parentf08071c0844e95acceeb2eaa17ee32d4896f583c (diff)
Notes
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/libgcc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libgcc/Makefile b/gnu/lib/libgcc/Makefile
index 6ec761097a47..82bf504d340e 100644
--- a/gnu/lib/libgcc/Makefile
+++ b/gnu/lib/libgcc/Makefile
@@ -217,7 +217,7 @@ POBJS += ${LIB2ADD:R:S/$/.po/}
#
# Objects that should be in static library only.
#
-#SYMS_ST = ${LIB2FUNCS_ST} ${LIB2ADD_ST}
+SYMS_ST = ${LIB2FUNCS_ST} ${LIB2ADD_ST}
STAT_OBJS_T = ${SYMS_ST:S/$/.o/}
STAT_OBJS_P = ${SYMS_ST:S/$/.po/}
STATICOBJS = ${SYMS_ST:S/$/.o/}