diff options
author | Dave Love <d.love@dl.ac.uk> | 1997-09-12 02:27:51 +0000 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1997-09-11 19:27:51 -0700 |
commit | 3c5b8fa6b41205439c87e093adacf0890289c94a (patch) | |
tree | 71fd1dad25edff80b097c2da36616e31ceab2650 /gcc/f | |
parent | 810b9f2c0e6ba9f12fd00dba889be8b94bfccf0f (diff) | |
download | gcc-3c5b8fa6b41205439c87e093adacf0890289c94a.zip gcc-3c5b8fa6b41205439c87e093adacf0890289c94a.tar.gz gcc-3c5b8fa6b41205439c87e093adacf0890289c94a.tar.bz2 |
Patch from Dave Love
* config-lang.in: Remove the messages about possible build problems.
From-SVN: r15425
Diffstat (limited to 'gcc/f')
-rw-r--r-- | gcc/f/ChangeLog.egcs | 4 | ||||
-rw-r--r-- | 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 13be1b8..b97c2e7 100644 --- a/gcc/f/ChangeLog.egcs +++ b/gcc/f/ChangeLog.egcs @@ -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. diff --git a/gcc/f/config-lang.in b/gcc/f/config-lang.in index 49e3433..fbb87cb 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 "<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 |