mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-25 01:13:37 +08:00
* mpw-make.sed: Update editing of include pathnames to be
more general.
This commit is contained in:
parent
22edd54732
commit
a952ea1cb8
@ -1,3 +1,12 @@
|
||||
Thu Aug 15 13:11:13 1996 Stan Shebs <shebs@andros.cygnus.com>
|
||||
|
||||
* mpw-make.sed: Update editing of include pathnames to be
|
||||
more general.
|
||||
|
||||
Thu Aug 15 16:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
|
||||
|
||||
* arm-opc.h: Added "bx" instruction definition.
|
||||
|
||||
Wed Aug 14 17:00:04 1996 Richard Henderson <rth@tamu.edu>
|
||||
|
||||
* alpha-opc.c (EV4EXTHWINDEX): Field width should be 8 not 5.
|
||||
|
@ -3,8 +3,10 @@
|
||||
# Empty HDEFINES.
|
||||
/HDEFINES/s/@HDEFINES@//
|
||||
|
||||
/INCDIR=/s/"{srcdir}":/"{topsrcdir}"/
|
||||
/^CSEARCH = .*$/s/$/ -i "{INCDIR}":mpw: -i ::extra-include:/
|
||||
# Fix pathnames to include directories.
|
||||
/^INCDIR = /s/^INCDIR = .*$/INCDIR = "{topsrcdir}"include/
|
||||
/^CSEARCH = /s/$/ -i "{INCDIR}":mpw: -i ::extra-include:/
|
||||
|
||||
/BFD_MACHINES/s/@BFD_MACHINES@/{BFD_MACHINES}/
|
||||
/archdefs/s/@archdefs@/{ARCHDEFS}/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user