summaryrefslogtreecommitdiff
path: root/gcc/configure.in
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-08-29 09:20:15 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-08-29 09:20:15 +0000
commita5ab284045d06afea0e859d68751469909bda9f5 (patch)
treeba88c47604789af24060ef99d9969d9f6229bd1e /gcc/configure.in
parentd4995c1595983b6f0bfd35bf7d8f9c4a8ab55c70 (diff)
downloadgcc-a5ab284045d06afea0e859d68751469909bda9f5.tar.gz
* configure.in (i[34567]86-*-sco3.2v4*): Target does not truncate
filenames. * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28959 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure.in')
-rw-r--r--gcc/configure.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/configure.in b/gcc/configure.in
index 9b0092b5388..6b4168ddb73 100644
--- a/gcc/configure.in
+++ b/gcc/configure.in
@@ -1458,7 +1458,10 @@ changequote([,])dnl
tmake_file=i386/t-crtstuff
extra_parts="crtbegin.o crtend.o"
fi
- truncate_target=yes
+ # The default EAFS filesystem supports long file names.
+ # Truncating the target makes $host != $target which
+ # makes gcc think it is doing a cross-compile.
+ # truncate_target=yes
;;
changequote(,)dnl
i[34567]86-*-sco*) # 80386 running SCO system