diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-08-12 17:12:21 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-08-12 17:12:21 +0000 |
commit | 3f7bb88fb8f0c3240002abab71c03edfd2d608fa (patch) | |
tree | 1e72bb2c22973221ab4c88249a4188493d3fc09b /gcc/f/config-lang.in | |
parent | b2f877e9db26ec43ff364a9ed1b43d2012023222 (diff) | |
download | gcc-3f7bb88fb8f0c3240002abab71c03edfd2d608fa.tar.gz |
* g77.info*: Rebuilt.
* config-lang.in: Don't demand the backend patch.
* com.c (lang_printable_name): Second argument is now an int. Don't
store into the value of the second argument.
* top.c (ffe_decode_option): Temporarily disable setting
of "Toon" loop options until we figure out how to address
them.
Make g77 work with gcc3.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14775 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/f/config-lang.in')
-rw-r--r-- | gcc/f/config-lang.in | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/gcc/f/config-lang.in b/gcc/f/config-lang.in index 74626241d8c..7a4f7ece2e7 100644 --- a/gcc/f/config-lang.in +++ b/gcc/f/config-lang.in @@ -26,23 +26,23 @@ # stagestuff - files to add to $(STAGESTUFF) # diff_excludes - files to ignore when building diffs between two versions. -if grep DECL_STATIC_CONSTRUCTOR $srcdir/tree.h >/dev/null; then - if grep flag_move_all_movables $srcdir/toplev.c >/dev/null; then true - else - echo "You haven't applied the patches to the GCC 2.7.x distribution in" - echo "$srcdir as described in g77/README.g77 and gcc/f/gbe/README." - echo "" - exit 1 - fi -else - if grep put_pending_sizes $srcdir/stor-layout.c >/dev/null; then true - else - echo "You haven't applied the patches to the GCC 2.6.x distribution in" - echo "$srcdir as described in g77/README.g77 and gcc/f/gbe/README." - echo "" - exit 1 - fi -fi +#if grep DECL_STATIC_CONSTRUCTOR $srcdir/tree.h >/dev/null; then +# if grep flag_move_all_movables $srcdir/toplev.c >/dev/null; then true +# else +# echo "You haven't applied the patches to the GCC 2.7.x distribution in" +# echo "$srcdir as described in g77/README.g77 and gcc/f/gbe/README." +# echo "" +# exit 1 +# fi +#else +# if grep put_pending_sizes $srcdir/stor-layout.c >/dev/null; then true +# else +# echo "You haven't applied the patches to the GCC 2.6.x distribution in" +# echo "$srcdir as described in g77/README.g77 and gcc/f/gbe/README." +# echo "" +# exit 1 +# fi +#fi language="f77" |