diff options
author | Richard Sandiford <r.sandiford@uk.ibm.com> | 2009-06-02 19:06:56 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2009-06-02 19:06:56 +0000 |
commit | dfb636dcd052f5f68ba6abf5b9041c3c63562438 (patch) | |
tree | 866fc7cba54f627d859513db2f05cc0ceeb96db2 /gcc/config/rs6000/aix43.h | |
parent | 51136ae8188c4849ae4fb9451c26ef51f9801d7a (diff) | |
download | gcc-dfb636dcd052f5f68ba6abf5b9041c3c63562438.tar.gz |
Makefile.in (COLLECT2_OBJS): Add collect2-aix.o.
gcc/
* Makefile.in (COLLECT2_OBJS): Add collect2-aix.o.
(collect2.o): Depend on collect2-aix.h.
(collect2-aix.o): New rule.
* collect2-aix.h: New file.
* collect2-aix.c: Likewise.
* collect2.c: Include collect2-aix.h. Don't undefine
OBJECT_FORMAT_COFF if CROSS_AIX_SUPPORT is defined.
Guard native includes with #ifndef CROSS_DIRECTORY_STRUCTURE.
Use TARGET_AIX_VERSION instead of _AIX51.
* config/rs6000/aix43.h (TARGET_AIX_VERSION): Define.
* config/rs6000/aix51.h (TARGET_AIX_VERSION): Likewise.
* config/rs6000/aix52.h (TARGET_AIX_VERSION): Likewise.
* config/rs6000/aix53.h (TARGET_AIX_VERSION): Likewise.
* config/rs6000/aix61.h (TARGET_AIX_VERSION): Likewise.
From-SVN: r148096
Diffstat (limited to 'gcc/config/rs6000/aix43.h')
-rw-r--r-- | gcc/config/rs6000/aix43.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/rs6000/aix43.h b/gcc/config/rs6000/aix43.h index 4b769ca8d87..bbe23373060 100644 --- a/gcc/config/rs6000/aix43.h +++ b/gcc/config/rs6000/aix43.h @@ -187,3 +187,5 @@ do { \ /* This target uses the aix64.opt file. */ #define TARGET_USES_AIX64_OPT 1 + +#define TARGET_AIX_VERSION 43 |