aix51.h (ASM_CPU_SPEC): Add 970 and G5.

* config/rs6000/aix51.h (ASM_CPU_SPEC): Add 970 and G5.
        * config/rs6000/aix52.h (ASM_CPU_SPEC): Same.
        * config/rs6000/t-aix52 (BOOT_LDFLAGS): Define.

From-SVN: r90609
This commit is contained in:
David Edelsohn 2004-11-14 03:32:11 +00:00 committed by David Edelsohn
parent 6716ecbcfd
commit 6ca4177cf2
4 changed files with 16 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2004-11-13 David Edelsohn <edelsohn@gnu.org>
* config/rs6000/aix51.h (ASM_CPU_SPEC): Add 970 and G5.
* config/rs6000/aix52.h (ASM_CPU_SPEC): Same.
* config/rs6000/t-aix52 (BOOT_LDFLAGS): Define.
2004-11-14 Joseph Myers <joseph@codesourcery.com>
* config/i386/i386.c (override_options): Move loop to set default

View file

@ -90,7 +90,9 @@ do { \
%{mcpu=604: -m604} \
%{mcpu=604e: -m604} \
%{mcpu=620: -m620} \
%{mcpu=630: -m620}"
%{mcpu=630: -m620} \
%{mcpu=970: -m620} \
%{mcpu=G5: -m620}"
#undef ASM_DEFAULT_SPEC
#define ASM_DEFAULT_SPEC "-mcom"

View file

@ -77,7 +77,9 @@ do { \
%{mcpu=604: -m604} \
%{mcpu=604e: -m604} \
%{mcpu=620: -m620} \
%{mcpu=630: -m620}"
%{mcpu=630: -m620} \
%{mcpu=970: -m620} \
%{mcpu=G5: -m620}"
#undef ASM_DEFAULT_SPEC
#define ASM_DEFAULT_SPEC "-mppc"
@ -185,3 +187,6 @@ do { \
#undef TARGET_C99_FUNCTIONS
#define TARGET_C99_FUNCTIONS 1
#ifndef _AIX52
extern long long int atoll(const char *);
#endif

View file

@ -50,3 +50,4 @@ AR_FLAGS_FOR_TARGET = -X32_64
# until gnatlib is built as a shared library on AIX. Compiling the
# compiler with -mminimal-toc does not cause any harm.
T_ADAFLAGS = -mminimal-toc
BOOT_LDFLAGS = -Wl,-bbigtoc