summaryrefslogtreecommitdiffstats
path: root/rules/target.in
diff options
context:
space:
mode:
author(no author) <(no author)@33e552b5-05e3-0310-8538-816dae2090ed>2004-09-01 18:12:49 +0000
committer(no author) <(no author)@33e552b5-05e3-0310-8538-816dae2090ed>2004-09-01 18:12:49 +0000
commit949070cf4f517506a05ed5164c2d954dd5b67d4f (patch)
tree853fa0d49873e428bb369c746e7accba0cf22955 /rules/target.in
parent0131879c9e9bdcefe0616d6c31f05a4c2abb8316 (diff)
downloadptxdist-949070cf4f517506a05ed5164c2d954dd5b67d4f.tar.gz
ptxdist-949070cf4f517506a05ed5164c2d954dd5b67d4f.tar.xz
Added crosstool support; moved project specific stuff into project/ directory
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.5.2-trunk@1681 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/target.in')
-rw-r--r--rules/target.in40
1 files changed, 0 insertions, 40 deletions
diff --git a/rules/target.in b/rules/target.in
index 8c1ebc0f4..3f2bc7e96 100644
--- a/rules/target.in
+++ b/rules/target.in
@@ -261,46 +261,6 @@ config ARM_PROC
string
default "armv" if ARCH_ARM || ARCH_ARM_NOMMU
-config GNU_TARGET
- string
- default "arm-softfloat-linux-gnu" if ARM_ARCH_LE && GLIBC
- default "armb-unknown-linux-gnu" if ARM_ARCH_BE && GLIBC
- default "arm-elf" if ARCH_ARM_NOMMU && GLIBC
- default "i386-unknown-linux-gnu" if OPT_I386 && GLIBC
- default "i486-unknown-linux-gnu" if OPT_I486 && GLIBC
- default "i586-unknown-linux-gnu" if OPT_I586 && GLIBC
- default "i686-unknown-linux-gnu" if OPT_I686 && GLIBC
- default "powerpc-unknown-linux-gnu" if OPT_PPC && GLIBC
- default "powerpc-405-linux-gnu" if OPT_PPC405 && GLIBC
- default "powerpc-750-linux-gnu" if OPT_PPC750 && GLIBC
- default "powerpc-7450-linux-gnu" if OPT_PPC7450 && GLIBC
- default "sparc-unknown-linux-gnu" if OPT_SPARC && GLIBC
- default "mips-unknown-linux-gnu" if MIPS_ARCH_BE && GLIBC
- default "mipsel-unknown-linux-gnu" if MIPS_ARCH_LE && GLIBC
- default "cris-unknown-linux-gnu" if ARCH_CRIS && GLIBC
- default "hppa-unknown-linux-gnu" if ARCH_PARISC && GLIBC
- default "sh3-unknown-linux-gnu" if SH_ARCH_SH3 && GLIBC
- default "sh4-unknown-linux-gnu" if SH_ARCH_SH4 && GLIBC
-
- default "arm-uclibc-linux-gnu" if ARM_ARCH_LE && UCLIBC
- default "armb-uclibc-linux-gnu" if ARM_ARCH_BE && UCLIBC
- default "arm-elf" if ARCH_ARM_NOMMU && UCLIBC
- default "i386-uclibc-linux-gnu" if OPT_I386 && UCLIBC
- default "i486-uclibc-linux-gnu" if OPT_I486 && UCLIBC
- default "i586-uclibc-linux-gnu" if OPT_I586 && UCLIBC
- default "i686-uclibc-linux-gnu" if OPT_I686 && UCLIBC
- default "powerpc-uclibc-linux-gnu" if OPT_PPC && UCLIBC
- default "powerpc-405_uclibc-linux-gnu" if OPT_PPC405 && UCLIBC
- default "powerpc-750_uclibc-linux-gnu" if OPT_PPC750 && UCLIBC
- default "powerpc-7450_uclibc-linux-gnu" if OPT_PPC7450 && UCLIBC
- default "sparc-uclibc-linux-gnu" if OPT_SPARC && UCLIBC
- default "mips-uclibc-linux-gnu" if MIPS_ARCH_BE && UCLIBC
- default "mipsel-uclibc-linux-gnu" if MIPS_ARCH_LE && UCLIBC
- default "cris-uclibc-linux-gnu" if ARCH_CRIS && UCLIBC
- default "hppa-uclibc-linux-gnu" if ARCH_PARISC && UCLIBC
- default "sh3-uclibc-linux-gnu" if SH_ARCH_SH3 && UCLIBC
- default "sh4-uclibc-linux-gnu" if SH_ARCH_SH4 && UCLIBC
-
config PREFIX
prompt "Prefix for development environment"
string