diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-30 08:30:26 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-30 08:30:26 +0000 |
commit | f9a8e1cd3605772a5e034320233405342131102b (patch) | |
tree | 80803cfdb5df2599a7667fa5182a247c835a9da7 /gcc/configure | |
parent | 61108fca9763b192ed04444e3ab8d196515bbae7 (diff) | |
download | gcc-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/configure')
-rwxr-xr-x | gcc/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure index 23960cc38e1..bbd3de5748a 100755 --- a/gcc/configure +++ b/gcc/configure @@ -3810,7 +3810,7 @@ else mkdir $tempdir cd $tempdir case ${srcdir} in - /*) realsrcdir=${srcdir};; + /* | A-Za-z:\\/* ) realsrcdir=${srcdir};; *) realsrcdir=../${srcdir};; esac CC=${CC_FOR_BUILD} ${realsrcdir}/configure \ |