diff options
author | Stan Shebs <shebs@codesourcery.com> | 1996-08-15 19:41:17 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1996-08-15 19:41:17 +0000 |
commit | 22edd5473227bc0e89c19d04022727f62dfd514c (patch) | |
tree | e5b2cbee23f1318d489b3d51d1b2482183a25b51 /bfd/mpw-config.in | |
parent | 53ef6e607610f5c6ab77df73405afa124a7e6d81 (diff) | |
download | gdb-22edd5473227bc0e89c19d04022727f62dfd514c.zip gdb-22edd5473227bc0e89c19d04022727f62dfd514c.tar.gz gdb-22edd5473227bc0e89c19d04022727f62dfd514c.tar.bz2 |
* mpw-config.in: Update editing of autoconf vars to reflect
Jul 18 configure.in change.
* mpw-make.sed: Update editing of include pathnames to be
more general, add @DASH_C_FLAG@ to explicit compile rule edit.
Diffstat (limited to 'bfd/mpw-config.in')
-rw-r--r-- | bfd/mpw-config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/mpw-config.in b/bfd/mpw-config.in index c053db0..cbd13db 100644 --- a/bfd/mpw-config.in +++ b/bfd/mpw-config.in @@ -54,7 +54,11 @@ MoveIfChange "{o}"config.new "{o}"config.h # We can only handle 32-bit targets right now. sed -e 's/@WORDSIZE@/32/' \Option-d + -e 's/@wordsize@/32/' \Option-d -e "s/@VERSION@/`Catenate {srcdir}VERSION`/" \Option-d + -e 's/@BFD_HOST_64_BIT_DEFINED@/0/' \Option-d + -e 's/@BFD_HOST_64_BIT@//' \Option-d + -e 's/@BFD_HOST_U_64_BIT@//' \Option-d -e 's/@BFD_HOST_64BIT_LONG@/0/' \Option-d "{srcdir}"bfd-in2.h >"{o}"bfd.h-new |