diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-11-05 01:34:17 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-11-05 01:34:17 +0000 |
commit | d39951475283e231707df7f86a077036e7d35a00 (patch) | |
tree | c9493d52a55558d463fe60ce3b38aa67d9abe98a /sources/uClibc.config | |
parent | 55b7ab982f13e72386ddf7621224acc198b50420 (diff) | |
download | buildroot-novena-d39951475283e231707df7f86a077036e7d35a00.tar.gz buildroot-novena-d39951475283e231707df7f86a077036e7d35a00.zip |
A bit more wiggling to prevent asking about the target
architecture when possible, since we already know the
correct answer.
Diffstat (limited to 'sources/uClibc.config')
-rw-r--r-- | sources/uClibc.config | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/sources/uClibc.config b/sources/uClibc.config index b87042da2..d38ca852c 100644 --- a/sources/uClibc.config +++ b/sources/uClibc.config @@ -1,13 +1,26 @@ # # Automatically generated make config: don't edit # -TARGET_i386=y +# TARGET_alpha is not set +# TARGET_arm is not set +# TARGET_cris is not set +# TARGET_e1 is not set +# TARGET_h8300 is not set +# TARGET_i386 is not set +# TARGET_i960 is not set +# TARGET_m68k is not set +# TARGET_microblaze is not set +# TARGET_mips is not set +# TARGET_powerpc is not set +# TARGET_sh is not set +# TARGET_sparc is not set +# TARGET_v850 is not set # # Target Architecture Features and Options # HAVE_ELF=y -TARGET_ARCH="i386" +TARGET_ARCH="none" UCLIBC_HAS_FLOATS=y # ARCH_HAS_NO_FPU is not set HAS_FPU=y |