Remove more GM-specific stuff
This commit is contained in:
parent
75c8a303bb
commit
066f301d5d
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
@ -1,6 +0,0 @@
|
||||
# Extra configuration fragment for binutils.
|
||||
|
||||
If "{target_canonical}" =~ /mips-idt-ecoff/
|
||||
Set archname ARCH_mips
|
||||
End If
|
||||
|
Loading…
Reference in New Issue
Block a user