diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-11-16 20:18:09 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-11-16 20:18:09 +0100 |
commit | 385a616b103861d4746d1f83d39ca6c8d0d4371e (patch) | |
tree | 3fec0c9e3fbdd17b2820274554c289ceb49d19c4 /samples/s390-ibm-linux-gnu | |
parent | 2b212bccad0876fe931484459d31773f519101c2 (diff) | |
download | crosstool-ng-385a616b103861d4746d1f83d39ca6c8d0d4371e.tar.gz crosstool-ng-385a616b103861d4746d1f83d39ca6c8d0d4371e.tar.bz2 crosstool-ng-385a616b103861d4746d1f83d39ca6c8d0d4371e.zip |
arch/s390: cleanups
Don't select unneeded config knobs. Don't select non-existing config knobs.
Use the "no patch" config knob, instead of pointing to an non-exiting local
patch dir. Simplify the tuple-related scripts. Update the samples.
Diffstat (limited to 'samples/s390-ibm-linux-gnu')
-rw-r--r-- | samples/s390-ibm-linux-gnu/crosstool.config | 21 | ||||
-rw-r--r-- | samples/s390-ibm-linux-gnu/reported.by | 2 |
2 files changed, 12 insertions, 11 deletions
diff --git a/samples/s390-ibm-linux-gnu/crosstool.config b/samples/s390-ibm-linux-gnu/crosstool.config index 55dc9363..9d20f799 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@1620_187e06178dcb -# Sat Nov 14 08:15:54 2009 +# crosstool-NG version: hg_default@1629_f67c0106cefc +# Mon Nov 16 20:16:20 2009 # # @@ -42,15 +42,15 @@ CT_CONNECT_TIMEOUT=10 CT_OVERIDE_CONFIG_GUESS_SUB=y # CT_ONLY_EXTRACT is not set # CT_PATCH_BUNDLED is not set -CT_PATCH_LOCAL=y +# CT_PATCH_LOCAL is not set # CT_PATCH_BUNDLED_LOCAL is not set # CT_PATCH_LOCAL_BUNDLED is not set # CT_PATCH_BUNDLED_FALLBACK_LOCAL is not set # CT_PATCH_LOCAL_FALLBACK_BUNDLED is not set -CT_PATCH_ORDER="local" +CT_PATCH_NONE=y +CT_PATCH_ORDER="none" # CT_PATCH_SINGLE is not set -CT_PATCH_USE_LOCAL=y -CT_LOCAL_PATCH_DIR="" +# CT_PATCH_USE_LOCAL is not set # # Build behavior @@ -92,8 +92,8 @@ CT_ARCH="s390" # CT_ARCH_SUPPORT_CPU is not set # CT_ARCH_SUPPORT_TUNE is not set CT_ARCH_SUPPORT_FPU=y -CT_ARCH_DEFAULT_HAS_MMU=y -CT_ARCH_DEFAULT_BE=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_FPU="" CT_ARCH_FLOAT_HW=y @@ -109,13 +109,13 @@ CT_TARGET_LDFLAGS="" # CT_ARCH_avr32 is not set # CT_ARCH_ia64 is not set # CT_ARCH_mips is not set -# CT_ARCH_powerpc64 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_64 is not set # CT_ARCH_x86 is not set +# CT_ARCH_x86_64 is not set CT_ARCH_USE_MMU=y # @@ -278,6 +278,7 @@ CT_LIBC_glibc=y # CT_LIBC_newlib is not set # CT_LIBC_none is not set # CT_LIBC_uClibc is not set +# CT_LIBC_V_2_10_1 is not set CT_LIBC_V_2_9=y # CT_LIBC_V_2_8 is not set # CT_LIBC_V_2_7 is not set diff --git a/samples/s390-ibm-linux-gnu/reported.by b/samples/s390-ibm-linux-gnu/reported.by index 33762278..213c290a 100644 --- a/samples/s390-ibm-linux-gnu/reported.by +++ b/samples/s390-ibm-linux-gnu/reported.by @@ -1,3 +1,3 @@ reporter_name="Harold Grovesteen" -reporter_url="" +reporter_url="http://sourceware.org/ml/crossgcc/2009-11/msg00052.html" reporter_comment="" |