summaryrefslogtreecommitdiff
path: root/gcc/ch
diff options
context:
space:
mode:
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2000-11-03 20:59:02 +0000
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2000-11-03 20:59:02 +0000
commit572d60b4a31f0491e5aac2d50aef0d71b1028d86 (patch)
tree83073f50011d196b46fffe743bbd95625ad5feef /gcc/ch
parentb212b57531586c98764e3332d0a6d5c1f1ac39e9 (diff)
downloadgcc-572d60b4a31f0491e5aac2d50aef0d71b1028d86.tar.gz
In gcc/:
* fixinc/gnu-regex.c: Change 'CYGNUS LOCAL' to 'EGCS LOCAL'. In gcc/ch/: * Make-lang.in: Remove 'CYGNUS LOCAL' markers. * Makefile.in: Likewise. * configure: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37236 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ch')
-rw-r--r--gcc/ch/ChangeLog6
-rw-r--r--gcc/ch/Make-lang.in2
-rw-r--r--gcc/ch/Makefile.in3
-rwxr-xr-xgcc/ch/configure24
4 files changed, 15 insertions, 20 deletions
diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog
index 2a8b5dc2ca0..082be480bf6 100644
--- a/gcc/ch/ChangeLog
+++ b/gcc/ch/ChangeLog
@@ -1,3 +1,9 @@
+2000-11-02 Geoffrey Keating <geoffk@cygnus.com>
+
+ * Make-lang.in: Remove 'CYGNUS LOCAL' markers.
+ * Makefile.in: Likewise.
+ * configure: Likewise.
+
2000-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
* Makefile.in ($(srcdir)/hash.h): Refer to GNU FTP site for
diff --git a/gcc/ch/Make-lang.in b/gcc/ch/Make-lang.in
index 7554b8e77a5..779fd1ea6a1 100644
--- a/gcc/ch/Make-lang.in
+++ b/gcc/ch/Make-lang.in
@@ -170,7 +170,7 @@ CHILL.extraclean:
CHILL.maintainer-clean:
-rm -f ch/TAGS
-rm -f ch/chill.info* ch/chill.dvi ch/chill.??s ch/chill.*aux
-# CYGNUS LOCAL: Delete locally created file.
+# Delete locally created file.
-rm -f ch/hash.h
#
# Stage hooks:
diff --git a/gcc/ch/Makefile.in b/gcc/ch/Makefile.in
index ecfcdbb9720..b5e3918f0b9 100644
--- a/gcc/ch/Makefile.in
+++ b/gcc/ch/Makefile.in
@@ -75,7 +75,7 @@ GCC_CFLAGS=$(INTERNAL_CFLAGS) $(X_CFLAGS) $(T_CFLAGS) $(CFLAGS)
# These are used because `configure' appends `cross-make'
# to the makefile when making a cross-compiler.
-# CYGNUS LOCAL: we don't use cross-make. Instead we use the tools
+# We don't use cross-make. Instead we use the tools
# from the build tree, if they are available.
# program_transform_name and objdir are set by configure.in.
program_transform_name =
@@ -91,7 +91,6 @@ tmake_file=@dep_tmake_file@
srcdir = @srcdir@
VPATH = @srcdir@
-# CYGNUS LOCAL
# Directory where texinfo.tex lives
# texidir = $(srcdir)/../../texinfo
diff --git a/gcc/ch/configure b/gcc/ch/configure
index 8574a9fb763..fd1b50ddbdf 100755
--- a/gcc/ch/configure
+++ b/gcc/ch/configure
@@ -75,13 +75,12 @@ prefix=/usr/local
# Think THREE TIMES before specifying any other value for this!
# DO NOT make this use $prefix!
local_prefix=/usr/local
-# CYGNUS LOCAL: for our purposes, this must be prefix. This is apparently
+# For our purposes, this must be prefix. This is apparently
# only done for the benefit of glibc, and we don't use glibc.
local_prefix='$(prefix)'
# Default is to let the Makefile set exec_prefix from $(prefix)
exec_prefix='$(prefix)'
-# CYGNUS LOCAL. Default to nothing.
program_transform_name=
program_transform_set=
site=
@@ -134,7 +133,7 @@ do
exec_prefix=$arg
next_arg=
;;
- --program-transform-name) # CYGNUS LOCAL
+ --program-transform-name)
# Double any backslashes or dollar signs in the argument.
if [ -n "${arg}" ] ; then
program_transform_name="${program_transform_name} -e `echo ${arg} | sed -e 's/\\\\/\\\\\\\\/g' -e 's/\\\$/$$/g'`"
@@ -142,21 +141,21 @@ do
program_transform_set=yes
next_arg=
;;
- --program-prefix) # CYGNUS LOCAL
+ --program-prefix)
if [ -n "${arg}" ]; then
program_transform_name="${program_transform_name} -e s,^,`echo ${arg} | sed -e 's/\\\\/\\\\\\\\/g' -e 's/\\\$/$$/g'`,"
fi
program_transform_set=yes
next_arg=
;;
- --program-suffix) # CYGNUS LOCAL
+ --program-suffix)
if [ -n "${arg}" ]; then
program_transform_name="${program_transform_name} -e s,\$\$,`echo ${arg} | sed -e 's/\\\\/\\\\\\\\/g' -e 's/\\\$/$$/g'`,"
fi
program_transform_set=yes
next_arg=
;;
- --site) # CYGNUS LOCAL
+ --site)
site=${arg}
next_arg=
;;
@@ -220,7 +219,6 @@ do
| --program-trans | --program-tran | --program-tra \
| --program-tr | --program-t)
next_arg=--program-transform-name
- # CYGNUS LOCAL
;;
-program-transform-name=* | --program-transform-name=* \
| --program-transform-nam=* | --program-transform-na=* \
@@ -228,7 +226,6 @@ do
| --program-transform=* | --program-transfor=* | --program-transfo=* \
| --program-transf=* | --program-trans=* | --program-tran=* \
| --program-tra=* | --program-tr=* | --program-t=*)
- # CYGNUS LOCAL
arg=`echo ${arg} | sed -e 's/^[-a-z_]*=//'`
# Double any \ or $ in the argument.
if [ -n "${arg}" ] ; then
@@ -240,12 +237,10 @@ do
| --program-pref | --program-pre | --program-pr \
| --program-p)
next_arg=--program-prefix
- # CYGNUS LOCAL
;;
-program-prefix=* | --program-prefix=* | --program-prefi=* \
| --program-pref=* | --program-pre=* | --program-pr=* \
| --program-p=*)
- # CYGNUS LOCAL
arg=`echo ${arg} | sed -e 's/^[-a-z_]*=//'`
if [ -n "${arg}" ]; then
program_transform_name="${program_transform_name} -e s,^,`echo ${arg} | sed -e 's/\\\\/\\\\\\\\/g' -e 's/\\\$/$$/g'`,"
@@ -256,22 +251,20 @@ do
| --program-suff | --program-suf | --program-su \
| --program-s)
next_arg=--program-suffix
- # CYGNUS LOCAL
;;
-program-suffix=* | --program-suffix=* | --program-suffi=* \
| --program-suff=* | --program-suf=* | --program-su=* \
| --program-s=*)
- # CYGNUS LOCAL
arg=`echo ${arg} | sed -e 's/^[-a-z_]*=//'`
if [ -n "${arg}" ]; then
program_transform_name="${program_transform_name} -e s,\$\$,`echo ${arg} | sed -e 's/\\\\/\\\\\\\\/g' -e 's/\\\$/$$/g'`,"
fi
program_transform_set=yes
;;
- -site | --site | --sit) # CYGNUS LOCAL
+ -site | --site | --sit)
next_arg=--site
;;
- -site=* | --site=* | --sit=* | --si=*) # CYGNUS LOCAL
+ -site=* | --site=* | --sit=* | --si=*)
site=`echo ${arg} | sed 's/^[-a-z]*=//'`
;;
-with-gnu-ld | --with-gnu-ld | --with-gnu-l)
@@ -517,7 +510,6 @@ EOF
tmake_file=../Makefile.in
fi
- # CYGNUS LOCAL
# Conditionalize the makefile for this site.
if [ -f ${mainsrcdir}/config/ms-${site} ]
then
@@ -528,7 +520,6 @@ EOF
mv Makefile.xx Makefile.tem
fi
- # CYGNUS LOCAL
# If this is a cross compilation, and we have newlib in the build
# tree, then define inhibit_libc in LIBGCC2_CFLAGS. This will cause
# __eprintf to be left out of libgcc.a, but that's OK because newlib
@@ -544,7 +535,6 @@ EOF
# `tmake_file', `prefix', `local_prefix', `exec_prefix', `FIXINCLUDES'
# and `INSTALL_HEADERS_DIR' values in the Makefile from the values
# they have in this script.
- # CYGNUS LOCAL: FLOAT_H, CROSS_FLOAT_H, objdir
rm -f Makefile.xx
sed -e "s/ //" -e "s/^target=.*$/target=${target}/" \
-e "s|^xmake_file=.*$|xmake_file=${host_xmake_file}|" \