mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
Remove GM-specific hackery, no longer needed.
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
# .Sanitize for devo/gas
|
# .Sanitize for devo/gas.
|
||||||
|
|
||||||
# Each directory to survive its way into a release will need a file
|
# Each directory to survive its way into a release will need a file
|
||||||
# like this one called "./.Sanitize". All keyword lines must exist,
|
# like this one called "./.Sanitize". All keyword lines must exist,
|
||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# The lines between the "Do-first:" line and the "Things-to-keep:"
|
# The lines between the "Do-first:" line and the "Things-to-keep:"
|
||||||
# line are executed as a /bin/sh shell script before anything else is
|
# line are executed as a /bin/sh shell script before anything else is
|
||||||
# done in this
|
# done in this directory.
|
||||||
|
|
||||||
Do-first:
|
Do-first:
|
||||||
|
|
||||||
@ -21,12 +21,6 @@ else
|
|||||||
lose_these_too="mpw-config.in mpw-make.in ChangeLog.mpw"
|
lose_these_too="mpw-config.in mpw-make.in ChangeLog.mpw"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ( echo $* | grep keep\-gm > /dev/null ) ; then
|
|
||||||
keep_these_too="mpw-xconfig.in ChangeLog.gm ${keep_these_too}"
|
|
||||||
else
|
|
||||||
lose_these_too="mpw-xconfig.in ChangeLog.gm ${lose_these_too}"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# All files listed between the "Things-to-keep:" line and the
|
# All files listed between the "Things-to-keep:" line and the
|
||||||
# "Files-to-sed:" line will be kept. All other files will be removed.
|
# "Files-to-sed:" line will be kept. All other files will be removed.
|
||||||
# Directories listed in this section will have their own Sanitize
|
# Directories listed in this section will have their own Sanitize
|
||||||
|
@ -1,17 +0,0 @@
|
|||||||
Wed Mar 23 12:39:36 1994 Stan Shebs (shebs@andros.cygnus.com)
|
|
||||||
|
|
||||||
* mpw-xconfig.in: Remove generic forward-includes, put rest of
|
|
||||||
statements inside a mips-idt-ecoff conditional.
|
|
||||||
|
|
||||||
Mon Jan 31 18:08:16 1994 Stan Shebs (shebs@andros.cygnus.com)
|
|
||||||
|
|
||||||
* mpw-xconfig.in: Get opcode/mips.h from the right place.
|
|
||||||
|
|
||||||
Tue Jan 25 10:52:22 1994 Stan Shebs (shebs@andros.cygnus.com)
|
|
||||||
|
|
||||||
* mpw-xconfig.in: Use forward-include to create include files.
|
|
||||||
|
|
||||||
Tue Jan 4 12:24:07 1994 Stan Shebs (shebs@andros.cygnus.com)
|
|
||||||
|
|
||||||
* mpw-xconfig.in: New file, mpw x mips configuration bits.
|
|
||||||
|
|
@ -1,21 +0,0 @@
|
|||||||
# Extra configuration fragment for GAS.
|
|
||||||
|
|
||||||
If "{target_canonical}" =~ /mips-idt-ecoff/
|
|
||||||
forward-include "{srcdir}"config:atof-ieee.c atof-targ.c
|
|
||||||
forward-include "{srcdir}"config:obj-ecoff.c obj-format.c
|
|
||||||
forward-include "{srcdir}"config:obj-ecoff.h obj-format.h
|
|
||||||
forward-include "{srcdir}"config:tc-mips.c targ-cpu.c
|
|
||||||
forward-include "{srcdir}"config:tc-mips.h targ-cpu.h
|
|
||||||
forward-include "{srcdir}"config:te-generic.h targ-env.h
|
|
||||||
|
|
||||||
echo '#define TARGET_CPU "mips"' >config.new
|
|
||||||
echo '#define TARGET_ALIAS "mips-idt-ecoff"' >>config.new
|
|
||||||
echo '#define TARGET_CANONICAL "mips-idt-ecoff"' >>config.new
|
|
||||||
echo '#define GAS_VERSION "cygnus-2.2.1"' >>config.new
|
|
||||||
|
|
||||||
MoveIfChange config.new config.h
|
|
||||||
End If
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in New Issue
Block a user