aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/t-svr4
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2007-08-06 19:58:11 +0000
committerH.J. Lu <hjl@gcc.gnu.org>2007-08-06 12:58:11 -0700
commitd3ef67eaf39f1af64a1a1331c63ad60dd8c217cd (patch)
tree2eb73bc1ae71127d70cb151cdf799ea9d6bced0e /gcc/config/t-svr4
parenta31fa2e0d3cab234ccb56fe5fdcfcf0efd3dee31 (diff)
downloadgcc-d3ef67eaf39f1af64a1a1331c63ad60dd8c217cd.zip
gcc-d3ef67eaf39f1af64a1a1331c63ad60dd8c217cd.tar.gz
gcc-d3ef67eaf39f1af64a1a1331c63ad60dd8c217cd.tar.bz2
re PR target/31868 (Non-Linux DWARF EH x86-64 targets have broken crtend.o)
2007-08-06 H.J. Lu <hongjiu.lu@intel.com> Daniel Jacobowitz <dan@codesourcery.com> PR target/31868 * config.gcc (x86_64-*-freebsd*): Add i386/t-crtstuff to tmake_file. (x86_64-*-netbsd*): Likewise. (x86_64-*-linux*): Likewise. (x86_64-*-kfreebsd*-gnu): Likewise. (x86_64-*-knetbsd*-gnu): Likewise. (i[34567]86-*-solaris2.1[0-9]*): Likewise. * config/i386/t-linux64 (CRTSTUFF_T_CFLAGS): Removed. * config/i386/t-crtstuff (CRTSTUFF_T_CFLAGS): Update comments. Add -fno-asynchronous-unwind-tables. * config/t-freebsd (CRTSTUFF_T_CFLAGS_S): Add $(CRTSTUFF_T_CFLAGS). * config/t-libc-ok (CRTSTUFF_T_CFLAGS_S): Likewise. * config/t-lynx (CRTSTUFF_T_CFLAGS_S): Likewise. * config/t-netbsd (CRTSTUFF_T_CFLAGS_S): Likewise. * config/t-svr4 (CRTSTUFF_T_CFLAGS_S): Likewise. Co-Authored-By: Daniel Jacobowitz <dan@codesourcery.com> From-SVN: r127248
Diffstat (limited to 'gcc/config/t-svr4')
-rw-r--r--gcc/config/t-svr42
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/t-svr4 b/gcc/config/t-svr4
index 52c9b28..3ea1174 100644
--- a/gcc/config/t-svr4
+++ b/gcc/config/t-svr4
@@ -4,7 +4,7 @@
# we will be doing that, we just always use -fPIC when compiling the
# routines in crtstuff.c. Likewise for libgcc2.c.
-CRTSTUFF_T_CFLAGS = -fPIC
+CRTSTUFF_T_CFLAGS_S = $(CRTSTUFF_T_CFLAGS) -fPIC
TARGET_LIBGCC2_CFLAGS = -fPIC
# See all the declarations.