From 3c5b8fa6b41205439c87e093adacf0890289c94a Mon Sep 17 00:00:00 2001 From: Dave Love Date: Fri, 12 Sep 1997 02:27:51 +0000 Subject: [PATCH] Patch from Dave Love * config-lang.in: Remove the messages about possible build problems. From-SVN: r15425 --- gcc/f/ChangeLog.egcs | 4 ++++ gcc/f/config-lang.in | 38 -------------------------------------- 2 files changed, 4 insertions(+), 38 deletions(-) diff --git a/gcc/f/ChangeLog.egcs b/gcc/f/ChangeLog.egcs index 13be1b8a3d7..b97c2e77feb 100644 --- a/gcc/f/ChangeLog.egcs +++ b/gcc/f/ChangeLog.egcs @@ -1,3 +1,7 @@ +Thu Sep 11 19:26:10 1997 Dave Love + + * config-lang.in: Remove the messages about possible build problems. + Wed Sep 10 16:39:47 1997 Jim Wilson * Make-lang.in (LN, LN_S): New macros, use where appropriate. diff --git a/gcc/f/config-lang.in b/gcc/f/config-lang.in index 49e34334fbb..fbb87cb8fad 100644 --- a/gcc/f/config-lang.in +++ b/gcc/f/config-lang.in @@ -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 "" - 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 -- 2.30.2