diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-06-28 02:16:18 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-06-28 02:16:18 +0000 |
commit | 066f301d5db3e822c28ae3db7554a246c6f456fe (patch) | |
tree | 28764d77db33998bd744c5d29fa2a013ebd18d65 /binutils | |
parent | 75c8a303bb763e9dce300939f2e1e8d074817c58 (diff) | |
download | gdb-066f301d5db3e822c28ae3db7554a246c6f456fe.zip gdb-066f301d5db3e822c28ae3db7554a246c6f456fe.tar.gz gdb-066f301d5db3e822c28ae3db7554a246c6f456fe.tar.bz2 |
Remove more GM-specific stuff
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/.Sanitize | 12 | ||||
-rw-r--r-- | binutils/ChangeLog.gm | 9 | ||||
-rw-r--r-- | binutils/mpw-xconfig.in | 6 |
3 files changed, 4 insertions, 23 deletions
diff --git a/binutils/.Sanitize b/binutils/.Sanitize index 4ba1d4b..81b93ee 100644 --- a/binutils/.Sanitize +++ b/binutils/.Sanitize @@ -15,16 +15,12 @@ Do-first: -if ( echo $* | grep keep\-mpw > /dev/null ) ; then - keep_these_too="mpw-make.in ChangeLog.mpw" -else - lose_these_too="mpw-make.in ChangeLog.mpw" -fi +mpw_files="mpw-config.in mpw-make.in ChangeLog.mpw" -if ( echo $* | grep keep\-gm > /dev/null ) ; then - keep_these_too="mpw-xconfig.in ChangeLog.gm ${keep_these_too}" +if ( echo $* | grep keep\-mpw > /dev/null ) ; then + keep_these_too="${mpw_files} ${keep_these_too}" else - lose_these_too="mpw-xconfig.in ChangeLog.gm ${lose_these_too}" + lose_these_too="${mpw_files} ${lose_these_too}" fi # All files listed between the "Things-to-keep:" line and the diff --git a/binutils/ChangeLog.gm b/binutils/ChangeLog.gm deleted file mode 100644 index 5e64403..0000000 --- a/binutils/ChangeLog.gm +++ /dev/null @@ -1,9 +0,0 @@ -Tue Apr 26 18:10:40 1994 Stan Shebs (shebs@andros.cygnus.com) - - * mpw-xconfig.in (archname): Only set ARCH_mips if targeting Mips. - -Sat Feb 26 13:27:07 1994 Stan Shebs (shebs@andros.cygnus.com) - - * mpw-xconfig.in: New file, GM-specific configuration fragment. - - diff --git a/binutils/mpw-xconfig.in b/binutils/mpw-xconfig.in deleted file mode 100644 index ad90f48..0000000 --- a/binutils/mpw-xconfig.in +++ /dev/null @@ -1,6 +0,0 @@ -# Extra configuration fragment for binutils. - -If "{target_canonical}" =~ /mips-idt-ecoff/ - Set archname ARCH_mips -End If - |