Compare commits
19 Commits
2011.05_rc
...
2011.05
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9ab73b51e8 | ||
|
|
cff599de08 | ||
|
|
99ead3c2ea | ||
|
|
effcc9a2a2 | ||
|
|
66e94f96f4 | ||
|
|
572529a43c | ||
|
|
596fe25ea7 | ||
|
|
1eda3a5c89 | ||
|
|
4b3e8a71c1 | ||
|
|
383074a633 | ||
|
|
75c0a45488 | ||
|
|
5c8c02a0c6 | ||
|
|
9868d24190 | ||
|
|
f066ed70cd | ||
|
|
40a203f254 | ||
|
|
4943afcc91 | ||
|
|
f5268b171a | ||
|
|
a02cfbf1f4 | ||
|
|
8c30b67b31 |
15
CHANGES
15
CHANGES
@@ -1,3 +1,18 @@
|
||||
2011.05, Released May 27th, 2011:
|
||||
|
||||
Updated/fixed packages: makedevs
|
||||
|
||||
2011.05-rc2, Released May 24th, 2011:
|
||||
|
||||
Fixes all over the tree.
|
||||
|
||||
Toolchain: Code sourcery ARM 2009q1 download URL fixed /
|
||||
2009q3 external toolchains added. Crosstool-NG bumped to
|
||||
1.11.3, eglic/glibc configuration fixes. Linux kernel 2.6.38.x
|
||||
bumped to 2.6.38.7.
|
||||
|
||||
Updated/fixed packages: bind, fakeroot, kbd, psmisc, qt
|
||||
|
||||
2011.05-rc1, Released May 18th, 2011:
|
||||
|
||||
Fixes all over the tree and new features.
|
||||
|
||||
2
Makefile
2
Makefile
@@ -24,7 +24,7 @@
|
||||
#--------------------------------------------------------------
|
||||
|
||||
# Set and export the version string
|
||||
export BR2_VERSION:=2011.05-rc1
|
||||
export BR2_VERSION:=2011.05
|
||||
|
||||
# This top-level Makefile can *not* be executed in parallel
|
||||
.NOTPARALLEL:
|
||||
|
||||
@@ -13,7 +13,7 @@ BR2_TARGET_ROOTFS_EXT2=y
|
||||
# Kernel
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="2.6.38.6"
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="2.6.38.7"
|
||||
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/arm-versatile/linux-2.6.38.config"
|
||||
BR2_LINUX_KERNEL_ZIMAGE=y
|
||||
|
||||
@@ -9,7 +9,7 @@ BR2_TARGET_ROOTFS_EXT2=y
|
||||
# Kernel
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="2.6.38.6"
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="2.6.38.7"
|
||||
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mipsel-malta/linux-2.6.38.config"
|
||||
BR2_LINUX_KERNEL_VMLINUX=y
|
||||
|
||||
@@ -6,22 +6,22 @@
|
||||
|
||||
<p>
|
||||
|
||||
The latest stable release is <b>2011.02</b>, which can be downloaded
|
||||
The latest stable release is <b>2011.05</b>, which can be downloaded
|
||||
here:<p>
|
||||
|
||||
<a href="/downloads/buildroot-2011.02.tar.gz">buildroot-2011.02.tar.gz</a>
|
||||
<a href="/downloads/buildroot-2011.05.tar.gz">buildroot-2011.05.tar.gz</a>
|
||||
or
|
||||
<a href="/downloads/buildroot-2011.02.tar.bz2">buildroot-2011.02.tar.bz2</a>.
|
||||
<a href="/downloads/buildroot-2011.05.tar.bz2">buildroot-2011.05.tar.bz2</a>.
|
||||
<p>
|
||||
|
||||
The latest release candidate is <b>2011.05-rc1</b>, which can be
|
||||
<!--
|
||||
The latest release candidate is <b>2011.05-rc2</b>, which can be
|
||||
downloaded here:<p>
|
||||
|
||||
<a href="/downloads/buildroot-2011.05-rc1.tar.gz">buildroot-2011.05-rc1.tar.gz</a>
|
||||
<a href="/downloads/buildroot-2011.05-rc2.tar.gz">buildroot-2011.05-rc2.tar.gz</a>
|
||||
or
|
||||
<a href="/downloads/buildroot-2011.05-rc1.tar.bz2">buildroot-2011.05-rc1.tar.bz2</a>.
|
||||
<a href="/downloads/buildroot-2011.05-rc2.tar.bz2">buildroot-2011.05-rc2.tar.bz2</a>.
|
||||
<p>
|
||||
|
||||
-->
|
||||
This and earlier releases can always be downloaded from
|
||||
<a href="/downloads/">http://buildroot.net/downloads/</a>.
|
||||
|
||||
|
||||
@@ -5,12 +5,33 @@
|
||||
<p>
|
||||
|
||||
<ul>
|
||||
<li><b>27 May 2011 -- 2011.05 released</b>
|
||||
|
||||
<p>The stable 2011.05 release is out - Thanks to everyone
|
||||
contributing and testing the release candidates. See the
|
||||
<a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.05">CHANGES</a>
|
||||
file for more details, and go to the <a href="/downloads/">downloads page</a> to pick up the
|
||||
<a href="/downloads/buildroot-2011.05.tar.bz2">2011.05 release</a>.</p>
|
||||
|
||||
<li><b>24 May 2011 -- 2011.05-rc2 released</b>
|
||||
|
||||
<p>RC2 is out with more bugfixes. See the <a
|
||||
href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.05_rc2">CHANGES</a>
|
||||
file for details.
|
||||
|
||||
<p>Head to the <a href="/downloads/">downloads page</a> to pick up the
|
||||
<a href="/downloads/buildroot-2011.05-rc2.tar.bz2">2011.05-rc2
|
||||
release candidate</a>, and report any problems found to the <a
|
||||
href="lists.html">mailing list</a> or <a
|
||||
href="https://bugs.uclibc.org">bug tracker</a>.</p>
|
||||
|
||||
<li><b>18 May 2011 -- 2011.05-rc1 released</b>
|
||||
|
||||
<p>We have a new release candidate! Lots of changes all over the
|
||||
tree, see the <a
|
||||
href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.05_rc1">CHANGES</a>
|
||||
file for details.
|
||||
file for details, and read the
|
||||
<a href="http://lists.busybox.net/pipermail/buildroot/2011-May/043317.html">announcement</a>.
|
||||
|
||||
<p>Head to the <a href="/downloads/">downloads page</a> to pick up the
|
||||
<a href="/downloads/buildroot-2011.05-rc1.tar.bz2">2011.05-rc1
|
||||
|
||||
@@ -22,7 +22,7 @@ choice
|
||||
default BR2_LINUX_KERNEL_2_6_38
|
||||
|
||||
config BR2_LINUX_KERNEL_2_6_38
|
||||
bool "2.6.38.6"
|
||||
bool "2.6.38.7"
|
||||
|
||||
config BR2_LINUX_KERNEL_SAME_AS_HEADERS
|
||||
bool "Same as toolchain kernel headers"
|
||||
@@ -52,7 +52,7 @@ endchoice
|
||||
config BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE
|
||||
string "Kernel version"
|
||||
depends on BR2_LINUX_KERNEL_CUSTOM_VERSION
|
||||
default "2.6.38.6"
|
||||
default "2.6.38.7"
|
||||
|
||||
config BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION
|
||||
string "URL of custom kernel tarball"
|
||||
@@ -60,7 +60,7 @@ config BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION
|
||||
|
||||
config BR2_LINUX_KERNEL_VERSION
|
||||
string
|
||||
default "2.6.38.6" if BR2_LINUX_KERNEL_2_6_38
|
||||
default "2.6.38.7" if BR2_LINUX_KERNEL_2_6_38
|
||||
default BR2_DEFAULT_KERNEL_HEADERS if BR2_LINUX_KERNEL_SAME_AS_HEADERS
|
||||
default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE if BR2_LINUX_KERNEL_CUSTOM_VERSION
|
||||
default "custom" if BR2_LINUX_KERNEL_CUSTOM_TARBALL
|
||||
|
||||
@@ -48,7 +48,6 @@ if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||
source "package/diffutils/Config.in"
|
||||
endif
|
||||
source "package/distcc/Config.in"
|
||||
source "package/fakeroot/Config.in"
|
||||
if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||
source "package/findutils/Config.in"
|
||||
endif
|
||||
|
||||
@@ -27,6 +27,7 @@ endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||
BIND_DEPENDENCIES += openssl
|
||||
BIND_CONF_OPT += --with-openssl=$(STAGING_DIR)/usr
|
||||
else
|
||||
BIND_CONF_OPT += --with-openssl=no
|
||||
endif
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
config BR2_PACKAGE_FAKEROOT
|
||||
bool "fakeroot"
|
||||
help
|
||||
Run commands in an environment faking root privileges.
|
||||
|
||||
http://joostje.op.het.net/fakeroot/
|
||||
@@ -16,5 +16,8 @@ endef
|
||||
|
||||
FAKEROOT_POST_PATCH_HOOKS += FAKEROOT_PATCH_FAKEROOT_IN
|
||||
|
||||
# The package for the target cannot be selected (build problems when
|
||||
# largefile is enabled), but is needed for the host package to work
|
||||
# due to deficiencies in the package infrastructure.
|
||||
$(eval $(call AUTOTARGETS,package,fakeroot))
|
||||
$(eval $(call AUTOTARGETS,package,fakeroot,host))
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
config BR2_PACKAGE_KBD
|
||||
bool "kbd"
|
||||
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
||||
select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT_IF_LOCALE
|
||||
help
|
||||
Keytable files and keyboard utilities.
|
||||
|
||||
|
||||
34
package/kbd/kbd-link-against-libintl.patch
Normal file
34
package/kbd/kbd-link-against-libintl.patch
Normal file
@@ -0,0 +1,34 @@
|
||||
Make sure we link against libintl if needed
|
||||
|
||||
We modify directly the Makefile.in so that we don't have to
|
||||
autoreconfigure the package, which doesn't work because packages using
|
||||
gettext need the autopoint tool for their autoregeneration step and
|
||||
this thing doesn't work (yet) in Buildroot.
|
||||
|
||||
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
||||
|
||||
Index: kbd-1.15.2/src/Makefile.am
|
||||
===================================================================
|
||||
--- kbd-1.15.2.orig/src/Makefile.am 2011-05-22 16:08:51.144530776 +0200
|
||||
+++ kbd-1.15.2/src/Makefile.am 2011-05-22 16:09:09.892530778 +0200
|
||||
@@ -5,6 +5,8 @@
|
||||
AM_CPPFLAGS = -DDATADIR=\"$(datadir)\" -DLOCALEDIR=\"$(localedir)\" $(WARNINGS) \
|
||||
-funit-at-a-time
|
||||
|
||||
+LDADD = @INTLLIBS@
|
||||
+
|
||||
OLDPROGS = mapscrn loadunimap
|
||||
PROGS = \
|
||||
dumpkeys loadkeys showkey setfont showconsolefont \
|
||||
Index: kbd-1.15.2/src/Makefile.in
|
||||
===================================================================
|
||||
--- kbd-1.15.2.orig/src/Makefile.in 2011-05-22 16:10:27.540530777 +0200
|
||||
+++ kbd-1.15.2/src/Makefile.in 2011-05-22 16:10:51.172530778 +0200
|
||||
@@ -26,6 +26,7 @@
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
+LDADD = @INTLLIBS@
|
||||
transform = $(program_transform_name)
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
@@ -2,4 +2,6 @@ KBD_VERSION = 1.15.2
|
||||
KBD_SOURCE = kbd-$(KBD_VERSION).tar.gz
|
||||
KBD_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/kbd
|
||||
|
||||
KBD_DEPENDENCIES = $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext libintl)
|
||||
|
||||
$(eval $(call AUTOTARGETS,package,kbd))
|
||||
@@ -328,7 +328,7 @@ void bb_show_usage(void)
|
||||
fprintf(stderr, "%s: [-d device_table] rootdir\n\n", bb_applet_name);
|
||||
fprintf(stderr, "Creates a batch of special files as specified in a device table.\n");
|
||||
fprintf(stderr, "Device table entries take the form of:\n");
|
||||
fprintf(stderr, "type mode user group major minor start increment count\n\n");
|
||||
fprintf(stderr, "name type mode user group major minor start increment count\n\n");
|
||||
fprintf(stderr, "Where name is the file name, type can be one of:\n");
|
||||
fprintf(stderr, " f A regular file\n");
|
||||
fprintf(stderr, " d Directory\n");
|
||||
|
||||
43
package/psmisc/psmisc-link-against-libintl.patch
Normal file
43
package/psmisc/psmisc-link-against-libintl.patch
Normal file
@@ -0,0 +1,43 @@
|
||||
Link against libintl if needed
|
||||
|
||||
When built against a C library that has locale support, but for which
|
||||
intl support is provided by an external libintl library, psmisc
|
||||
forgets to link against this library, even though the configure script
|
||||
properly checks that.
|
||||
|
||||
This patch therefore ensure that we link against libintl when needed,
|
||||
thanks to the @INTLLIBS@ variable provided by the configure script.
|
||||
|
||||
We do not modify the Makefile.am file, because autoreconfiguring this
|
||||
package doesn't work: because of its usage of gettext, it wants to run
|
||||
the "autopoint" program, which itself depends on CVS being installed,
|
||||
for some strange reasons. That's the reason why we fall back to the
|
||||
hacky solution of modifying the Makefile.in file.
|
||||
|
||||
It replaces a hack which was mistakenly removed by commit
|
||||
542fbe8520c981f9c96705a57e4263f34f2ab2e6.
|
||||
|
||||
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
||||
|
||||
Index: psmisc-22.13/src/Makefile.in
|
||||
===================================================================
|
||||
--- psmisc-22.13.orig/src/Makefile.in 2011-05-21 15:12:17.212412293 +0200
|
||||
+++ psmisc-22.13/src/Makefile.in 2011-05-21 16:08:50.220326032 +0200
|
||||
@@ -216,12 +216,15 @@
|
||||
$(am__append_4) $(am__append_6) $(am__append_8) \
|
||||
$(am__append_10)
|
||||
fuser_SOURCES = fuser.c comm.h signals.c signals.h i18n.h fuser.h
|
||||
+fuser_LDADD = @INTLLIBS@
|
||||
killall_SOURCES = killall.c comm.h signals.c signals.h i18n.h
|
||||
-killall_LDADD = @SELINUX_LIB@
|
||||
+killall_LDADD = @SELINUX_LIB@ @INTLLIBS@
|
||||
peekfd_SOURCES = peekfd.c
|
||||
+peekfd_LDADD = @INTLLIBS@
|
||||
pstree_SOURCES = pstree.c comm.h i18n.h
|
||||
-pstree_LDADD = @TERMCAP_LIB@ @SELINUX_LIB@
|
||||
+pstree_LDADD = @TERMCAP_LIB@ @SELINUX_LIB@ @INTLLIBS@
|
||||
prtstat_SOURCES = prtstat.c prtstat.h
|
||||
+prtstat_LDADD = @INTLLIBS@
|
||||
BUILT_SOURCES = signames.h
|
||||
EXTRA_DIST = signames.c
|
||||
CLEANFILES = signames.h
|
||||
@@ -5,10 +5,12 @@ stuff isn't that critical, so just disable it.
|
||||
|
||||
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
||||
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
|
||||
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
||||
|
||||
diff -Nura psmisc-22.13.orig/src/pstree.c psmisc-22.13/src/pstree.c
|
||||
--- psmisc-22.13.orig/src/pstree.c 2010-07-12 08:10:03.000000000 -0300
|
||||
+++ psmisc-22.13/src/pstree.c 2011-01-07 15:02:41.902741728 -0300
|
||||
Index: psmisc-22.13/src/pstree.c
|
||||
===================================================================
|
||||
--- psmisc-22.13.orig/src/pstree.c 2010-07-12 13:10:03.000000000 +0200
|
||||
+++ psmisc-22.13/src/pstree.c 2011-05-21 16:33:37.456530775 +0200
|
||||
@@ -49,8 +49,6 @@
|
||||
#include <selinux/selinux.h>
|
||||
#endif /*WITH_SELINUX */
|
||||
@@ -28,3 +30,18 @@ diff -Nura psmisc-22.13.orig/src/pstree.c psmisc-22.13/src/pstree.c
|
||||
/*
|
||||
* Attempt to figure out a good default symbol set. Will be overriden by
|
||||
* command-line options, if given.
|
||||
Index: psmisc-22.13/src/Makefile.in
|
||||
===================================================================
|
||||
--- psmisc-22.13.orig/src/Makefile.in 2011-05-21 16:33:42.748530777 +0200
|
||||
+++ psmisc-22.13/src/Makefile.in 2011-05-21 16:33:47.360530782 +0200
|
||||
@@ -557,10 +557,6 @@
|
||||
grep '^{ 1,"HUP" },$$' signames.h >/dev/null || \
|
||||
{ rm -f signames.h; exit 1; }
|
||||
|
||||
-install-exec-hook:
|
||||
- cd $(DESTDIR)$(bindir) && \
|
||||
- ( [ -h pstree.x11 ] || $(LN_S) pstree pstree.x11)
|
||||
-
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
||||
|
||||
@@ -373,6 +373,7 @@ config BR2_PACKAGE_QT_SCRIPT
|
||||
config BR2_PACKAGE_QT_SCRIPTTOOLS
|
||||
bool "Script Tools Module"
|
||||
depends on BR2_PACKAGE_QT_SCRIPT
|
||||
depends on BR2_PACKAGE_QT_GUI_MODULE
|
||||
help
|
||||
Build the Qt Script Tools module.
|
||||
if unsure, say n.
|
||||
|
||||
@@ -56,9 +56,9 @@ if hgid=`hg id 2>/dev/null`; then
|
||||
fi
|
||||
|
||||
# Check for svn and a svn repo.
|
||||
if rev=`svn info 2>/dev/null | grep '^Last Changed Rev'`; then
|
||||
if rev=`LANG=C svn info 2>/dev/null | grep '^Last Changed Rev'`; then
|
||||
rev=`echo $rev | awk '{print $NF}'`
|
||||
changes=`svn status 2>/dev/null | grep '^[AMD]' | wc -l`
|
||||
changes=`LANG=C svn status 2>/dev/null | grep '^[AMD]' | wc -l`
|
||||
|
||||
# Are there uncommitted changes?
|
||||
if [ $changes != 0 ]; then
|
||||
|
||||
@@ -46,6 +46,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
|
||||
default "2.6.35.13" if BR2_KERNEL_HEADERS_2_6_35
|
||||
default "2.6.36.4" if BR2_KERNEL_HEADERS_2_6_36
|
||||
default "2.6.37.6" if BR2_KERNEL_HEADERS_2_6_37
|
||||
default "2.6.38.6" if BR2_KERNEL_HEADERS_2_6_38
|
||||
default "2.6.38.7" if BR2_KERNEL_HEADERS_2_6_38
|
||||
default "2.6" if BR2_KERNEL_HEADERS_SNAP
|
||||
default $BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
diff --git a/config/toolchain.in b/config/toolchain.in
|
||||
--- a/config/toolchain.in
|
||||
+++ b/config/toolchain.in
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
config SYSROOT_NAME
|
||||
string
|
||||
- prompt "sysroot directory name"
|
||||
+ prompt "sysroot directory name" if ! BACKEND
|
||||
depends on USE_SYSROOT
|
||||
default "sysroot"
|
||||
help
|
||||
@@ -38,12 +38,15 @@ config BR2_TOOLCHAIN_CTNG_LIBC
|
||||
|
||||
config BR2_TOOLCHAIN_CTNG_CONFIG
|
||||
string "crosstool-NG configuration file to use"
|
||||
default "toolchain/toolchain-crosstool-ng/crosstool-ng.config"
|
||||
default "toolchain/toolchain-crosstool-ng/crosstool-ng.config-uClibc" if BR2_TOOLCHAIN_CTNG_uClibc
|
||||
default "toolchain/toolchain-crosstool-ng/crosstool-ng.config-eglibc" if BR2_TOOLCHAIN_CTNG_eglibc
|
||||
default "toolchain/toolchain-crosstool-ng/crosstool-ng.config-glibc" if BR2_TOOLCHAIN_CTNG_glibc
|
||||
help
|
||||
Enter here the crosstool-NG's .config file to use.
|
||||
If unsure, use the default.
|
||||
To finetune your toolchain, you can also call:
|
||||
make ctng-menuconfig
|
||||
To fine-tune your toolchain, you can also call:
|
||||
make ctng-menuconfig
|
||||
|
||||
If unsure, keep the default value.
|
||||
|
||||
if BR2_TOOLCHAIN_CTNG_uClibc
|
||||
|
||||
|
||||
494
toolchain/toolchain-crosstool-ng/crosstool-ng.config-eglibc
Normal file
494
toolchain/toolchain-crosstool-ng/crosstool-ng.config-eglibc
Normal file
@@ -0,0 +1,494 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: 1.11.3
|
||||
# Sat May 21 22:35:30 2011
|
||||
#
|
||||
CT_BACKEND=y
|
||||
CT_MODULES=y
|
||||
|
||||
#
|
||||
# Paths and misc options
|
||||
#
|
||||
|
||||
#
|
||||
# crosstool-NG behavior
|
||||
#
|
||||
# CT_OBSOLETE is not set
|
||||
# CT_EXPERIMENTAL is not set
|
||||
|
||||
#
|
||||
# Paths
|
||||
#
|
||||
CT_LOCAL_TARBALLS_DIR=""
|
||||
CT_SAVE_TARBALLS=y
|
||||
CT_WORK_DIR="${CT_TOP_DIR}/.build"
|
||||
CT_PREFIX_DIR="${HOME}/x-tools/${CT_TARGET}"
|
||||
CT_INSTALL_DIR="${CT_PREFIX_DIR}"
|
||||
CT_REMOVE_DOCS=y
|
||||
# CT_INSTALL_DIR_RO is not set
|
||||
# CT_STRIP_ALL_TOOLCHAIN_EXECUTABLES is not set
|
||||
|
||||
#
|
||||
# Downloading
|
||||
#
|
||||
# CT_FORBID_DOWNLOAD is not set
|
||||
# CT_FORCE_DOWNLOAD is not set
|
||||
# CT_USE_MIRROR is not set
|
||||
CT_CONNECT_TIMEOUT=10
|
||||
# CT_ONLY_DOWNLOAD is not set
|
||||
|
||||
#
|
||||
# Extracting
|
||||
#
|
||||
# CT_FORCE_EXTRACT is not set
|
||||
CT_OVERIDE_CONFIG_GUESS_SUB=y
|
||||
# CT_ONLY_EXTRACT is not set
|
||||
CT_PATCH_BUNDLED=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_NONE is not set
|
||||
CT_PATCH_ORDER="bundled"
|
||||
# CT_PATCH_SINGLE is not set
|
||||
# CT_PATCH_USE_LOCAL is not set
|
||||
|
||||
#
|
||||
# Build behavior
|
||||
#
|
||||
|
||||
#
|
||||
# Build options hiden
|
||||
#
|
||||
CT_PARALLEL_JOBS=1
|
||||
CT_LOAD=0
|
||||
CT_USE_PIPES=y
|
||||
CT_CONFIG_SHELL="custom"
|
||||
CT_CONFIG_SHELL_CUSTOM_PATH="/bin/sh"
|
||||
|
||||
#
|
||||
# Logging
|
||||
#
|
||||
# CT_LOG_ERROR is not set
|
||||
# CT_LOG_WARN is not set
|
||||
# CT_LOG_INFO is not set
|
||||
# CT_LOG_EXTRA is not set
|
||||
CT_LOG_ALL=y
|
||||
# CT_LOG_DEBUG is not set
|
||||
CT_LOG_LEVEL_MAX="ALL"
|
||||
# CT_LOG_SEE_TOOLS_WARN is not set
|
||||
CT_LOG_TO_FILE=y
|
||||
CT_LOG_FILE_COMPRESS=y
|
||||
|
||||
#
|
||||
# Target options
|
||||
#
|
||||
CT_ARCH="arm"
|
||||
CT_ARCH_SUPPORTS_BOTH_MMU=y
|
||||
CT_ARCH_SUPPORTS_BOTH_ENDIAN=y
|
||||
CT_ARCH_SUPPORTS_32=y
|
||||
# CT_ARCH_SUPPORTS_64 is not set
|
||||
CT_ARCH_SUPPORT_ARCH=y
|
||||
# CT_ARCH_SUPPORT_ABI is not set
|
||||
CT_ARCH_SUPPORT_CPU=y
|
||||
CT_ARCH_SUPPORT_TUNE=y
|
||||
CT_ARCH_SUPPORT_FPU=y
|
||||
CT_ARCH_DEFAULT_HAS_MMU=y
|
||||
# CT_ARCH_DEFAULT_BE is not set
|
||||
CT_ARCH_DEFAULT_LE=y
|
||||
CT_ARCH_DEFAULT_32=y
|
||||
# CT_ARCH_DEFAULT_64 is not set
|
||||
CT_ARCH_ARCH=""
|
||||
CT_ARCH_CPU=""
|
||||
CT_ARCH_TUNE=""
|
||||
CT_ARCH_FPU=""
|
||||
# CT_ARCH_BE is not set
|
||||
CT_ARCH_LE=y
|
||||
CT_ARCH_32=y
|
||||
# CT_ARCH_64 is not set
|
||||
CT_ARCH_BITNESS=32
|
||||
CT_ARCH_FLOAT_HW=y
|
||||
# CT_ARCH_FLOAT_SW is not set
|
||||
CT_TARGET_CFLAGS=""
|
||||
CT_TARGET_LDFLAGS=""
|
||||
# CT_ARCH_alpha is not set
|
||||
CT_ARCH_arm=y
|
||||
# CT_ARCH_avr32 is not set
|
||||
# CT_ARCH_blackfin is not set
|
||||
# CT_ARCH_m68k is not set
|
||||
# CT_ARCH_mips is not set
|
||||
# CT_ARCH_powerpc is not set
|
||||
# CT_ARCH_s390 is not set
|
||||
# CT_ARCH_sh is not set
|
||||
# CT_ARCH_sparc is not set
|
||||
# CT_ARCH_x86 is not set
|
||||
CT_ARCH_alpha_AVAILABLE=y
|
||||
CT_ARCH_arm_AVAILABLE=y
|
||||
CT_ARCH_avr32_AVAILABLE=y
|
||||
CT_ARCH_blackfin_AVAILABLE=y
|
||||
CT_ARCH_m68k_AVAILABLE=y
|
||||
CT_ARCH_mips_AVAILABLE=y
|
||||
CT_ARCH_powerpc_AVAILABLE=y
|
||||
CT_ARCH_s390_AVAILABLE=y
|
||||
CT_ARCH_sh_AVAILABLE=y
|
||||
CT_ARCH_sparc_AVAILABLE=y
|
||||
CT_ARCH_x86_AVAILABLE=y
|
||||
|
||||
#
|
||||
# Generic target options
|
||||
#
|
||||
CT_ARCH_USE_MMU=y
|
||||
|
||||
#
|
||||
# Target optimisations
|
||||
#
|
||||
|
||||
#
|
||||
# arm other options
|
||||
#
|
||||
CT_ARCH_ARM_MODE="arm"
|
||||
CT_ARCH_ARM_MODE_ARM=y
|
||||
# CT_ARCH_ARM_MODE_THUMB is not set
|
||||
CT_ARCH_ARM_EABI=y
|
||||
|
||||
#
|
||||
# Toolchain options
|
||||
#
|
||||
|
||||
#
|
||||
# General toolchain options
|
||||
#
|
||||
CT_FORCE_SYSROOT=y
|
||||
CT_USE_SYSROOT=y
|
||||
CT_SYSROOT_NAME="sysroot"
|
||||
CT_SYSROOT_DIR_PREFIX=""
|
||||
|
||||
#
|
||||
# Tuple completion and aliasing
|
||||
#
|
||||
CT_TARGET_VENDOR="unknown"
|
||||
CT_TARGET_ALIAS_SED_EXPR=""
|
||||
CT_TARGET_ALIAS=""
|
||||
|
||||
#
|
||||
# Toolchain type
|
||||
#
|
||||
# CT_NATIVE is not set
|
||||
CT_CROSS=y
|
||||
# CT_CROSS_NATIVE is not set
|
||||
# CT_CANADIAN is not set
|
||||
CT_TOOLCHAIN_TYPE="cross"
|
||||
|
||||
#
|
||||
# Build system
|
||||
#
|
||||
CT_BUILD=""
|
||||
CT_BUILD_PREFIX=""
|
||||
CT_BUILD_SUFFIX=""
|
||||
|
||||
#
|
||||
# Operating System
|
||||
#
|
||||
# CT_BARE_METAL is not set
|
||||
# CT_MINGW32 is not set
|
||||
CT_KERNEL_SUPPORTS_SHARED_LIBS=y
|
||||
CT_KERNEL="linux"
|
||||
CT_KERNEL_VERSION="2.6.38.4"
|
||||
# CT_KERNEL_bare_metal is not set
|
||||
CT_KERNEL_linux=y
|
||||
# CT_KERNEL_mingw32 is not set
|
||||
# CT_KERNEL_bare_metal_AVAILABLE is not set
|
||||
CT_KERNEL_linux_AVAILABLE=y
|
||||
# CT_KERNEL_mingw32_AVAILABLE is not set
|
||||
|
||||
#
|
||||
# Common kernel options
|
||||
#
|
||||
CT_SHARED_LIBS=y
|
||||
|
||||
#
|
||||
# linux other options
|
||||
#
|
||||
CT_KERNEL_LINUX_INSTALL=y
|
||||
# CT_KERNEL_LINUX_USE_CUSTOM_HEADERS is not set
|
||||
CT_KERNEL_V_2_6_38_4=y
|
||||
# CT_KERNEL_V_2_6_38_3 is not set
|
||||
# CT_KERNEL_V_2_6_38_2 is not set
|
||||
# CT_KERNEL_V_2_6_38_1 is not set
|
||||
# CT_KERNEL_V_2_6_38 is not set
|
||||
# CT_KERNEL_V_2_6_37_6 is not set
|
||||
# CT_KERNEL_V_2_6_36_4 is not set
|
||||
# CT_KERNEL_V_2_6_35_13 is not set
|
||||
# CT_KERNEL_V_2_6_34_9 is not set
|
||||
# CT_KERNEL_V_2_6_33_12 is not set
|
||||
# CT_KERNEL_V_2_6_32_39 is not set
|
||||
# CT_KERNEL_V_2_6_31_14 is not set
|
||||
# CT_KERNEL_V_2_6_27_58 is not set
|
||||
# CT_KERNEL_LINUX_CUSTOM is not set
|
||||
CT_KERNEL_LINUX_VERBOSITY_0=y
|
||||
# CT_KERNEL_LINUX_VERBOSITY_1 is not set
|
||||
# CT_KERNEL_LINUX_VERBOSITY_2 is not set
|
||||
CT_KERNEL_LINUX_VERBOSE_LEVEL=0
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
|
||||
#
|
||||
# Binary utilities
|
||||
#
|
||||
CT_ARCH_BINFMT_ELF=y
|
||||
# CT_ARCH_BINFMT_FLAT is not set
|
||||
# CT_ARCH_BINFMT_FDPIC is not set
|
||||
|
||||
#
|
||||
# GNU binutils
|
||||
#
|
||||
# CT_BINUTILS_V_2_21 is not set
|
||||
# CT_BINUTILS_V_2_20_1 is not set
|
||||
CT_BINUTILS_V_2_20=y
|
||||
# CT_BINUTILS_V_2_19_1 is not set
|
||||
# CT_BINUTILS_V_2_19 is not set
|
||||
# CT_BINUTILS_V_2_18 is not set
|
||||
# CT_BINUTILS_V_2_17 is not set
|
||||
# CT_BINUTILS_V_2_16_1 is not set
|
||||
CT_BINUTILS_VERSION="2.20"
|
||||
CT_BINUTILS_GOLD_SUPPORTS_ARCH=y
|
||||
CT_BINUTILS_FORCE_LD_BFD=y
|
||||
CT_BINUTILS_LINKER_LD=y
|
||||
# CT_BINUTILS_LINKER_GOLD is not set
|
||||
# CT_BINUTILS_LINKER_LD_GOLD is not set
|
||||
# CT_BINUTILS_LINKER_GOLD_LD is not set
|
||||
CT_BINUTILS_LINKERS_LIST="ld"
|
||||
CT_BINUTILS_LINKER_DEFAULT="bfd"
|
||||
CT_BINUTILS_EXTRA_CONFIG=""
|
||||
|
||||
#
|
||||
# C compiler
|
||||
#
|
||||
CT_CC="gcc"
|
||||
CT_CC_VERSION="4.4.3"
|
||||
CT_CC_gcc=y
|
||||
# CT_CC_V_linaro_4_6_2011_04_0 is not set
|
||||
# CT_CC_V_4_6_0 is not set
|
||||
# CT_CC_V_linaro_4_5_2011_04_0 is not set
|
||||
# CT_CC_V_4_5_2 is not set
|
||||
# CT_CC_V_4_5_1 is not set
|
||||
# CT_CC_V_4_5_0 is not set
|
||||
# CT_CC_V_linaro_4_4_2011_02_0 is not set
|
||||
# CT_CC_V_4_4_6 is not set
|
||||
# CT_CC_V_4_4_5 is not set
|
||||
# CT_CC_V_4_4_4 is not set
|
||||
CT_CC_V_4_4_3=y
|
||||
# CT_CC_V_4_4_2 is not set
|
||||
# CT_CC_V_4_4_1 is not set
|
||||
# CT_CC_V_4_4_0 is not set
|
||||
# CT_CC_V_4_3_5 is not set
|
||||
# CT_CC_V_4_3_4 is not set
|
||||
# CT_CC_V_4_3_3 is not set
|
||||
# CT_CC_V_4_3_2 is not set
|
||||
# CT_CC_V_4_3_1 is not set
|
||||
# CT_CC_V_4_2_4 is not set
|
||||
# CT_CC_V_4_2_3 is not set
|
||||
# CT_CC_V_4_2_2 is not set
|
||||
# CT_CC_V_4_2_1 is not set
|
||||
# CT_CC_V_4_2_0 is not set
|
||||
# CT_CC_V_4_1_2 is not set
|
||||
# CT_CC_V_4_0_4 is not set
|
||||
# CT_CC_V_3_4_6 is not set
|
||||
# CT_CC_GCC_4_2 is not set
|
||||
CT_CC_GCC_4_2_or_later=y
|
||||
# CT_CC_GCC_4_3 is not set
|
||||
CT_CC_GCC_4_3_or_later=y
|
||||
CT_CC_GCC_4_4=y
|
||||
CT_CC_GCC_4_4_or_later=y
|
||||
# CT_CC_GCC_4_5 is not set
|
||||
# CT_CC_GCC_4_5_or_later is not set
|
||||
# CT_CC_GCC_4_6 is not set
|
||||
# CT_CC_GCC_4_6_or_later is not set
|
||||
CT_CC_GCC_HAS_GRAPHITE=y
|
||||
# CT_CC_GCC_HAS_LTO is not set
|
||||
CT_CC_GCC_USE_GMP_MPFR=y
|
||||
CT_CC_GCC_USE_PPL_CLOOG=y
|
||||
# CT_CC_GCC_USE_MPC is not set
|
||||
# CT_CC_GCC_USE_LIBELF is not set
|
||||
CT_CC_SUPPORT_CXX=y
|
||||
CT_CC_SUPPORT_FORTRAN=y
|
||||
CT_CC_SUPPORT_JAVA=y
|
||||
CT_CC_SUPPORT_ADA=y
|
||||
CT_CC_SUPPORT_OBJC=y
|
||||
CT_CC_SUPPORT_OBJCXX=y
|
||||
|
||||
#
|
||||
# Additional supported languages:
|
||||
#
|
||||
# CT_CC_LANG_CXX is not set
|
||||
# CT_CC_LANG_FORTRAN is not set
|
||||
# CT_CC_LANG_JAVA is not set
|
||||
|
||||
#
|
||||
# gcc other options
|
||||
#
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
CT_CC_EXTRA_CONFIG=""
|
||||
CT_CC_STATIC_LIBSTDCXX=y
|
||||
|
||||
#
|
||||
# Optimisation features
|
||||
#
|
||||
CT_CC_GCC_USE_GRAPHITE=y
|
||||
|
||||
#
|
||||
# Settings for libraries running on target
|
||||
#
|
||||
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
|
||||
# CT_CC_GCC_LIBMUDFLAP is not set
|
||||
# CT_CC_GCC_LIBGOMP is not set
|
||||
# CT_CC_GCC_LIBSSP is not set
|
||||
|
||||
#
|
||||
# Misc. obscure options.
|
||||
#
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
# CT_CC_GCC_DISABLE_PCH is not set
|
||||
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
||||
CT_CC_GCC_LDBL_128=m
|
||||
|
||||
#
|
||||
# C-library
|
||||
#
|
||||
CT_LIBC="eglibc"
|
||||
CT_LIBC_VERSION="2_10"
|
||||
CT_LIBC_eglibc=y
|
||||
# CT_LIBC_glibc is not set
|
||||
# CT_LIBC_mingw is not set
|
||||
# CT_LIBC_newlib is not set
|
||||
# CT_LIBC_none is not set
|
||||
# CT_LIBC_uClibc is not set
|
||||
CT_LIBC_eglibc_AVAILABLE=y
|
||||
# CT_LIBC_EGLIBC_V_2_13 is not set
|
||||
# CT_LIBC_EGLIBC_V_2_12 is not set
|
||||
# CT_LIBC_EGLIBC_V_2_11 is not set
|
||||
CT_LIBC_EGLIBC_V_2_10=y
|
||||
# CT_LIBC_EGLIBC_V_2_9 is not set
|
||||
# CT_LIBC_EGLIBC_V_2_8 is not set
|
||||
# CT_LIBC_EGLIBC_V_2_7 is not set
|
||||
# CT_LIBC_EGLIBC_V_2_6 is not set
|
||||
# CT_LIBC_EGLIBC_V_2_5 is not set
|
||||
# CT_LIBC_EGLIBC_V_TRUNK is not set
|
||||
CT_EGLIBC_REVISION="HEAD"
|
||||
# CT_EGLIBC_CHECKOUT is not set
|
||||
# CT_EGLIBC_OPT_SIZE is not set
|
||||
# CT_EGLIBC_CUSTOM_CONFIG is not set
|
||||
# CT_LIBC_glibc_AVAILABLE is not set
|
||||
# CT_LIBC_mingw_AVAILABLE is not set
|
||||
# CT_LIBC_newlib_AVAILABLE is not set
|
||||
# CT_LIBC_none_AVAILABLE is not set
|
||||
# CT_LIBC_uClibc_AVAILABLE is not set
|
||||
CT_LIBC_glibc_familly=y
|
||||
|
||||
#
|
||||
# glibc/eglibc common options
|
||||
#
|
||||
CT_LIBC_GLIBC_EXTRA_CONFIG=""
|
||||
CT_LIBC_GLIBC_CONFIGPARMS=""
|
||||
CT_LIBC_GLIBC_EXTRA_CFLAGS=""
|
||||
CT_LIBC_EXTRA_CC_ARGS=""
|
||||
# CT_LIBC_DISABLE_VERSIONING is not set
|
||||
CT_LIBC_OLDEST_ABI=""
|
||||
# CT_LIBC_GLIBC_FORCE_UNWIND is not set
|
||||
CT_LIBC_GLIBC_USE_PORTS=y
|
||||
CT_LIBC_ADDONS_LIST=""
|
||||
|
||||
#
|
||||
# WARNING !!!
|
||||
#
|
||||
|
||||
#
|
||||
# For glibc >= 2.8, it can happen that the tarballs
|
||||
#
|
||||
|
||||
#
|
||||
# for the addons are not available for download.
|
||||
#
|
||||
|
||||
#
|
||||
# If that happens, bad luck... Try a previous version
|
||||
#
|
||||
|
||||
#
|
||||
# or try again later... :-(
|
||||
#
|
||||
# CT_LIBC_GLIBC_KERNEL_VERSION_NONE is not set
|
||||
CT_LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS=y
|
||||
# CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN is not set
|
||||
CT_LIBC_GLIBC_MIN_KERNEL="2.6.38.4"
|
||||
CT_LIBC_SUPPORT_THREADS_ANY=y
|
||||
CT_LIBC_SUPPORT_NPTL=y
|
||||
CT_LIBC_SUPPORT_LINUXTHREADS=y
|
||||
# CT_LIBC_SUPPORT_WIN32THREADS is not set
|
||||
# CT_LIBC_SUPPORT_THREADS_NONE is not set
|
||||
CT_THREADS="nptl"
|
||||
|
||||
#
|
||||
# Common C library options
|
||||
#
|
||||
CT_THREADS_NPTL=y
|
||||
# CT_THREADS_LINUXTHREADS is not set
|
||||
# CT_THREADS_WIN32THREADS is not set
|
||||
# CT_THREADS_NONE is not set
|
||||
CT_LIBC_XLDD=y
|
||||
|
||||
#
|
||||
# Debug facilities
|
||||
#
|
||||
# CT_DEBUG_gdb is not set
|
||||
|
||||
#
|
||||
# Companion libraries
|
||||
#
|
||||
CT_COMPLIBS_NEEDED=y
|
||||
CT_GMP_NEEDED=y
|
||||
CT_MPFR_NEEDED=y
|
||||
CT_PPL_NEEDED=y
|
||||
CT_CLOOG_NEEDED=y
|
||||
# CT_MPC_NEEDED is not set
|
||||
# CT_LIBELF_NEEDED is not set
|
||||
CT_COMPLIBS=y
|
||||
CT_GMP=y
|
||||
CT_MPFR=y
|
||||
CT_PPL=y
|
||||
CT_CLOOG=y
|
||||
# CT_GMP_V_5_0_1 is not set
|
||||
CT_GMP_V_4_3_2=y
|
||||
# CT_GMP_V_4_3_1 is not set
|
||||
# CT_GMP_V_4_3_0 is not set
|
||||
# CT_GMP_V_4_2_4 is not set
|
||||
# CT_GMP_V_4_2_2 is not set
|
||||
CT_GMP_VERSION="4.3.2"
|
||||
# CT_MPFR_V_3_0_0 is not set
|
||||
CT_MPFR_V_2_4_2=y
|
||||
# CT_MPFR_V_2_4_1 is not set
|
||||
# CT_MPFR_V_2_4_0 is not set
|
||||
# CT_MPFR_V_2_3_2 is not set
|
||||
# CT_MPFR_V_2_3_1 is not set
|
||||
CT_MPFR_VERSION="2.4.2"
|
||||
# CT_PPL_V_0_11_2 is not set
|
||||
# CT_PPL_V_0_11_1 is not set
|
||||
# CT_PPL_V_0_11 is not set
|
||||
CT_PPL_V_0_10_2=y
|
||||
CT_PPL_VERSION="0.10.2"
|
||||
# CT_PPL_0_11 is not set
|
||||
# CT_PPL_NEEDS_LIBPWL is not set
|
||||
# CT_CLOOG_V_0_15_10 is not set
|
||||
CT_CLOOG_V_0_15_9=y
|
||||
# CT_CLOOG_V_0_15_8 is not set
|
||||
# CT_CLOOG_V_0_15_7 is not set
|
||||
# CT_CLOOG_V_0_15_6 is not set
|
||||
CT_CLOOG_VERSION="0.15.9"
|
||||
|
||||
#
|
||||
# Companion libraries common options
|
||||
#
|
||||
# CT_COMPLIBS_CHECK is not set
|
||||
493
toolchain/toolchain-crosstool-ng/crosstool-ng.config-glibc
Normal file
493
toolchain/toolchain-crosstool-ng/crosstool-ng.config-glibc
Normal file
@@ -0,0 +1,493 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: 1.11.3
|
||||
# Sat May 21 22:36:05 2011
|
||||
#
|
||||
CT_BACKEND=y
|
||||
CT_MODULES=y
|
||||
|
||||
#
|
||||
# Paths and misc options
|
||||
#
|
||||
|
||||
#
|
||||
# crosstool-NG behavior
|
||||
#
|
||||
# CT_OBSOLETE is not set
|
||||
# CT_EXPERIMENTAL is not set
|
||||
|
||||
#
|
||||
# Paths
|
||||
#
|
||||
CT_LOCAL_TARBALLS_DIR=""
|
||||
CT_SAVE_TARBALLS=y
|
||||
CT_WORK_DIR="${CT_TOP_DIR}/.build"
|
||||
CT_PREFIX_DIR="${HOME}/x-tools/${CT_TARGET}"
|
||||
CT_INSTALL_DIR="${CT_PREFIX_DIR}"
|
||||
CT_REMOVE_DOCS=y
|
||||
# CT_INSTALL_DIR_RO is not set
|
||||
# CT_STRIP_ALL_TOOLCHAIN_EXECUTABLES is not set
|
||||
|
||||
#
|
||||
# Downloading
|
||||
#
|
||||
# CT_FORBID_DOWNLOAD is not set
|
||||
# CT_FORCE_DOWNLOAD is not set
|
||||
# CT_USE_MIRROR is not set
|
||||
CT_CONNECT_TIMEOUT=10
|
||||
# CT_ONLY_DOWNLOAD is not set
|
||||
|
||||
#
|
||||
# Extracting
|
||||
#
|
||||
# CT_FORCE_EXTRACT is not set
|
||||
CT_OVERIDE_CONFIG_GUESS_SUB=y
|
||||
# CT_ONLY_EXTRACT is not set
|
||||
CT_PATCH_BUNDLED=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_NONE is not set
|
||||
CT_PATCH_ORDER="bundled"
|
||||
# CT_PATCH_SINGLE is not set
|
||||
# CT_PATCH_USE_LOCAL is not set
|
||||
|
||||
#
|
||||
# Build behavior
|
||||
#
|
||||
|
||||
#
|
||||
# Build options hiden
|
||||
#
|
||||
CT_PARALLEL_JOBS=1
|
||||
CT_LOAD=0
|
||||
CT_USE_PIPES=y
|
||||
CT_CONFIG_SHELL="custom"
|
||||
CT_CONFIG_SHELL_CUSTOM_PATH="/bin/sh"
|
||||
|
||||
#
|
||||
# Logging
|
||||
#
|
||||
# CT_LOG_ERROR is not set
|
||||
# CT_LOG_WARN is not set
|
||||
# CT_LOG_INFO is not set
|
||||
# CT_LOG_EXTRA is not set
|
||||
CT_LOG_ALL=y
|
||||
# CT_LOG_DEBUG is not set
|
||||
CT_LOG_LEVEL_MAX="ALL"
|
||||
# CT_LOG_SEE_TOOLS_WARN is not set
|
||||
CT_LOG_TO_FILE=y
|
||||
CT_LOG_FILE_COMPRESS=y
|
||||
|
||||
#
|
||||
# Target options
|
||||
#
|
||||
CT_ARCH="arm"
|
||||
CT_ARCH_SUPPORTS_BOTH_MMU=y
|
||||
CT_ARCH_SUPPORTS_BOTH_ENDIAN=y
|
||||
CT_ARCH_SUPPORTS_32=y
|
||||
# CT_ARCH_SUPPORTS_64 is not set
|
||||
CT_ARCH_SUPPORT_ARCH=y
|
||||
# CT_ARCH_SUPPORT_ABI is not set
|
||||
CT_ARCH_SUPPORT_CPU=y
|
||||
CT_ARCH_SUPPORT_TUNE=y
|
||||
CT_ARCH_SUPPORT_FPU=y
|
||||
CT_ARCH_DEFAULT_HAS_MMU=y
|
||||
# CT_ARCH_DEFAULT_BE is not set
|
||||
CT_ARCH_DEFAULT_LE=y
|
||||
CT_ARCH_DEFAULT_32=y
|
||||
# CT_ARCH_DEFAULT_64 is not set
|
||||
CT_ARCH_ARCH=""
|
||||
CT_ARCH_CPU=""
|
||||
CT_ARCH_TUNE=""
|
||||
CT_ARCH_FPU=""
|
||||
# CT_ARCH_BE is not set
|
||||
CT_ARCH_LE=y
|
||||
CT_ARCH_32=y
|
||||
# CT_ARCH_64 is not set
|
||||
CT_ARCH_BITNESS=32
|
||||
CT_ARCH_FLOAT_HW=y
|
||||
# CT_ARCH_FLOAT_SW is not set
|
||||
CT_TARGET_CFLAGS=""
|
||||
CT_TARGET_LDFLAGS=""
|
||||
# CT_ARCH_alpha is not set
|
||||
CT_ARCH_arm=y
|
||||
# CT_ARCH_avr32 is not set
|
||||
# CT_ARCH_blackfin is not set
|
||||
# CT_ARCH_m68k is not set
|
||||
# CT_ARCH_mips is not set
|
||||
# CT_ARCH_powerpc is not set
|
||||
# CT_ARCH_s390 is not set
|
||||
# CT_ARCH_sh is not set
|
||||
# CT_ARCH_sparc is not set
|
||||
# CT_ARCH_x86 is not set
|
||||
CT_ARCH_alpha_AVAILABLE=y
|
||||
CT_ARCH_arm_AVAILABLE=y
|
||||
CT_ARCH_avr32_AVAILABLE=y
|
||||
CT_ARCH_blackfin_AVAILABLE=y
|
||||
CT_ARCH_m68k_AVAILABLE=y
|
||||
CT_ARCH_mips_AVAILABLE=y
|
||||
CT_ARCH_powerpc_AVAILABLE=y
|
||||
CT_ARCH_s390_AVAILABLE=y
|
||||
CT_ARCH_sh_AVAILABLE=y
|
||||
CT_ARCH_sparc_AVAILABLE=y
|
||||
CT_ARCH_x86_AVAILABLE=y
|
||||
|
||||
#
|
||||
# Generic target options
|
||||
#
|
||||
CT_ARCH_USE_MMU=y
|
||||
|
||||
#
|
||||
# Target optimisations
|
||||
#
|
||||
|
||||
#
|
||||
# arm other options
|
||||
#
|
||||
CT_ARCH_ARM_MODE="arm"
|
||||
CT_ARCH_ARM_MODE_ARM=y
|
||||
# CT_ARCH_ARM_MODE_THUMB is not set
|
||||
CT_ARCH_ARM_EABI=y
|
||||
|
||||
#
|
||||
# Toolchain options
|
||||
#
|
||||
|
||||
#
|
||||
# General toolchain options
|
||||
#
|
||||
CT_FORCE_SYSROOT=y
|
||||
CT_USE_SYSROOT=y
|
||||
CT_SYSROOT_NAME="sysroot"
|
||||
CT_SYSROOT_DIR_PREFIX=""
|
||||
|
||||
#
|
||||
# Tuple completion and aliasing
|
||||
#
|
||||
CT_TARGET_VENDOR="unknown"
|
||||
CT_TARGET_ALIAS_SED_EXPR=""
|
||||
CT_TARGET_ALIAS=""
|
||||
|
||||
#
|
||||
# Toolchain type
|
||||
#
|
||||
# CT_NATIVE is not set
|
||||
CT_CROSS=y
|
||||
# CT_CROSS_NATIVE is not set
|
||||
# CT_CANADIAN is not set
|
||||
CT_TOOLCHAIN_TYPE="cross"
|
||||
|
||||
#
|
||||
# Build system
|
||||
#
|
||||
CT_BUILD=""
|
||||
CT_BUILD_PREFIX=""
|
||||
CT_BUILD_SUFFIX=""
|
||||
|
||||
#
|
||||
# Operating System
|
||||
#
|
||||
# CT_BARE_METAL is not set
|
||||
# CT_MINGW32 is not set
|
||||
CT_KERNEL_SUPPORTS_SHARED_LIBS=y
|
||||
CT_KERNEL="linux"
|
||||
CT_KERNEL_VERSION="2.6.38.4"
|
||||
# CT_KERNEL_bare_metal is not set
|
||||
CT_KERNEL_linux=y
|
||||
# CT_KERNEL_mingw32 is not set
|
||||
# CT_KERNEL_bare_metal_AVAILABLE is not set
|
||||
CT_KERNEL_linux_AVAILABLE=y
|
||||
# CT_KERNEL_mingw32_AVAILABLE is not set
|
||||
|
||||
#
|
||||
# Common kernel options
|
||||
#
|
||||
CT_SHARED_LIBS=y
|
||||
|
||||
#
|
||||
# linux other options
|
||||
#
|
||||
CT_KERNEL_LINUX_INSTALL=y
|
||||
# CT_KERNEL_LINUX_USE_CUSTOM_HEADERS is not set
|
||||
CT_KERNEL_V_2_6_38_4=y
|
||||
# CT_KERNEL_V_2_6_38_3 is not set
|
||||
# CT_KERNEL_V_2_6_38_2 is not set
|
||||
# CT_KERNEL_V_2_6_38_1 is not set
|
||||
# CT_KERNEL_V_2_6_38 is not set
|
||||
# CT_KERNEL_V_2_6_37_6 is not set
|
||||
# CT_KERNEL_V_2_6_36_4 is not set
|
||||
# CT_KERNEL_V_2_6_35_13 is not set
|
||||
# CT_KERNEL_V_2_6_34_9 is not set
|
||||
# CT_KERNEL_V_2_6_33_12 is not set
|
||||
# CT_KERNEL_V_2_6_32_39 is not set
|
||||
# CT_KERNEL_V_2_6_31_14 is not set
|
||||
# CT_KERNEL_V_2_6_27_58 is not set
|
||||
# CT_KERNEL_LINUX_CUSTOM is not set
|
||||
CT_KERNEL_LINUX_VERBOSITY_0=y
|
||||
# CT_KERNEL_LINUX_VERBOSITY_1 is not set
|
||||
# CT_KERNEL_LINUX_VERBOSITY_2 is not set
|
||||
CT_KERNEL_LINUX_VERBOSE_LEVEL=0
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
|
||||
#
|
||||
# Binary utilities
|
||||
#
|
||||
CT_ARCH_BINFMT_ELF=y
|
||||
# CT_ARCH_BINFMT_FLAT is not set
|
||||
# CT_ARCH_BINFMT_FDPIC is not set
|
||||
|
||||
#
|
||||
# GNU binutils
|
||||
#
|
||||
# CT_BINUTILS_V_2_21 is not set
|
||||
# CT_BINUTILS_V_2_20_1 is not set
|
||||
CT_BINUTILS_V_2_20=y
|
||||
# CT_BINUTILS_V_2_19_1 is not set
|
||||
# CT_BINUTILS_V_2_19 is not set
|
||||
# CT_BINUTILS_V_2_18 is not set
|
||||
# CT_BINUTILS_V_2_17 is not set
|
||||
# CT_BINUTILS_V_2_16_1 is not set
|
||||
CT_BINUTILS_VERSION="2.20"
|
||||
CT_BINUTILS_GOLD_SUPPORTS_ARCH=y
|
||||
CT_BINUTILS_FORCE_LD_BFD=y
|
||||
CT_BINUTILS_LINKER_LD=y
|
||||
# CT_BINUTILS_LINKER_GOLD is not set
|
||||
# CT_BINUTILS_LINKER_LD_GOLD is not set
|
||||
# CT_BINUTILS_LINKER_GOLD_LD is not set
|
||||
CT_BINUTILS_LINKERS_LIST="ld"
|
||||
CT_BINUTILS_LINKER_DEFAULT="bfd"
|
||||
CT_BINUTILS_EXTRA_CONFIG=""
|
||||
|
||||
#
|
||||
# C compiler
|
||||
#
|
||||
CT_CC="gcc"
|
||||
CT_CC_VERSION="4.4.3"
|
||||
CT_CC_gcc=y
|
||||
# CT_CC_V_linaro_4_6_2011_04_0 is not set
|
||||
# CT_CC_V_4_6_0 is not set
|
||||
# CT_CC_V_linaro_4_5_2011_04_0 is not set
|
||||
# CT_CC_V_4_5_2 is not set
|
||||
# CT_CC_V_4_5_1 is not set
|
||||
# CT_CC_V_4_5_0 is not set
|
||||
# CT_CC_V_linaro_4_4_2011_02_0 is not set
|
||||
# CT_CC_V_4_4_6 is not set
|
||||
# CT_CC_V_4_4_5 is not set
|
||||
# CT_CC_V_4_4_4 is not set
|
||||
CT_CC_V_4_4_3=y
|
||||
# CT_CC_V_4_4_2 is not set
|
||||
# CT_CC_V_4_4_1 is not set
|
||||
# CT_CC_V_4_4_0 is not set
|
||||
# CT_CC_V_4_3_5 is not set
|
||||
# CT_CC_V_4_3_4 is not set
|
||||
# CT_CC_V_4_3_3 is not set
|
||||
# CT_CC_V_4_3_2 is not set
|
||||
# CT_CC_V_4_3_1 is not set
|
||||
# CT_CC_V_4_2_4 is not set
|
||||
# CT_CC_V_4_2_3 is not set
|
||||
# CT_CC_V_4_2_2 is not set
|
||||
# CT_CC_V_4_2_1 is not set
|
||||
# CT_CC_V_4_2_0 is not set
|
||||
# CT_CC_V_4_1_2 is not set
|
||||
# CT_CC_V_4_0_4 is not set
|
||||
# CT_CC_V_3_4_6 is not set
|
||||
# CT_CC_GCC_4_2 is not set
|
||||
CT_CC_GCC_4_2_or_later=y
|
||||
# CT_CC_GCC_4_3 is not set
|
||||
CT_CC_GCC_4_3_or_later=y
|
||||
CT_CC_GCC_4_4=y
|
||||
CT_CC_GCC_4_4_or_later=y
|
||||
# CT_CC_GCC_4_5 is not set
|
||||
# CT_CC_GCC_4_5_or_later is not set
|
||||
# CT_CC_GCC_4_6 is not set
|
||||
# CT_CC_GCC_4_6_or_later is not set
|
||||
CT_CC_GCC_HAS_GRAPHITE=y
|
||||
# CT_CC_GCC_HAS_LTO is not set
|
||||
CT_CC_GCC_USE_GMP_MPFR=y
|
||||
CT_CC_GCC_USE_PPL_CLOOG=y
|
||||
# CT_CC_GCC_USE_MPC is not set
|
||||
# CT_CC_GCC_USE_LIBELF is not set
|
||||
CT_CC_SUPPORT_CXX=y
|
||||
CT_CC_SUPPORT_FORTRAN=y
|
||||
CT_CC_SUPPORT_JAVA=y
|
||||
CT_CC_SUPPORT_ADA=y
|
||||
CT_CC_SUPPORT_OBJC=y
|
||||
CT_CC_SUPPORT_OBJCXX=y
|
||||
|
||||
#
|
||||
# Additional supported languages:
|
||||
#
|
||||
# CT_CC_LANG_CXX is not set
|
||||
# CT_CC_LANG_FORTRAN is not set
|
||||
# CT_CC_LANG_JAVA is not set
|
||||
|
||||
#
|
||||
# gcc other options
|
||||
#
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
CT_CC_EXTRA_CONFIG=""
|
||||
CT_CC_STATIC_LIBSTDCXX=y
|
||||
|
||||
#
|
||||
# Optimisation features
|
||||
#
|
||||
CT_CC_GCC_USE_GRAPHITE=y
|
||||
|
||||
#
|
||||
# Settings for libraries running on target
|
||||
#
|
||||
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
|
||||
# CT_CC_GCC_LIBMUDFLAP is not set
|
||||
# CT_CC_GCC_LIBGOMP is not set
|
||||
# CT_CC_GCC_LIBSSP is not set
|
||||
|
||||
#
|
||||
# Misc. obscure options.
|
||||
#
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
# CT_CC_GCC_DISABLE_PCH is not set
|
||||
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
||||
CT_CC_GCC_LDBL_128=m
|
||||
|
||||
#
|
||||
# C-library
|
||||
#
|
||||
CT_LIBC="glibc"
|
||||
CT_LIBC_VERSION="2.9"
|
||||
# CT_LIBC_eglibc is not set
|
||||
CT_LIBC_glibc=y
|
||||
# CT_LIBC_mingw is not set
|
||||
# CT_LIBC_newlib is not set
|
||||
# CT_LIBC_none is not set
|
||||
# CT_LIBC_uClibc is not set
|
||||
# CT_LIBC_eglibc_AVAILABLE is not set
|
||||
CT_LIBC_glibc_AVAILABLE=y
|
||||
CT_LIBC_GLIBC_TARBALL=y
|
||||
# CT_LIBC_GLIBC_V_2_12_2 is not set
|
||||
# CT_LIBC_GLIBC_V_2_12_1 is not set
|
||||
# CT_LIBC_GLIBC_V_2_11_1 is not set
|
||||
# CT_LIBC_GLIBC_V_2_11 is not set
|
||||
# CT_LIBC_GLIBC_V_2_10_1 is not set
|
||||
CT_LIBC_GLIBC_V_2_9=y
|
||||
# CT_LIBC_GLIBC_V_2_8 is not set
|
||||
# CT_LIBC_GLIBC_V_2_7 is not set
|
||||
# CT_LIBC_GLIBC_V_2_6_1 is not set
|
||||
# CT_LIBC_GLIBC_V_2_6 is not set
|
||||
# CT_LIBC_GLIBC_V_2_5_1 is not set
|
||||
# CT_LIBC_GLIBC_V_2_5 is not set
|
||||
# CT_LIBC_mingw_AVAILABLE is not set
|
||||
# CT_LIBC_newlib_AVAILABLE is not set
|
||||
# CT_LIBC_none_AVAILABLE is not set
|
||||
# CT_LIBC_uClibc_AVAILABLE is not set
|
||||
CT_LIBC_glibc_familly=y
|
||||
|
||||
#
|
||||
# glibc/eglibc common options
|
||||
#
|
||||
CT_LIBC_GLIBC_EXTRA_CONFIG=""
|
||||
CT_LIBC_GLIBC_CONFIGPARMS=""
|
||||
CT_LIBC_GLIBC_EXTRA_CFLAGS=""
|
||||
CT_LIBC_EXTRA_CC_ARGS=""
|
||||
# CT_LIBC_DISABLE_VERSIONING is not set
|
||||
CT_LIBC_OLDEST_ABI=""
|
||||
# CT_LIBC_GLIBC_FORCE_UNWIND is not set
|
||||
CT_LIBC_GLIBC_USE_PORTS=y
|
||||
CT_LIBC_ADDONS_LIST=""
|
||||
|
||||
#
|
||||
# WARNING !!!
|
||||
#
|
||||
|
||||
#
|
||||
# For glibc >= 2.8, it can happen that the tarballs
|
||||
#
|
||||
|
||||
#
|
||||
# for the addons are not available for download.
|
||||
#
|
||||
|
||||
#
|
||||
# If that happens, bad luck... Try a previous version
|
||||
#
|
||||
|
||||
#
|
||||
# or try again later... :-(
|
||||
#
|
||||
# CT_LIBC_GLIBC_KERNEL_VERSION_NONE is not set
|
||||
CT_LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS=y
|
||||
# CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN is not set
|
||||
CT_LIBC_GLIBC_MIN_KERNEL="2.6.38.4"
|
||||
CT_LIBC_SUPPORT_THREADS_ANY=y
|
||||
CT_LIBC_SUPPORT_NPTL=y
|
||||
# CT_LIBC_SUPPORT_LINUXTHREADS is not set
|
||||
# CT_LIBC_SUPPORT_WIN32THREADS is not set
|
||||
# CT_LIBC_SUPPORT_THREADS_NONE is not set
|
||||
CT_THREADS="nptl"
|
||||
|
||||
#
|
||||
# Common C library options
|
||||
#
|
||||
CT_THREADS_NPTL=y
|
||||
# CT_THREADS_LINUXTHREADS is not set
|
||||
# CT_THREADS_WIN32THREADS is not set
|
||||
# CT_THREADS_NONE is not set
|
||||
CT_LIBC_XLDD=y
|
||||
|
||||
#
|
||||
# Debug facilities
|
||||
#
|
||||
# CT_DEBUG_gdb is not set
|
||||
|
||||
#
|
||||
# Companion libraries
|
||||
#
|
||||
CT_COMPLIBS_NEEDED=y
|
||||
CT_GMP_NEEDED=y
|
||||
CT_MPFR_NEEDED=y
|
||||
CT_PPL_NEEDED=y
|
||||
CT_CLOOG_NEEDED=y
|
||||
# CT_MPC_NEEDED is not set
|
||||
# CT_LIBELF_NEEDED is not set
|
||||
CT_COMPLIBS=y
|
||||
CT_GMP=y
|
||||
CT_MPFR=y
|
||||
CT_PPL=y
|
||||
CT_CLOOG=y
|
||||
# CT_GMP_V_5_0_1 is not set
|
||||
CT_GMP_V_4_3_2=y
|
||||
# CT_GMP_V_4_3_1 is not set
|
||||
# CT_GMP_V_4_3_0 is not set
|
||||
# CT_GMP_V_4_2_4 is not set
|
||||
# CT_GMP_V_4_2_2 is not set
|
||||
CT_GMP_VERSION="4.3.2"
|
||||
# CT_MPFR_V_3_0_0 is not set
|
||||
CT_MPFR_V_2_4_2=y
|
||||
# CT_MPFR_V_2_4_1 is not set
|
||||
# CT_MPFR_V_2_4_0 is not set
|
||||
# CT_MPFR_V_2_3_2 is not set
|
||||
# CT_MPFR_V_2_3_1 is not set
|
||||
CT_MPFR_VERSION="2.4.2"
|
||||
# CT_PPL_V_0_11_2 is not set
|
||||
# CT_PPL_V_0_11_1 is not set
|
||||
# CT_PPL_V_0_11 is not set
|
||||
CT_PPL_V_0_10_2=y
|
||||
CT_PPL_VERSION="0.10.2"
|
||||
# CT_PPL_0_11 is not set
|
||||
# CT_PPL_NEEDS_LIBPWL is not set
|
||||
# CT_CLOOG_V_0_15_10 is not set
|
||||
CT_CLOOG_V_0_15_9=y
|
||||
# CT_CLOOG_V_0_15_8 is not set
|
||||
# CT_CLOOG_V_0_15_7 is not set
|
||||
# CT_CLOOG_V_0_15_6 is not set
|
||||
CT_CLOOG_VERSION="0.15.9"
|
||||
|
||||
#
|
||||
# Companion libraries common options
|
||||
#
|
||||
# CT_COMPLIBS_CHECK is not set
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: 1.10.0
|
||||
# Mon Feb 7 14:03:32 2011
|
||||
# crosstool-NG version: 1.11.3
|
||||
# Sat May 21 22:36:24 2011
|
||||
#
|
||||
CT_BACKEND=y
|
||||
CT_MODULES=y
|
||||
@@ -84,9 +84,9 @@ CT_LOG_FILE_COMPRESS=y
|
||||
#
|
||||
# Target options
|
||||
#
|
||||
CT_ARCH="blackfin"
|
||||
# CT_ARCH_SUPPORTS_BOTH_MMU is not set
|
||||
# CT_ARCH_SUPPORTS_BOTH_ENDIAN is not set
|
||||
CT_ARCH="arm"
|
||||
CT_ARCH_SUPPORTS_BOTH_MMU=y
|
||||
CT_ARCH_SUPPORTS_BOTH_ENDIAN=y
|
||||
CT_ARCH_SUPPORTS_32=y
|
||||
# CT_ARCH_SUPPORTS_64 is not set
|
||||
CT_ARCH_SUPPORT_ARCH=y
|
||||
@@ -94,7 +94,7 @@ CT_ARCH_SUPPORT_ARCH=y
|
||||
CT_ARCH_SUPPORT_CPU=y
|
||||
CT_ARCH_SUPPORT_TUNE=y
|
||||
CT_ARCH_SUPPORT_FPU=y
|
||||
# CT_ARCH_DEFAULT_HAS_MMU is not set
|
||||
CT_ARCH_DEFAULT_HAS_MMU=y
|
||||
# CT_ARCH_DEFAULT_BE is not set
|
||||
CT_ARCH_DEFAULT_LE=y
|
||||
CT_ARCH_DEFAULT_32=y
|
||||
@@ -103,6 +103,8 @@ CT_ARCH_ARCH=""
|
||||
CT_ARCH_CPU=""
|
||||
CT_ARCH_TUNE=""
|
||||
CT_ARCH_FPU=""
|
||||
# CT_ARCH_BE is not set
|
||||
CT_ARCH_LE=y
|
||||
CT_ARCH_32=y
|
||||
# CT_ARCH_64 is not set
|
||||
CT_ARCH_BITNESS=32
|
||||
@@ -110,19 +112,16 @@ CT_ARCH_FLOAT_HW=y
|
||||
# CT_ARCH_FLOAT_SW is not set
|
||||
CT_TARGET_CFLAGS=""
|
||||
CT_TARGET_LDFLAGS=""
|
||||
|
||||
#
|
||||
# General target options
|
||||
#
|
||||
# CT_ARCH_alpha is not set
|
||||
# CT_ARCH_arm is not set
|
||||
CT_ARCH_arm=y
|
||||
# CT_ARCH_avr32 is not set
|
||||
CT_ARCH_blackfin=y
|
||||
# CT_ARCH_blackfin is not set
|
||||
# CT_ARCH_m68k is not set
|
||||
# CT_ARCH_mips is not set
|
||||
# CT_ARCH_powerpc is not set
|
||||
# CT_ARCH_s390 is not set
|
||||
# CT_ARCH_sh is not set
|
||||
# CT_ARCH_sparc is not set
|
||||
# CT_ARCH_x86 is not set
|
||||
CT_ARCH_alpha_AVAILABLE=y
|
||||
CT_ARCH_arm_AVAILABLE=y
|
||||
@@ -133,13 +132,26 @@ CT_ARCH_mips_AVAILABLE=y
|
||||
CT_ARCH_powerpc_AVAILABLE=y
|
||||
CT_ARCH_s390_AVAILABLE=y
|
||||
CT_ARCH_sh_AVAILABLE=y
|
||||
CT_ARCH_sparc_AVAILABLE=y
|
||||
CT_ARCH_x86_AVAILABLE=y
|
||||
# CT_ARCH_USE_MMU is not set
|
||||
|
||||
#
|
||||
# Generic target options
|
||||
#
|
||||
CT_ARCH_USE_MMU=y
|
||||
|
||||
#
|
||||
# Target optimisations
|
||||
#
|
||||
|
||||
#
|
||||
# arm other options
|
||||
#
|
||||
CT_ARCH_ARM_MODE="arm"
|
||||
CT_ARCH_ARM_MODE_ARM=y
|
||||
# CT_ARCH_ARM_MODE_THUMB is not set
|
||||
CT_ARCH_ARM_EABI=y
|
||||
|
||||
#
|
||||
# Toolchain options
|
||||
#
|
||||
@@ -178,37 +190,47 @@ CT_BUILD_SUFFIX=""
|
||||
#
|
||||
# Operating System
|
||||
#
|
||||
CT_BARE_METAL=y
|
||||
# CT_BARE_METAL is not set
|
||||
# CT_MINGW32 is not set
|
||||
# CT_KERNEL_SUPPORTS_SHARED_LIBS is not set
|
||||
CT_KERNEL="bare-metal"
|
||||
CT_KERNEL_bare_metal=y
|
||||
# CT_KERNEL_linux is not set
|
||||
CT_KERNEL_SUPPORTS_SHARED_LIBS=y
|
||||
CT_KERNEL="linux"
|
||||
CT_KERNEL_VERSION="2.6.38.4"
|
||||
# CT_KERNEL_bare_metal is not set
|
||||
CT_KERNEL_linux=y
|
||||
# CT_KERNEL_mingw32 is not set
|
||||
CT_KERNEL_bare_metal_AVAILABLE=y
|
||||
# CT_KERNEL_bare_metal_AVAILABLE is not set
|
||||
CT_KERNEL_linux_AVAILABLE=y
|
||||
# CT_KERNEL_LINUX_INSTALL is not set
|
||||
# CT_KERNEL_V_2_6_37 is not set
|
||||
# CT_KERNEL_V_2_6_36_3 is not set
|
||||
# CT_KERNEL_V_2_6_36_2 is not set
|
||||
# CT_KERNEL_V_2_6_36_1 is not set
|
||||
# CT_KERNEL_V_2_6_36 is not set
|
||||
# CT_KERNEL_V_2_6_35_10 is not set
|
||||
# CT_KERNEL_V_2_6_34_8 is not set
|
||||
# CT_KERNEL_V_2_6_33_7 is not set
|
||||
# CT_KERNEL_V_2_6_32_28 is not set
|
||||
# CT_KERNEL_V_2_6_31_14 is not set
|
||||
# CT_KERNEL_V_2_6_27_57 is not set
|
||||
# CT_KERNEL_LINUX_CUSTOM is not set
|
||||
# CT_KERNEL_LINUX_VERBOSITY_0 is not set
|
||||
# CT_KERNEL_LINUX_VERBOSITY_1 is not set
|
||||
# CT_KERNEL_LINUX_VERBOSITY_2 is not set
|
||||
# CT_KERNEL_LINUX_USE_CUSTOM_HEADERS is not set
|
||||
CT_KERNEL_mingw32_AVAILABLE=y
|
||||
# CT_KERNEL_mingw32_AVAILABLE is not set
|
||||
|
||||
#
|
||||
# Common kernel options
|
||||
#
|
||||
CT_SHARED_LIBS=y
|
||||
|
||||
#
|
||||
# linux other options
|
||||
#
|
||||
CT_KERNEL_LINUX_INSTALL=y
|
||||
# CT_KERNEL_LINUX_USE_CUSTOM_HEADERS is not set
|
||||
CT_KERNEL_V_2_6_38_4=y
|
||||
# CT_KERNEL_V_2_6_38_3 is not set
|
||||
# CT_KERNEL_V_2_6_38_2 is not set
|
||||
# CT_KERNEL_V_2_6_38_1 is not set
|
||||
# CT_KERNEL_V_2_6_38 is not set
|
||||
# CT_KERNEL_V_2_6_37_6 is not set
|
||||
# CT_KERNEL_V_2_6_36_4 is not set
|
||||
# CT_KERNEL_V_2_6_35_13 is not set
|
||||
# CT_KERNEL_V_2_6_34_9 is not set
|
||||
# CT_KERNEL_V_2_6_33_12 is not set
|
||||
# CT_KERNEL_V_2_6_32_39 is not set
|
||||
# CT_KERNEL_V_2_6_31_14 is not set
|
||||
# CT_KERNEL_V_2_6_27_58 is not set
|
||||
# CT_KERNEL_LINUX_CUSTOM is not set
|
||||
CT_KERNEL_LINUX_VERBOSITY_0=y
|
||||
# CT_KERNEL_LINUX_VERBOSITY_1 is not set
|
||||
# CT_KERNEL_LINUX_VERBOSITY_2 is not set
|
||||
CT_KERNEL_LINUX_VERBOSE_LEVEL=0
|
||||
CT_KERNEL_LINUX_INSTALL_CHECK=y
|
||||
|
||||
#
|
||||
# Binary utilities
|
||||
@@ -229,6 +251,13 @@ CT_BINUTILS_V_2_20=y
|
||||
# CT_BINUTILS_V_2_17 is not set
|
||||
# CT_BINUTILS_V_2_16_1 is not set
|
||||
CT_BINUTILS_VERSION="2.20"
|
||||
CT_BINUTILS_GOLD_SUPPORTS_ARCH=y
|
||||
CT_BINUTILS_LINKER_LD=y
|
||||
# CT_BINUTILS_LINKER_GOLD is not set
|
||||
# CT_BINUTILS_LINKER_LD_GOLD is not set
|
||||
# CT_BINUTILS_LINKER_GOLD_LD is not set
|
||||
CT_BINUTILS_LINKERS_LIST="ld"
|
||||
CT_BINUTILS_LINKER_DEFAULT="bfd"
|
||||
CT_BINUTILS_EXTRA_CONFIG=""
|
||||
|
||||
#
|
||||
@@ -237,9 +266,14 @@ CT_BINUTILS_EXTRA_CONFIG=""
|
||||
CT_CC="gcc"
|
||||
CT_CC_VERSION="4.4.3"
|
||||
CT_CC_gcc=y
|
||||
# CT_CC_V_linaro_4_6_2011_04_0 is not set
|
||||
# CT_CC_V_4_6_0 is not set
|
||||
# CT_CC_V_linaro_4_5_2011_04_0 is not set
|
||||
# CT_CC_V_4_5_2 is not set
|
||||
# CT_CC_V_4_5_1 is not set
|
||||
# CT_CC_V_4_5_0 is not set
|
||||
# CT_CC_V_linaro_4_4_2011_02_0 is not set
|
||||
# CT_CC_V_4_4_6 is not set
|
||||
# CT_CC_V_4_4_5 is not set
|
||||
# CT_CC_V_4_4_4 is not set
|
||||
CT_CC_V_4_4_3=y
|
||||
@@ -259,20 +293,22 @@ CT_CC_V_4_4_3=y
|
||||
# CT_CC_V_4_1_2 is not set
|
||||
# CT_CC_V_4_0_4 is not set
|
||||
# CT_CC_V_3_4_6 is not set
|
||||
# CT_CC_GCC_4_2 is not set
|
||||
CT_CC_GCC_4_2_or_later=y
|
||||
# CT_CC_GCC_4_3 is not set
|
||||
CT_CC_GCC_4_3_or_later=y
|
||||
CT_CC_GCC_4_4=y
|
||||
CT_CC_GCC_4_4_or_later=y
|
||||
# CT_CC_GCC_4_5 is not set
|
||||
# CT_CC_GCC_4_5_or_later is not set
|
||||
# CT_CC_GCC_4_6 is not set
|
||||
# CT_CC_GCC_4_6_or_later is not set
|
||||
CT_CC_GCC_HAS_GRAPHITE=y
|
||||
# CT_CC_GCC_HAS_LTO is not set
|
||||
CT_CC_GCC_USE_GMP_MPFR=y
|
||||
CT_CC_GCC_USE_PPL_CLOOG=y
|
||||
# CT_CC_GCC_USE_MPC is not set
|
||||
# CT_CC_GCC_USE_LIBELF is not set
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
CT_CC_SUPPORT_CXX=y
|
||||
CT_CC_SUPPORT_FORTRAN=y
|
||||
CT_CC_SUPPORT_JAVA=y
|
||||
@@ -284,13 +320,28 @@ CT_CC_SUPPORT_OBJCXX=y
|
||||
# Additional supported languages:
|
||||
#
|
||||
# CT_CC_LANG_CXX is not set
|
||||
# CT_CC_LANG_FORTRAN is not set
|
||||
# CT_CC_LANG_JAVA is not set
|
||||
|
||||
#
|
||||
# gcc other options
|
||||
#
|
||||
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
|
||||
CT_CC_GCC_USE_GRAPHITE=y
|
||||
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
|
||||
CT_CC_BUGURL=""
|
||||
CT_CC_ENABLE_CXX_FLAGS=""
|
||||
CT_CC_CORE_EXTRA_CONFIG=""
|
||||
CT_CC_EXTRA_CONFIG=""
|
||||
CT_CC_STATIC_LIBSTDCXX=y
|
||||
|
||||
#
|
||||
# Optimisation features
|
||||
#
|
||||
CT_CC_GCC_USE_GRAPHITE=y
|
||||
|
||||
#
|
||||
# Settings for libraries running on target
|
||||
#
|
||||
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
|
||||
# CT_CC_GCC_LIBMUDFLAP is not set
|
||||
# CT_CC_GCC_LIBGOMP is not set
|
||||
# CT_CC_GCC_LIBSSP is not set
|
||||
@@ -298,31 +349,72 @@ CT_CC_STATIC_LIBSTDCXX=y
|
||||
#
|
||||
# Misc. obscure options.
|
||||
#
|
||||
CT_CC_CXA_ATEXIT=y
|
||||
# CT_CC_GCC_DISABLE_PCH is not set
|
||||
CT_CC_GCC_SJLJ_EXCEPTIONS=m
|
||||
CT_CC_GCC_LDBL_128=m
|
||||
|
||||
#
|
||||
# C-library
|
||||
#
|
||||
CT_LIBC="none"
|
||||
CT_LIBC="uClibc"
|
||||
CT_LIBC_VERSION="0.9.30.3"
|
||||
# CT_LIBC_eglibc is not set
|
||||
# CT_LIBC_glibc is not set
|
||||
# CT_LIBC_mingw is not set
|
||||
# CT_LIBC_newlib is not set
|
||||
CT_LIBC_none=y
|
||||
# CT_LIBC_uClibc is not set
|
||||
CT_LIBC_eglibc_AVAILABLE=y
|
||||
CT_LIBC_glibc_AVAILABLE=y
|
||||
CT_LIBC_mingw_AVAILABLE=y
|
||||
CT_LIBC_newlib_AVAILABLE=y
|
||||
CT_LIBC_none_AVAILABLE=y
|
||||
# CT_LIBC_none is not set
|
||||
CT_LIBC_uClibc=y
|
||||
# CT_LIBC_eglibc_AVAILABLE is not set
|
||||
# CT_LIBC_glibc_AVAILABLE is not set
|
||||
# CT_LIBC_mingw_AVAILABLE is not set
|
||||
# CT_LIBC_newlib_AVAILABLE is not set
|
||||
# CT_LIBC_none_AVAILABLE is not set
|
||||
CT_LIBC_uClibc_AVAILABLE=y
|
||||
# CT_LIBC_SUPPORT_THREADS_ANY is not set
|
||||
# CT_LIBC_UCLIBC_V_0_9_31 is not set
|
||||
CT_LIBC_UCLIBC_V_0_9_30_3=y
|
||||
# CT_LIBC_UCLIBC_V_0_9_30_2 is not set
|
||||
# CT_LIBC_UCLIBC_V_0_9_30_1 is not set
|
||||
# CT_LIBC_UCLIBC_V_0_9_30 is not set
|
||||
# CT_LIBC_UCLIBC_V_0_9_29 is not set
|
||||
# CT_LIBC_UCLIBC_V_0_9_28_3 is not set
|
||||
# CT_LIBC_UCLIBC_V_snapshot is not set
|
||||
# CT_LIBC_UCLIBC_V_specific_date is not set
|
||||
CT_LIBC_UCLIBC_0_9_30_or_later=y
|
||||
CT_LIBC_UCLIBC_PARALLEL=y
|
||||
CT_LIBC_UCLIBC_VERBOSITY_0=y
|
||||
# CT_LIBC_UCLIBC_VERBOSITY_1 is not set
|
||||
# CT_LIBC_UCLIBC_VERBOSITY_2 is not set
|
||||
CT_LIBC_UCLIBC_VERBOSITY=""
|
||||
CT_LIBC_UCLIBC_DEBUG_LEVEL_0=y
|
||||
# CT_LIBC_UCLIBC_DEBUG_LEVEL_1 is not set
|
||||
# CT_LIBC_UCLIBC_DEBUG_LEVEL_2 is not set
|
||||
CT_LIBC_UCLIBC_DEBUG_LEVEL=0
|
||||
CT_LIBC_UCLIBC_CONFIG_FILE=""
|
||||
CT_LIBC_SUPPORT_THREADS_ANY=y
|
||||
# CT_LIBC_SUPPORT_NPTL is not set
|
||||
# CT_LIBC_SUPPORT_LINUXTHREADS is not set
|
||||
CT_LIBC_SUPPORT_LINUXTHREADS=y
|
||||
# CT_LIBC_SUPPORT_WIN32THREADS is not set
|
||||
# CT_LIBC_SUPPORT_THREADS_NONE is not set
|
||||
CT_THREADS="none"
|
||||
CT_LIBC_SUPPORT_THREADS_NONE=y
|
||||
CT_THREADS="linuxthreads"
|
||||
|
||||
#
|
||||
# Common C library options
|
||||
#
|
||||
# CT_THREADS_NPTL is not set
|
||||
CT_THREADS_LINUXTHREADS=y
|
||||
# CT_THREADS_WIN32THREADS is not set
|
||||
# CT_THREADS_NONE is not set
|
||||
CT_LIBC_XLDD=y
|
||||
|
||||
#
|
||||
# uClibc other options
|
||||
#
|
||||
CT_LIBC_UCLIBC_LNXTHRD_OLD=y
|
||||
# CT_LIBC_UCLIBC_LNXTHRD_NEW is not set
|
||||
CT_LIBC_UCLIBC_LNXTHRD="old"
|
||||
# CT_LIBC_UCLIBC_LOCALES is not set
|
||||
# CT_LIBC_UCLIBC_WCHAR is not set
|
||||
|
||||
#
|
||||
# Debug facilities
|
||||
@@ -340,7 +432,6 @@ CT_CLOOG_NEEDED=y
|
||||
# CT_MPC_NEEDED is not set
|
||||
# CT_LIBELF_NEEDED is not set
|
||||
CT_COMPLIBS=y
|
||||
# CT_WRAPPER_NEEDED is not set
|
||||
CT_GMP=y
|
||||
CT_MPFR=y
|
||||
CT_PPL=y
|
||||
@@ -359,9 +450,13 @@ CT_MPFR_V_2_4_2=y
|
||||
# CT_MPFR_V_2_3_2 is not set
|
||||
# CT_MPFR_V_2_3_1 is not set
|
||||
CT_MPFR_VERSION="2.4.2"
|
||||
# CT_PPL_V_0_11_2 is not set
|
||||
# CT_PPL_V_0_11_1 is not set
|
||||
# CT_PPL_V_0_11 is not set
|
||||
CT_PPL_V_0_10_2=y
|
||||
CT_PPL_VERSION="0.10.2"
|
||||
# CT_PPL_0_11 is not set
|
||||
# CT_PPL_NEEDS_LIBPWL is not set
|
||||
# CT_CLOOG_V_0_15_10 is not set
|
||||
CT_CLOOG_V_0_15_9=y
|
||||
# CT_CLOOG_V_0_15_8 is not set
|
||||
@@ -372,6 +467,4 @@ CT_CLOOG_VERSION="0.15.9"
|
||||
#
|
||||
# Companion libraries common options
|
||||
#
|
||||
CT_COMPLIBS_BACKUP=y
|
||||
# CT_COMPLIBS_CHECK is not set
|
||||
# CT_COMPLIBS_SHARED is not set
|
||||
@@ -14,15 +14,16 @@ uclibc: dependencies $(STAMP_DIR)/ct-ng-toolchain-installed
|
||||
# Internal variables
|
||||
|
||||
# Crostool-NG hard-coded configuration options
|
||||
CTNG_VERSION:=1.10.1
|
||||
CTNG_VERSION:=1.11.3
|
||||
CTNG_SITE:=http://crosstool-ng.org/download/crosstool-ng/
|
||||
CTNG_SOURCE:=crosstool-ng-$(CTNG_VERSION).tar.bz2
|
||||
CTNG_DIR:=$(BUILD_DIR)/crosstool-ng-$(CTNG_VERSION)
|
||||
CTNG_CAT:=bzcat
|
||||
CTNG_PATCH_DIR:=toolchain/toolchain-crosstool-ng
|
||||
CTNG_CONFIG_FILE:=$(call qstrip,$(BR2_TOOLCHAIN_CTNG_CONFIG))
|
||||
CTNG_UCLIBC_CONFIG_FILE := $(TOPDIR)/toolchain/toolchain-crosstool-ng/uClibc.config
|
||||
|
||||
CTNG_CONFIG_FILE:=$(call qstrip,$(BR2_TOOLCHAIN_CTNG_CONFIG))
|
||||
|
||||
# Hack! ct-ng is in fact a Makefile script. As such, it accepts all
|
||||
# make options, such as -C, which makes it uneeded to chdir prior
|
||||
# to calling ct-ng.
|
||||
@@ -326,6 +327,18 @@ $(CTNG_DIR)/libc.config: $(CTNG_UCLIBC_CONFIG_FILE) $(CONFIG_DIR)/.config
|
||||
|
||||
endif # LIBC is uClibc
|
||||
|
||||
#--------------
|
||||
# glibc/eglibc specific options
|
||||
ifeq ($(BR2_TOOLCHAIN_CTNG_glibc)$(BR2_TOOLCHAIN_CTNG_eglibc),y)
|
||||
|
||||
# Force unwind support
|
||||
CTNG_FIX_DOT_CONFIG_SED += s:^\# (CT_LIBC_GLIBC_FORCE_UNWIND) is not set:\1=y:;
|
||||
|
||||
# Force non-fortified build
|
||||
CTNG_FIX_DOT_CONFIG_SED += s:^(CT_LIBC_ENABLE_FORTIFIED_BUILD)=y:\# \1 is not set:;
|
||||
|
||||
endif # LIBC is glibc or eglibc
|
||||
|
||||
#--------------
|
||||
# Small functions to shoe-horn the above into crosstool-NG's .config
|
||||
|
||||
@@ -349,13 +362,24 @@ endef
|
||||
# Default configuration
|
||||
# Depends on top-level .config because it has options we have to shoe-horn
|
||||
# into crosstool-NG's .config
|
||||
# Only copy the original .config file if we don't have one already
|
||||
# Only copy the original .config file if we don't have one already.
|
||||
# Check that given config file matches selected C library.
|
||||
# We need to call oldconfig twice in a row to ensure the options
|
||||
# are correctly set ( eg. if an option is new, then the initial sed
|
||||
# can't do anything about it ) Ideally, this should go in oldconfig
|
||||
# itself, but it's much easier to handle here.
|
||||
$(CTNG_DIR)/.config: $(CTNG_CONFIG_FILE) $(CTNG_DIR)/ct-ng $(CONFIG_DIR)/.config
|
||||
$(Q)[ -f $@ ] && cp -a $@ $@.timestamp || cp -f $< $@
|
||||
$(Q)if [ ! -f $@ ]; then \
|
||||
libc="$$(awk -F '"' '$$1=="CT_LIBC=" { print $$2; }' "$<")"; \
|
||||
if [ "$${libc}" != "$(BR2_TOOLCHAIN_CTNG_LIBC)" ]; then \
|
||||
echo "* Inconsistency in crosstool-NG config file '$<'"; \
|
||||
echo "* - buildroot configured for '$(BR2_TOOLCHAIN_CTNG_LIBC)'"; \
|
||||
echo "* - given config file for '$${libc}'"; \
|
||||
exit 1; \
|
||||
fi; \
|
||||
cp -f $< $@; \
|
||||
fi
|
||||
$(Q)cp -a $@ $@.timestamp
|
||||
$(call ctng-oldconfig,$@)
|
||||
$(call ctng-oldconfig,$@)
|
||||
$(call ctng-check-config-changed,$@,$@.timestamp)
|
||||
|
||||
@@ -45,6 +45,20 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM2010Q1
|
||||
- ARMv4T, little endian, soft-float, glibc
|
||||
- ARMv7-A, Thumb 2, little endian, soft-float, glibc
|
||||
|
||||
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM2009Q3
|
||||
bool "CodeSourcery ARM 2009q3"
|
||||
depends on BR2_arm
|
||||
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
||||
select BR2_INSTALL_LIBSTDCPP
|
||||
help
|
||||
Toolchain for the ARM architecture, from CodeSourcery. It
|
||||
uses gcc 4.4.1, binutils 2.19, glibc 2.10 and gdb 6.8 and
|
||||
kernel headers 2.6.30. It has support for the following
|
||||
variants:
|
||||
- ARMv5T, little endian, soft-float, glibc
|
||||
- ARMv4T, little endian, soft-float, glibc
|
||||
- ARMv7-A, Thumb 2, little endian, soft-float, glibc
|
||||
|
||||
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM2009Q1
|
||||
bool "CodeSourcery ARM 2009q1"
|
||||
depends on BR2_arm
|
||||
|
||||
@@ -163,6 +163,9 @@ TOOLCHAIN_EXTERNAL_DEPENDENCIES = $(STAMP_DIR)/ext-toolchain-checked
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM2009Q1),y)
|
||||
TOOLCHAIN_EXTERNAL_SITE=http://www.codesourcery.com/sgpp/lite/arm/portal/package4571/public/arm-none-linux-gnueabi/
|
||||
TOOLCHAIN_EXTERNAL_SOURCE=arm-2009q1-203-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2
|
||||
else ifeq ($(BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM2009Q3),y)
|
||||
TOOLCHAIN_EXTERNAL_SITE=http://www.codesourcery.com/sgpp/lite/arm/portal/package5383/public/arm-none-linux-gnueabi/
|
||||
TOOLCHAIN_EXTERNAL_SOURCE=arm-2009q3-67-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2
|
||||
else ifeq ($(BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM2010Q1),y)
|
||||
|
||||
Reference in New Issue
Block a user