mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-05 07:12:36 +08:00
configure.in (all_diff_excludes, [...]): Remove.
* configure.in (all_diff_excludes, diff_excludes): Remove. * configure: Regenerate. * Makefile.in (LANG_DIFF_EXCLUDES): Remove. * objc/config-lang.in (diff_excludes): Remove. ada: * config-lang.in (diff_excludes): Remove. ch: * config-lang.in (diff_excludes): Remove. cp: * config-lang.in (diff_excludes): Remove. f: * config-lang.in (diff_excludes): Remove. java: * config-lang.in (diff_excludes): Remove. From-SVN: r48189
This commit is contained in:
parent
303f89334b
commit
38be19f603
@ -1,3 +1,10 @@
|
||||
2001-12-20 Joseph S. Myers <jsm28@cam.ac.uk>
|
||||
|
||||
* configure.in (all_diff_excludes, diff_excludes): Remove.
|
||||
* configure: Regenerate.
|
||||
* Makefile.in (LANG_DIFF_EXCLUDES): Remove.
|
||||
* objc/config-lang.in (diff_excludes): Remove.
|
||||
|
||||
2001-12-19 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* config/sparc/sparc.md (ldd peephole2s): For load peepholes pass
|
||||
|
@ -639,7 +639,6 @@ INCLUDES = -I. -I$(@D) -I$(srcdir) -I$(srcdir)/$(@D) \
|
||||
# These next lines are overridden by configure.
|
||||
LANG_MAKEFILES = @all_lang_makefiles@
|
||||
LANG_STAGESTUFF = @all_stagestuff@
|
||||
LANG_DIFF_EXCLUDES = @all_diff_excludes@
|
||||
LANG_EXTRA_HEADERS = @all_headers@
|
||||
|
||||
# Flags to pass to recursive makes.
|
||||
|
@ -1,3 +1,7 @@
|
||||
2001-12-20 Joseph S. Myers <jsm28@cam.ac.uk>
|
||||
|
||||
* config-lang.in (diff_excludes): Remove.
|
||||
|
||||
2001-12-17 Ed Schonberg <schonber@gnat.com>
|
||||
|
||||
* sem_res.adb (Resolve_Selected_Component): do not generate a
|
||||
|
@ -25,7 +25,6 @@
|
||||
# boot_language - "yes" if we need to build this language in stage1
|
||||
# compilers - value to add to $(COMPILERS)
|
||||
# stagestuff - files to add to $(STAGESTUFF)
|
||||
# diff_excludes - files to ignore when building diffs between two versions.
|
||||
|
||||
language="ada"
|
||||
boot_language=yes
|
||||
@ -35,6 +34,4 @@ compilers="gnat1\$(exeext)"
|
||||
|
||||
stagestuff="gnatbind\$(exeext) gnat1\$(exeext)"
|
||||
|
||||
diff_excludes="-x ada/a-einfo.h -x ada/a-sinfo.h -x ada/nmake.adb -x ada/nmake.ads -x ada/treeprs.ads -x ada/sysid.ads"
|
||||
|
||||
outputs=ada/Makefile
|
||||
|
@ -1,3 +1,7 @@
|
||||
2001-12-20 Joseph S. Myers <jsm28@cam.ac.uk>
|
||||
|
||||
* config-lang.in (diff_excludes): Remove.
|
||||
|
||||
2001-12-15 Joseph S. Myers <jsm28@cam.ac.uk>
|
||||
|
||||
* expr.c: Use "built-in" spelling in messages.
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Top level configure fragment for GNU CHILL.
|
||||
# Copyright (C) 1994, 2000 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1994, 2000, 2001 Free Software Foundation, Inc.
|
||||
|
||||
#This file is part of GNU CC.
|
||||
|
||||
@ -24,7 +24,6 @@
|
||||
# language - name of language as it would appear in $(LANGUAGES)
|
||||
# compilers - value to add to $(COMPILERS)
|
||||
# stagestuff - files to add to $(STAGESTUFF)
|
||||
# diff_excludes - files to ignore when building diffs between two versions.
|
||||
|
||||
language="CHILL"
|
||||
|
||||
@ -32,8 +31,6 @@ compilers="cc1chill\$(exeext)"
|
||||
|
||||
stagestuff="chill chill-cross\$(exeext) cc1chill\$(exeext)"
|
||||
|
||||
diff_excludes="-x -x ch/chill.info*"
|
||||
|
||||
outputs=ch/Makefile
|
||||
|
||||
target_libs=target-libchill
|
||||
|
7
gcc/configure
vendored
7
gcc/configure
vendored
@ -2078,7 +2078,7 @@ EOF
|
||||
fi
|
||||
|
||||
# Find some useful tools
|
||||
for ac_prog in gawk mawk nawk awk
|
||||
for ac_prog in mawk gawk nawk awk
|
||||
do
|
||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||
set dummy $ac_prog; ac_word=$2
|
||||
@ -7887,7 +7887,6 @@ all_languages=
|
||||
all_boot_languages=
|
||||
all_compilers=
|
||||
all_stagestuff=
|
||||
all_diff_excludes=
|
||||
all_outputs='Makefile intl/Makefile fixinc/Makefile gccbug mklibgcc'
|
||||
# List of language makefile fragments.
|
||||
all_lang_makefiles=
|
||||
@ -7912,7 +7911,6 @@ do
|
||||
boot_language=
|
||||
compilers=
|
||||
stagestuff=
|
||||
diff_excludes=
|
||||
headers=
|
||||
outputs=
|
||||
lib2funcs=
|
||||
@ -7933,7 +7931,6 @@ do
|
||||
fi
|
||||
all_compilers="$all_compilers $compilers"
|
||||
all_stagestuff="$all_stagestuff $stagestuff"
|
||||
all_diff_excludes="$all_diff_excludes $diff_excludes"
|
||||
all_headers="$all_headers $headers"
|
||||
all_outputs="$all_outputs $outputs"
|
||||
all_lib2funcs="$all_lib2funcs $lib2funcs"
|
||||
@ -8132,7 +8129,6 @@ ${CONFIG_SHELL-/bin/sh} $srcdir/configure.frag $srcdir "$subdirs" "$dep_host_xma
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# Echo that links are built
|
||||
@ -8397,7 +8393,6 @@ s%@objdir@%$objdir%g
|
||||
s%@subdirs@%$subdirs%g
|
||||
s%@all_boot_languages@%$all_boot_languages%g
|
||||
s%@all_compilers@%$all_compilers%g
|
||||
s%@all_diff_excludes@%$all_diff_excludes%g
|
||||
s%@all_headers@%$all_headers%g
|
||||
s%@all_lang_makefiles@%$all_lang_makefiles%g
|
||||
s%@all_languages@%$all_languages%g
|
||||
|
@ -2143,7 +2143,6 @@ all_languages=
|
||||
all_boot_languages=
|
||||
all_compilers=
|
||||
all_stagestuff=
|
||||
all_diff_excludes=
|
||||
all_outputs='Makefile intl/Makefile fixinc/Makefile gccbug mklibgcc'
|
||||
# List of language makefile fragments.
|
||||
all_lang_makefiles=
|
||||
@ -2168,7 +2167,6 @@ do
|
||||
boot_language=
|
||||
compilers=
|
||||
stagestuff=
|
||||
diff_excludes=
|
||||
headers=
|
||||
outputs=
|
||||
lib2funcs=
|
||||
@ -2189,7 +2187,6 @@ do
|
||||
fi
|
||||
all_compilers="$all_compilers $compilers"
|
||||
all_stagestuff="$all_stagestuff $stagestuff"
|
||||
all_diff_excludes="$all_diff_excludes $diff_excludes"
|
||||
all_headers="$all_headers $headers"
|
||||
all_outputs="$all_outputs $outputs"
|
||||
all_lib2funcs="$all_lib2funcs $lib2funcs"
|
||||
@ -2325,7 +2322,6 @@ ${CONFIG_SHELL-/bin/sh} $srcdir/configure.frag $srcdir "$subdirs" "$dep_host_xma
|
||||
AC_SUBST(subdirs)
|
||||
AC_SUBST(all_boot_languages)
|
||||
AC_SUBST(all_compilers)
|
||||
AC_SUBST(all_diff_excludes)
|
||||
AC_SUBST(all_headers)
|
||||
AC_SUBST(all_lang_makefiles)
|
||||
AC_SUBST(all_languages)
|
||||
|
@ -1,3 +1,7 @@
|
||||
2001-12-20 Joseph S. Myers <jsm28@cam.ac.uk>
|
||||
|
||||
* config-lang.in (diff_excludes): Remove.
|
||||
|
||||
2001-12-19 Nathan Sidwell <nathan@codesourcery.com>
|
||||
|
||||
PR c++/90
|
||||
|
@ -25,7 +25,6 @@
|
||||
# language - name of language as it would appear in $(LANGUAGES)
|
||||
# compilers - value to add to $(COMPILERS)
|
||||
# stagestuff - files to add to $(STAGESTUFF)
|
||||
# diff_excludes - files to ignore when building diffs between two versions.
|
||||
|
||||
language="c++"
|
||||
|
||||
@ -33,6 +32,4 @@ compilers="cc1plus\$(exeext)"
|
||||
|
||||
stagestuff="g++\$(exeext) g++-cross\$(exeext) cc1plus\$(exeext)"
|
||||
|
||||
diff_excludes="-x parse.c -x parse.h"
|
||||
|
||||
target_libs="${libstdcxx_version} target-gperf"
|
||||
|
@ -1,3 +1,7 @@
|
||||
2001-12-20 Joseph S. Myers <jsm28@cam.ac.uk>
|
||||
|
||||
* config-lang.in (diff_excludes): Remove.
|
||||
|
||||
2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
|
||||
|
||||
* g77.texi, invoke.texi: Update links to GCC manual.
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Top level configure fragment for GNU FORTRAN.
|
||||
# Copyright (C) 1995, 1996, 1997, 2000 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1995, 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
|
||||
|
||||
#This file is part of GNU Fortran.
|
||||
|
||||
@ -24,7 +24,6 @@
|
||||
# language - name of language as it would appear in $(LANGUAGES)
|
||||
# compilers - value to add to $(COMPILERS)
|
||||
# stagestuff - files to add to $(STAGESTUFF)
|
||||
# diff_excludes - files to ignore when building diffs between two versions.
|
||||
|
||||
language="f77"
|
||||
|
||||
@ -32,6 +31,4 @@ compilers="f771\$(exeext)"
|
||||
|
||||
stagestuff="g77\$(exeext) g77-cross\$(exeext) f771\$(exeext)"
|
||||
|
||||
diff_excludes="-x f/BUGS -x f/NEWS -x f/INSTALL -x f/intdoc.texi"
|
||||
|
||||
target_libs=target-libf2c
|
||||
|
@ -1,3 +1,7 @@
|
||||
2001-12-20 Joseph S. Myers <jsm28@cam.ac.uk>
|
||||
|
||||
* config-lang.in (diff_excludes): Remove.
|
||||
|
||||
2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
|
||||
|
||||
* gcj.texi: Update link to GCC manual.
|
||||
|
@ -29,7 +29,6 @@
|
||||
# language - name of language as it would appear in $(LANGUAGES)
|
||||
# compilers - value to add to $(COMPILERS)
|
||||
# stagestuff - files to add to $(STAGESTUFF)
|
||||
# diff_excludes - files to ignore when building diffs between two versions.
|
||||
|
||||
language="java"
|
||||
|
||||
|
@ -24,7 +24,6 @@
|
||||
# language - name of language as it would appear in $(LANGUAGES)
|
||||
# compilers - value to add to $(COMPILERS)
|
||||
# stagestuff - files to add to $(STAGESTUFF)
|
||||
# diff_excludes - files to ignore when building diffs between two versions.
|
||||
|
||||
language="objc"
|
||||
|
||||
@ -32,6 +31,4 @@ compilers="cc1obj\$(exeext)"
|
||||
|
||||
stagestuff=""
|
||||
|
||||
diff_excludes="-x objc-parse.c -x objc-parse.y "
|
||||
|
||||
target_libs=target-libobjc
|
||||
|
Loading…
Reference in New Issue
Block a user