Commit 090164c0 by William Bader Committed by Jeff Law

configure.in (i[34567]86-*-sco3.2v4*): Target does not truncate filenames.

        * configure.in (i[34567]86-*-sco3.2v4*): Target does not truncate
        filenames.
        * configure: Rebuilt.

From-SVN: r28959
parent 4cc46f1c
Sun Aug 29 03:18:48 1999 William Bader (william@nscs.fast.net)
* configure.in (i[34567]86-*-sco3.2v4*): Target does not truncate
filenames.
* configure: Rebuilt.
Sat Aug 28 19:36:05 1999 Jeffrey A Law (law@cygnus.com) Sat Aug 28 19:36:05 1999 Jeffrey A Law (law@cygnus.com)
* jump.c (jump_optimize_1): Do not delete assignments to * jump.c (jump_optimize_1): Do not delete assignments to
......
...@@ -1458,7 +1458,10 @@ changequote([,])dnl ...@@ -1458,7 +1458,10 @@ changequote([,])dnl
tmake_file=i386/t-crtstuff tmake_file=i386/t-crtstuff
extra_parts="crtbegin.o crtend.o" extra_parts="crtbegin.o crtend.o"
fi 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 changequote(,)dnl
i[34567]86-*-sco*) # 80386 running SCO system i[34567]86-*-sco*) # 80386 running SCO system
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment