diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-06-30 21:41:32 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-06-30 21:41:32 +0000 |
commit | 6face320b3baec374e37648adbac8ee2c27d2e2e (patch) | |
tree | 87e4e5939b0be4d8e6266d931944710b41480f81 /samples/alphaev56-unknown-linux-gnu | |
parent | 08ca782e76bae04823eb7d52b8cff2adb664d33e (diff) | |
download | crosstool-ng-6face320b3baec374e37648adbac8ee2c27d2e2e.tar.gz crosstool-ng-6face320b3baec374e37648adbac8ee2c27d2e2e.tar.bz2 crosstool-ng-6face320b3baec374e37648adbac8ee2c27d2e2e.zip |
Update samples to the latest architecture framework.
/trunk/samples/armeb-unknown-linux-uclibc/crosstool.config | 57 32 25 0 +++++++-----
/trunk/samples/arm-unknown-linux-gnueabi/crosstool.config | 60 34 26 0 +++++++------
/trunk/samples/mips-unknown-linux-uclibc/crosstool.config | 43 23 20 0 +++++----
/trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config | 57 32 25 0 +++++++-----
/trunk/samples/ia64-unknown-linux-gnu/crosstool.config | 46 26 20 0 ++++++----
/trunk/samples/armeb-unknown-linux-gnu/crosstool.config | 56 30 26 0 ++++++------
/trunk/samples/x86_64-unknown-linux-uclibc/crosstool.config | 43 23 20 0 +++++----
/trunk/samples/arm-unknown-linux-uclibc/crosstool.config | 53 27 26 0 ++++++-----
/trunk/samples/i586-geode-linux-uclibc/crosstool.config | 43 23 20 0 +++++----
/trunk/samples/powerpc-unknown-linux-uclibc/crosstool.config | 49 29 20 0 ++++++-----
/trunk/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config | 51 26 25 0 ++++++-----
/trunk/samples/i686-nptl-linux-gnu/crosstool.config | 43 23 20 0 +++++----
/trunk/samples/alphaev56-unknown-linux-gnu/crosstool.config | 44 21 23 0 ++++------
13 files changed, 349 insertions(+), 296 deletions(-)
Diffstat (limited to 'samples/alphaev56-unknown-linux-gnu')
-rw-r--r-- | samples/alphaev56-unknown-linux-gnu/crosstool.config | 44 |
1 files changed, 21 insertions, 23 deletions
diff --git a/samples/alphaev56-unknown-linux-gnu/crosstool.config b/samples/alphaev56-unknown-linux-gnu/crosstool.config index cca457ea..3caf91c1 100644 --- a/samples/alphaev56-unknown-linux-gnu/crosstool.config +++ b/samples/alphaev56-unknown-linux-gnu/crosstool.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# crosstool-NG version: 1.1.0+svn_trunk@755 -# Thu Jun 26 08:51:55 2008 +# crosstool-NG version: 1.1.0+svn_trunk@767 +# Mon Jun 30 08:04:50 2008 # # @@ -73,26 +73,25 @@ CT_LOG_FILE_COMPRESS=y # # Target options # - -# -# General target options -# CT_ARCH="alpha" -CT_ARCH_ALPHA=y -# CT_ARCH_ARM is not set -# CT_ARCH_IA64 is not set -# CT_ARCH_MIPS is not set -# CT_ARCH_PPC is not set -# CT_ARCH_SH is not set -# CT_ARCH_x86 is not set -# CT_ARCH_x86_64 is not set +# CT_ARCH_SUPPORT_ARCH is not set +# CT_ARCH_SUPPORT_ABI is not set +CT_ARCH_SUPPORT_CPU=y +CT_ARCH_CPU="ev56" +CT_ARCH_SUPPORT_TUNE=y +CT_ARCH_TUNE="ev56" +# CT_ARCH_SUPPORT_FPU is not set # CT_ARCH_SUPPORTS_BOTH_ENDIAN is not set # CT_ARCH_DEFAULT_BE is not set # CT_ARCH_DEFAULT_LE is not set +CT_ARCH_FLOAT_HW=y +# CT_ARCH_FLOAT_SW is not set +CT_TARGET_CFLAGS="" # -# Alpha specific configuration +# General target options # +CT_ARCH_alpha=y # CT_ARCH_ALPHA_EV4 is not set # CT_ARCH_ALPHA_EV45 is not set # CT_ARCH_ALPHA_EV5 is not set @@ -100,18 +99,17 @@ CT_ARCH_ALPHA_EV56=y # CT_ARCH_ALPHA_EV6 is not set # CT_ARCH_ALPHA_EV67 is not set CT_ARCH_ALPHA_VARIANT="ev56" -CT_ARCH_CPU="ev56" -CT_ARCH_TUNE="ev56" -CT_ARCH_ABI="" +# CT_ARCH_arm is not set +# CT_ARCH_ia64 is not set +# CT_ARCH_mips is not set +# CT_ARCH_powerpc is not set +# CT_ARCH_sh is not set +# CT_ARCH_x86 is not set +# CT_ARCH_x86_64 is not set # # Target optimisations # -CT_ARCH_ARCH="" -CT_ARCH_FPU="" -CT_ARCH_FLOAT_HW=y -# CT_ARCH_FLOAT_SW is not set -CT_TARGET_CFLAGS="" # # Toolchain options |