summaryrefslogtreecommitdiff
path: root/gcc/config/t-gnu
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-11-30 08:30:26 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-11-30 08:30:26 +0000
commitf9a8e1cd3605772a5e034320233405342131102b (patch)
tree80803cfdb5df2599a7667fa5182a247c835a9da7 /gcc/config/t-gnu
parent61108fca9763b192ed04444e3ab8d196515bbae7 (diff)
downloadgcc-f9a8e1cd3605772a5e034320233405342131102b.tar.gz
* configure.in: Reorganize handling of *-*-gnu*, to share target
specific make details with Linux. Update comments to clarify the distinction between GNU/Linux and GNU/Hurd. * config/t-gnu (LIBGCC1, CROSS_LIBGCC1, CRTSTUFF_T_CFLAGS, TARGET_LIBGCC2_CFLAGS): Remove. We now use the settings from config/t-linux for the Hurd. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37870 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/t-gnu')
-rw-r--r--gcc/config/t-gnu14
1 files changed, 0 insertions, 14 deletions
diff --git a/gcc/config/t-gnu b/gcc/config/t-gnu
index 575f729768c..59481ee3635 100644
--- a/gcc/config/t-gnu
+++ b/gcc/config/t-gnu
@@ -1,16 +1,2 @@
# In GNU, "/usr" is a four-letter word.
SYSTEM_HEADER_DIR = /include
-
-LIBGCC1 = libgcc1.null
-CROSS_LIBGCC1 = libgcc1.null
-
-# The pushl in CTOR initialization interferes with frame pointer elimination.
-
-# We need to use -fPIC when we are using gcc to compile the routines in
-# crtstuff.c. This is only really needed when we are going to use gcc/g++
-# to produce a shared library, but since we don't know ahead of time when
-# we will be doing that, we just always use -fPIC when compiling the
-# routines in crtstuff.c.
-
-CRTSTUFF_T_CFLAGS = -fPIC -fno-omit-frame-pointer
-TARGET_LIBGCC2_CFLAGS = -fPIC