aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa/t-linux64
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/pa/t-linux64')
-rw-r--r--gcc/config/pa/t-linux645
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/pa/t-linux64 b/gcc/config/pa/t-linux64
index 9ab75100426..e376d22538e 100644
--- a/gcc/config/pa/t-linux64
+++ b/gcc/config/pa/t-linux64
@@ -1,11 +1,7 @@
-LIBGCC1=libgcc1-asm.a
-CROSS_LIBGCC1=libgcc1-asm.a
-
#Plug millicode routines into libgcc.a We want these on both native and
#cross compiles.
LIB1ASMFUNCS = _divI _divU _remI _remU _div_const _mulI
-
LIB1ASMSRC = pa/milli64.S
# Compile crtbeginS.o and crtendS.o as PIC.
@@ -13,5 +9,4 @@ LIB1ASMSRC = pa/milli64.S
CRTSTUFF_T_CFLAGS_S = -fPIC
# Compile libgcc2.a as PIC.
-# This is also used when compiling libgcc1 if libgcc1 is the asm variety.
TARGET_LIBGCC2_CFLAGS = -fPIC -Dpa64=1 -DELF=1