Remove comment that was added by mistakes and which prevented _eprintf

and gcc_bcmp to be added to static libgcc.a.

Approved by:	re (kensmith)
This commit is contained in:
Alexander Kabaev 2007-08-14 20:49:57 +00:00
parent f08071c084
commit a602382caf

View File

@ -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/}