summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2004-08-04 03:13:51 +0000
committerkan <kan@FreeBSD.org>2004-08-04 03:13:51 +0000
commit2e85a1715e114a1c9bb06e47616d4070ff404596 (patch)
tree3acf5f3bc748d6e26761896bd0682ed82acd17b6 /gnu
parentf4fe67807c06940c332213e7395812676a3f7e04 (diff)
downloadFreeBSD-src-2e85a1715e114a1c9bb06e47616d4070ff404596.zip
FreeBSD-src-2e85a1715e114a1c9bb06e47616d4070ff404596.tar.gz
Add missing patch which was forgotten during GCC 3.4.2 import. libgcc.a
gets most of it content back now, when symbols from LIB2FUNCS are actually compiled. Noticed by: Steve Kargl <gk at troutmask dot apl dot washington dot edu> Pointy hat to: kan
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libgcc/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/lib/libgcc/Makefile b/gnu/lib/libgcc/Makefile
index f272e65..48eee7a 100644
--- a/gnu/lib/libgcc/Makefile
+++ b/gnu/lib/libgcc/Makefile
@@ -157,8 +157,7 @@ fp-bit.po: config/fp-bit.c
# defined as optimized assembly code in LIB1ASMFUNCS.
.if defined(LIB1ASMFUNCS)
.for sym in ${LIB1ASMFUNCS}
-LIB2FUNCS_1:= ${LIB2FUNCS_1:S/${sym}//g}
-LIB2FUNCS_2:= ${LIB2FUNCS_2:S/${sym}//g}
+LIB2FUNCS:= ${LIB2FUNCS:S/${sym}//g}
LIB2_DIVMOD_FUNCS:= ${LIB2_DIVMOD_FUNCS:S/${sym}//g}
.endfor
.endif
@@ -167,8 +166,7 @@ ASM_T= ${LIB1ASMFUNCS:S/$/.o/}
ASM_P= ${LIB1ASMFUNCS:S/$/.po/}
ASM_S= ${LIB1ASMFUNCS:S/$/.So/}
-SYMS= ${LIB2FUNCS_1} \
- ${LIB2FUNCS_2} \
+SYMS= ${LIB2FUNCS} \
${LIB2_DIVMOD_FUNCS}
.if ${TARGET_ARCH} == "arm" || ${TARGET_ARCH} == "powerpc" || ${TARGET_ARCH} == "sparc64"
SYMS+= ${FPBIT_FUNCS} ${DPBIT_FUNCS}
OpenPOWER on IntegriCloud