From: Michael Meissner Date: Tue, 19 Nov 1996 22:08:04 +0000 (+0000) Subject: Use configure to set EXTRA_HEADERS, not t-* file X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f134da2d219f92fce1cf8126a5eead29dd9a8889;p=gcc.git Use configure to set EXTRA_HEADERS, not t-* file From-SVN: r13205 --- diff --git a/gcc/config/rs6000/t-ppc b/gcc/config/rs6000/t-ppc index 44eb79090ef..fbcc9fe8ecc 100644 --- a/gcc/config/rs6000/t-ppc +++ b/gcc/config/rs6000/t-ppc @@ -2,8 +2,6 @@ LIBGCC1 = CROSS_LIBGCC1 = -EXTRA_HEADERS = $(srcdir)/ginclude/ppc-asm.h - # These are really part of libgcc1, but this will cause them to be # built correctly, so... [taken from t-sparclite] LIB2FUNCS_EXTRA = fp-bit.c dp-bit.c eabi.S eabi-ctors.c diff --git a/gcc/config/rs6000/t-ppcgas b/gcc/config/rs6000/t-ppcgas index 626a30a30d3..ef29b09a746 100644 --- a/gcc/config/rs6000/t-ppcgas +++ b/gcc/config/rs6000/t-ppcgas @@ -2,8 +2,6 @@ LIBGCC1 = CROSS_LIBGCC1 = -EXTRA_HEADERS = $(srcdir)/ginclude/ppc-asm.h - # These are really part of libgcc1, but this will cause them to be # built correctly, so... [taken from t-sparclite] LIB2FUNCS_EXTRA = fp-bit.c dp-bit.c eabi.S eabi-ctors.c diff --git a/gcc/config/rs6000/t-winnt b/gcc/config/rs6000/t-winnt index 60bb62e5640..f58aefed523 100644 --- a/gcc/config/rs6000/t-winnt +++ b/gcc/config/rs6000/t-winnt @@ -4,8 +4,6 @@ CROSS_LIBGCC1 = EXTRA_PARTS = crti.o crtn.o -EXTRA_HEADERS = $(srcdir)/ginclude/ppc-asm.h - # These are really part of libgcc1, but this will cause them to be # built correctly, so... [taken from t-sparclite] LIB2FUNCS_EXTRA = fp-bit.c dp-bit.c ntstack.S