diff options
| author | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-12 09:41:02 +0000 |
|---|---|---|
| committer | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-12 09:41:02 +0000 |
| commit | 6b8f81d22b53e5a018b1293071920c1dc7c127c2 (patch) | |
| tree | bae64c3050e250d2b279b568af7fca750815c5b9 /gcc/config/arm/linux-aout.h | |
| parent | b80cbab190746d2dbe82daf0da41aeee9a450701 (diff) | |
| download | ppe42-gcc-6b8f81d22b53e5a018b1293071920c1dc7c127c2.tar.gz ppe42-gcc-6b8f81d22b53e5a018b1293071920c1dc7c127c2.zip | |
Apply Phillip Blundell's patch to distinguish between new and old binutils.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28687 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/arm/linux-aout.h')
| -rw-r--r-- | gcc/config/arm/linux-aout.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/arm/linux-aout.h b/gcc/config/arm/linux-aout.h index 3a853bd9d9e..fd76805f792 100644 --- a/gcc/config/arm/linux-aout.h +++ b/gcc/config/arm/linux-aout.h @@ -35,7 +35,8 @@ Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES \ -"-Dunix -Darm -Dlinux -Asystem(unix) -Asystem(posix) -Acpu(arm) -Amachine(arm)" +"-Dunix -D__arm__ -Dlinux \ +-Asystem(unix) -Asystem(posix) -Acpu(arm) -Amachine(arm)" #undef LIB_SPEC #define LIB_SPEC \ |

