Patch from Dave Love

* config-lang.in: Remove the messages about possible build problems.

From-SVN: r15425
This commit is contained in:
Dave Love 1997-09-12 02:27:51 +00:00 committed by Jim Wilson
parent 810b9f2c0e
commit 3c5b8fa6b4
2 changed files with 4 additions and 38 deletions

View File

@ -1,3 +1,7 @@
Thu Sep 11 19:26:10 1997 Dave Love <d.love@dl.ac.uk>
* config-lang.in: Remove the messages about possible build problems.
Wed Sep 10 16:39:47 1997 Jim Wilson <wilson@cygnus.com>
* Make-lang.in (LN, LN_S): New macros, use where appropriate.

View File

@ -90,41 +90,3 @@ do
(cd f/runtime/libI77; $symbolic_link ../$stageN . 2>/dev/null)
(cd f/runtime/libU77; $symbolic_link ../$stageN . 2>/dev/null)
done
case "$srcdir" in
.) ;;
*) echo
echo "Building f77 outside the source directory is likely to not work"
echo "unless you are using GNU make or a compatible VPATH mechanism."
echo ;;
esac
case "$host" in
hppa*-*-hpux10)
echo
echo "The GCC \`fixincludes' step (which involves running a sed script)"
echo "typically fails on HP-UX 10 because of a bug in the vendor's"
echo "implementation of sed. Currently the only known workaround is to"
echo "install GNU sed before building gcc. The file sed-2.05.bin.hpux10"
echo "in mirrors of the GNU distribution is a suitable precompiled"
echo "binary."
echo ;;
rs6000-ibm-aix4.1*)
echo
echo "G77 has been observed to not build on (at least) the configuration"
echo "rs6000-ibm-aix4.1.4.0 with the native linker -- it crashes. There"
echo "may be an IBM bug fix for this (we don't know) but the build should"
echo "work if you add \`-mminimal-toc' to the compilation flags, i.e. add"
echo "something like \`BOOT_CFLAGS=\"-O2 -mminimal-toc -g\"' to the \`make"
echo "bootstrap' command line. Probably building with the GNU linker (from"
echo "the binutils package) installed and configuring \`--with-gnu-ld' will work."
echo ;;
mips-sgi-irix6*)
echo
echo Consult
echo "<URL:http://reality.sgi.com/knobi/gcc-2.7.2.x-on-irix-6.2-6.3>"
echo "regarding building under IRIX-6.2/6.3/6.4. Note that you *must*"
echo "have the SGI IDO bought and installed (sigh)."
echo ;;
*) ;;
esac