aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCatherine Moore <clm@redhat.com>1998-09-29 18:59:02 +0000
committerCatherine Moore <clm@redhat.com>1998-09-29 18:59:02 +0000
commitdd5ed7492743a809c4a9822fb06b3458dadc31c4 (patch)
tree8b34ba95f61431dd509d60592039148fe28ce62b
parentea0a321df92bb19a23f6c9e39254a0d34351f198 (diff)
downloadgdb-dd5ed7492743a809c4a9822fb06b3458dadc31c4.zip
gdb-dd5ed7492743a809c4a9822fb06b3458dadc31c4.tar.gz
gdb-dd5ed7492743a809c4a9822fb06b3458dadc31c4.tar.bz2
change armelf sanitization to CYGNUS LOCAL markers
-rw-r--r--.Sanitize28
-rw-r--r--configure.in8
2 files changed, 4 insertions, 32 deletions
diff --git a/.Sanitize b/.Sanitize
index 4ba4ba2..035e219 100644
--- a/.Sanitize
+++ b/.Sanitize
@@ -631,34 +631,6 @@ else
done
fi
-armelf_files="ChangeLog configure.in"
-if ( echo $* | grep keep\-armelf > /dev/null ) ; then
- for i in $armelf_files ; do
- if test ! -d $i && (grep sanitize-armelf $i > /dev/null) ; then
- if [ -n "${verbose}" ] ; then
- echo Keeping armelf stuff in $i
- fi
- fi
- done
-else
- for i in * ; do
- if test ! -d $i && (grep sanitize-armelf $i > /dev/null) ; then
- if [ -n "${verbose}" ] ; then
- echo Removing traces of \"armelf\" from $i...
- fi
- cp $i new
- sed '/start\-sanitize\-armelf/,/end-\sanitize\-armelf/d' < $i > new
- if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
- if [ -n "${verbose}" ] ; then
- echo Caching $i in .Recover...
- fi
- mv $i .Recover
- fi
- mv new $i
- fi
- done
-fi
-
java_files="ChangeLog Makefile.in configure.in"
if ( echo $* | grep keep\-java > /dev/null ) ; then
for i in $java_files ; do
diff --git a/configure.in b/configure.in
index a329ab5..d2f3cba 100644
--- a/configure.in
+++ b/configure.in
@@ -626,19 +626,19 @@ case "${target}" in
arm-*-coff*)
noconfigdirs="$noconfigdirs target-libgloss"
;;
-# start-sanitize-armelf
+# CYGNUS LOCAL clm/arm-elf
arm-*-elf*)
noconfigdirs="$noconfigdirs target-libgloss"
;;
-# end-sanitize-armelf
+# END CYGNUS LOCAL
thumb-*-coff)
noconfigdirs="$noconfigdirs target-libgloss"
;;
-# start-sanitize-armelf
+# CYGNUS LOCAL clm/arm-elf
thumb-*-elf)
noconfigdirs="$noconfigdirs target-libgloss"
;;
-# end-sanitize-armelf
+# END CYGNUS LOCAL
thumb-*-pe) # CYGNUS LOCAL nickc/thumb
noconfigdirs="$noconfigdirs target-libgloss"
;;