diff options
Diffstat (limited to 'samples/powerpc-unknown-linux-uclibc')
-rw-r--r-- | samples/powerpc-unknown-linux-uclibc/crosstool.config | 49 |
1 files changed, 29 insertions, 20 deletions
diff --git a/samples/powerpc-unknown-linux-uclibc/crosstool.config b/samples/powerpc-unknown-linux-uclibc/crosstool.config index e6610aac..b8248336 100644 --- a/samples/powerpc-unknown-linux-uclibc/crosstool.config +++ b/samples/powerpc-unknown-linux-uclibc/crosstool.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# crosstool-NG version: 1.1.0+svn_trunk@760 -# Fri Jun 27 08:08:15 2008 +# crosstool-NG version: 1.1.0+svn_trunk@767 +# Mon Jun 30 10:01:14 2008 # # @@ -73,34 +73,43 @@ CT_LOG_FILE_COMPRESS=y # # Target options # +CT_ARCH="powerpc" +# CT_ARCH_SUPPORT_ARCH is not set +CT_ARCH_SUPPORT_ABI=y +CT_ARCH_ABI="" +CT_ARCH_SUPPORT_CPU=y +CT_ARCH_CPU="" +CT_ARCH_SUPPORT_TUNE=y +CT_ARCH_TUNE="" +# 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 is not set +CT_ARCH_FLOAT_SW=y +CT_TARGET_CFLAGS="" # # General target options # -CT_ARCH="powerpc" -# CT_ARCH_ALPHA is not set -# CT_ARCH_ARM is not set -# CT_ARCH_IA64 is not set -# CT_ARCH_MIPS is not set -CT_ARCH_PPC=y -# CT_ARCH_SH is not set +# CT_ARCH_alpha is not set +# CT_ARCH_ALPHA_EV4 is not set +# CT_ARCH_ALPHA_EV45 is not set +# CT_ARCH_ALPHA_EV5 is not set +# CT_ARCH_ALPHA_EV56 is not set +# CT_ARCH_ALPHA_EV6 is not set +# CT_ARCH_ALPHA_EV67 is not set +# CT_ARCH_arm is not set +# CT_ARCH_ia64 is not set +# CT_ARCH_mips is not set +CT_ARCH_powerpc=y +# CT_ARCH_sh is not set # CT_ARCH_x86 is not set # CT_ARCH_x86_64 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_CPU="" -CT_ARCH_TUNE="" -CT_ARCH_ABI="" # # Target optimisations # -CT_ARCH_ARCH="" -CT_ARCH_FPU="" -# CT_ARCH_FLOAT_HW is not set -CT_ARCH_FLOAT_SW=y -CT_TARGET_CFLAGS="" # # Toolchain options |