diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-05-27 19:57:15 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-05-27 19:57:15 +0000 |
commit | b9653d81655b4c0e2f4853ddf749245626c5a495 (patch) | |
tree | 520229dc35ec489135818d7048f6962b1a8971fe /bfd/.Sanitize | |
parent | 49864cfa6cfbd8c2a337765346dfda2597e6b8ac (diff) | |
download | gdb-b9653d81655b4c0e2f4853ddf749245626c5a495.zip gdb-b9653d81655b4c0e2f4853ddf749245626c5a495.tar.gz gdb-b9653d81655b4c0e2f4853ddf749245626c5a495.tar.bz2 |
first cut at new maybe-64bit-handling configuration
Diffstat (limited to 'bfd/.Sanitize')
-rw-r--r-- | bfd/.Sanitize | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize index eb4805b..b2df67f 100644 --- a/bfd/.Sanitize +++ b/bfd/.Sanitize @@ -42,6 +42,7 @@ aout-target.h archive.c archures.c bfd-in.h +bfd-in2.h bfd.c bout.c cache.c @@ -141,4 +142,15 @@ Things-to-lose: Do-last: +if ( echo $* | grep keep\-v9 > /dev/null ) ; then + echo Keeping v9 stuff in configure.in. +else + echo Cleaning configure.in ... + grep -v v9 < configure.in > new + if [ -n "${safe}" ] ; then + cp configure.in .Recover + fi + mv new configure.in +fi + # End of file. |