diff options
Diffstat (limited to 'gnu/lib')
| -rw-r--r-- | gnu/lib/libgcc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libgcc/Makefile b/gnu/lib/libgcc/Makefile index 1edb26d094b70..f84deeb22e5c6 100644 --- a/gnu/lib/libgcc/Makefile +++ b/gnu/lib/libgcc/Makefile @@ -116,9 +116,9 @@ LIB2ADDEH = unwind-ia64.c unwind-sjlj.c .if ${TARGET_ARCH} == "powerpc" # from config/rs6000/t-ppccomm -LIB2FUNCS_EXTRA = tramp.S +LIB2FUNCS_EXTRA = tramp.asm # This one can't end up in shared libgcc -LIB2FUNCS_STATIC_EXTRA = eabi.S +LIB2FUNCS_STATIC_EXTRA = eabi.asm # We want fine grained libraries, so use the new code to build the # floating point emulation libraries. OBJS+= dp-bit.o fp-bit.o |
