diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-11-17 11:54:44 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-11-17 11:54:44 +0100 |
commit | cb52ec6051c120a64fc79170d82c7e08d367f88a (patch) | |
tree | 20dffcb6fbab1bf3a03cea64a05333615a5affaa /samples/s390-ibm-linux-gnu | |
parent | 7ea82181db30cd437967e7bca1177f8cbd2f6fc5 (diff) | |
download | crosstool-ng-cb52ec6051c120a64fc79170d82c7e08d367f88a.tar.gz crosstool-ng-cb52ec6051c120a64fc79170d82c7e08d367f88a.tar.bz2 crosstool-ng-cb52ec6051c120a64fc79170d82c7e08d367f88a.zip |
arch/s390: commonalise the 32- and 64-bit s390 arch
Diffstat (limited to 'samples/s390-ibm-linux-gnu')
-rw-r--r-- | samples/s390-ibm-linux-gnu/crosstool.config | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/samples/s390-ibm-linux-gnu/crosstool.config b/samples/s390-ibm-linux-gnu/crosstool.config index 9d20f799..e823b756 100644 --- a/samples/s390-ibm-linux-gnu/crosstool.config +++ b/samples/s390-ibm-linux-gnu/crosstool.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# crosstool-NG version: hg_default@1629_f67c0106cefc -# Mon Nov 16 20:16:20 2009 +# crosstool-NG version: hg_default@1636_2ed5947c896a +# Tue Nov 17 11:53:01 2009 # # @@ -87,6 +87,8 @@ CT_ARCH="s390" # CT_ARCH_64 is not set # CT_ARCH_SUPPORTS_BOTH_MMU is not set # CT_ARCH_SUPPORTS_BOTH_ENDIAN is not set +CT_ARCH_SUPPORTS_32=y +CT_ARCH_SUPPORTS_64=y # CT_ARCH_SUPPORT_ARCH is not set # CT_ARCH_SUPPORT_ABI is not set # CT_ARCH_SUPPORT_CPU is not set @@ -95,7 +97,11 @@ CT_ARCH_SUPPORT_FPU=y # CT_ARCH_DEFAULT_HAS_MMU is not set # CT_ARCH_DEFAULT_BE is not set # CT_ARCH_DEFAULT_LE is not set +CT_ARCH_DEFAULT_32=y +# CT_ARCH_DEFAULT_64 is not set CT_ARCH_FPU="" +CT_ARCH_32b=y +# CT_ARCH_64b is not set CT_ARCH_FLOAT_HW=y # CT_ARCH_FLOAT_SW is not set CT_TARGET_CFLAGS="" @@ -110,12 +116,9 @@ CT_TARGET_LDFLAGS="" # CT_ARCH_ia64 is not set # CT_ARCH_mips is not set # CT_ARCH_powerpc is not set -# CT_ARCH_powerpc64 is not set CT_ARCH_s390=y -# CT_ARCH_s390x is not set # CT_ARCH_sh is not set # CT_ARCH_x86 is not set -# CT_ARCH_x86_64 is not set CT_ARCH_USE_MMU=y # |