Mercurial > hg > CbC > CbC_gcc
comparison gcc/config/rs6000/default64.h @ 145:1830386684a0
gcc-9.2.0
author | anatofuz |
---|---|
date | Thu, 13 Feb 2020 11:34:05 +0900 |
parents | 84e7813d76e9 |
children |
comparison
equal
deleted
inserted
replaced
131:84e7813d76e9 | 145:1830386684a0 |
---|---|
1 /* Definitions of target machine for GNU compiler, | 1 /* Definitions of target machine for GNU compiler, |
2 for 64 bit powerpc linux defaulting to -m64. | 2 for 64 bit powerpc linux defaulting to -m64. |
3 Copyright (C) 2003-2018 Free Software Foundation, Inc. | 3 Copyright (C) 2003-2020 Free Software Foundation, Inc. |
4 | 4 |
5 This file is part of GCC. | 5 This file is part of GCC. |
6 | 6 |
7 GCC is free software; you can redistribute it and/or modify | 7 GCC is free software; you can redistribute it and/or modify |
8 it under the terms of the GNU General Public License as published by | 8 it under the terms of the GNU General Public License as published by |
23 #undef RS6000_CPU | 23 #undef RS6000_CPU |
24 | 24 |
25 #if (TARGET_DEFAULT & MASK_LITTLE_ENDIAN) | 25 #if (TARGET_DEFAULT & MASK_LITTLE_ENDIAN) |
26 #undef TARGET_DEFAULT | 26 #undef TARGET_DEFAULT |
27 #define TARGET_DEFAULT (ISA_2_7_MASKS_SERVER | MASK_POWERPC64 | MASK_64BIT | MASK_LITTLE_ENDIAN) | 27 #define TARGET_DEFAULT (ISA_2_7_MASKS_SERVER | MASK_POWERPC64 | MASK_64BIT | MASK_LITTLE_ENDIAN) |
28 #undef ASM_DEFAULT_SPEC | |
29 #define ASM_DEFAULT_SPEC "-mpower8" | |
28 #else | 30 #else |
29 #undef TARGET_DEFAULT | 31 #undef TARGET_DEFAULT |
30 #define TARGET_DEFAULT (MASK_PPC_GFXOPT | MASK_PPC_GPOPT | MASK_MFCRF | MASK_POWERPC64 | MASK_64BIT) | 32 #define TARGET_DEFAULT (MASK_PPC_GFXOPT | MASK_PPC_GPOPT | MASK_MFCRF | MASK_POWERPC64 | MASK_64BIT) |
33 #undef ASM_DEFAULT_SPEC | |
34 #define ASM_DEFAULT_SPEC "-mpower4" | |
31 #endif | 35 #endif |