diff options
Diffstat (limited to 'gcc/config/pa/t-linux')
-rw-r--r-- | gcc/config/pa/t-linux | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/pa/t-linux b/gcc/config/pa/t-linux index 5e9b037..65f16c9 100644 --- a/gcc/config/pa/t-linux +++ b/gcc/config/pa/t-linux @@ -1,6 +1,3 @@ -LIBGCC1=libgcc1-asm.a -CROSS_LIBGCC1=libgcc1-asm.a - #Plug millicode routines into libgcc.a We want these on both native and #cross compiles. @@ -16,7 +13,6 @@ LIB1ASMSRC = pa/milli32.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 -DELF=1 -DLINUX=1 ADA_CFLAGS=-mdisable-indexing |