Compare commits
44 Commits
2011.08_rc
...
2011.08
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
facd602dca | ||
|
|
7bbc4fa063 | ||
|
|
b131d4c366 | ||
|
|
e1472e1449 | ||
|
|
3c90f75496 | ||
|
|
68c344a372 | ||
|
|
73f131ce7d | ||
|
|
ade71396dc | ||
|
|
4a2cc4ab22 | ||
|
|
f30928c1b1 | ||
|
|
d43a90032c | ||
|
|
bf446513e7 | ||
|
|
cb6c2c4278 | ||
|
|
d881a14f9b | ||
|
|
e0a6bcd826 | ||
|
|
480a6c3b01 | ||
|
|
60620a1d81 | ||
|
|
83f1bf9e45 | ||
|
|
f5777ce8fb | ||
|
|
31fc477717 | ||
|
|
1f2c67fe1b | ||
|
|
5c6212aea6 | ||
|
|
57fb63e34d | ||
|
|
3037dba2f1 | ||
|
|
1add7c592b | ||
|
|
1c1009d38d | ||
|
|
323dcc076a | ||
|
|
ad891ac44a | ||
|
|
e35921b3a0 | ||
|
|
71f279f9a2 | ||
|
|
ac7d781f7c | ||
|
|
a8273c4272 | ||
|
|
efd5ca7b26 | ||
|
|
01281da457 | ||
|
|
92496e0ef0 | ||
|
|
c578d2cc2b | ||
|
|
720335154e | ||
|
|
db685acb52 | ||
|
|
ce205b5c56 | ||
|
|
7cb161ac31 | ||
|
|
c72a9bd4c8 | ||
|
|
c77f8f173c | ||
|
|
2c85cb9308 | ||
|
|
59377dd2b5 |
32
CHANGES
32
CHANGES
@@ -1,3 +1,35 @@
|
||||
2011.08, Released August 31th, 2011:
|
||||
|
||||
Fixes all over the tree.
|
||||
|
||||
Toolchain: Fix codesourcery 2009q3 ARM download, Linux 3.0.4
|
||||
kernel headers.
|
||||
|
||||
Updated/fixed packages: ipset, python
|
||||
|
||||
2011.08-rc2, Released August 29th, 2011:
|
||||
|
||||
Fixes all over the tree.
|
||||
|
||||
Toolchain: crosstool-NG 1.12.1, use binutils 2.21 on
|
||||
mips/sh/older uClibc, disallow uClibc 0.9.32 on avr32/sh
|
||||
(broken).
|
||||
|
||||
Defconfigs: kernel updates, fix mini2440 serial port config,
|
||||
remove old arm toolchain configs.
|
||||
|
||||
Bootloaders: Fix grub patching, add barebox-{n,x,menuconfig}
|
||||
targets similar to linux/busybox.
|
||||
|
||||
Updated/fixed packages: barebox, directfb, libsoup,
|
||||
libxml-parser-perl, mtd, ncurses, python, ti-utils, udev,
|
||||
usbmount, util-linux, xfont_font-misc-misc
|
||||
|
||||
Issues resolved (http://bugs.uclibc.org):
|
||||
|
||||
#3685: ncurses installation hangs due to old version of tic
|
||||
#4093: Grub fails to install bz2 patch after conversion to...
|
||||
|
||||
2011.08-rc1, Released August 4th, 2011:
|
||||
|
||||
Fixes all over the tree and new features.
|
||||
|
||||
7
Makefile
7
Makefile
@@ -24,7 +24,7 @@
|
||||
#--------------------------------------------------------------
|
||||
|
||||
# Set and export the version string
|
||||
export BR2_VERSION:=2011.08-rc1
|
||||
export BR2_VERSION:=2011.08
|
||||
|
||||
# This top-level Makefile can *not* be executed in parallel
|
||||
.NOTPARALLEL:
|
||||
@@ -652,12 +652,17 @@ ifeq ($(BR2_PACKAGE_BUSYBOX),y)
|
||||
endif
|
||||
ifeq ($(BR2_LINUX_KERNEL),y)
|
||||
@echo ' linux-menuconfig - Run Linux kernel menuconfig'
|
||||
@echo ' linux-savedefconfig - Run Linux kernel savedefconfig'
|
||||
endif
|
||||
ifeq ($(BR2_TOOLCHAIN_BUILDROOT),y)
|
||||
@echo ' uclibc-menuconfig - Run uClibc menuconfig'
|
||||
endif
|
||||
ifeq ($(BR2_TOOLCHAIN_CTNG),y)
|
||||
@echo ' ctng-menuconfig - Run crosstool-NG menuconfig'
|
||||
endif
|
||||
ifeq ($(BR2_TARGET_BAREBOX),y)
|
||||
@echo ' barebox-menuconfig - Run barebox menuconfig'
|
||||
@echo ' barebox-savedefconfig - Run barebox savedefconfig'
|
||||
endif
|
||||
@echo
|
||||
@echo 'Miscellaneous:'
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
#############################################################
|
||||
|
||||
BAREBOX_VERSION = 2011.07.0
|
||||
BAREBOX_VERSION = 2011.08.0
|
||||
BAREBOX_SOURCE = barebox-$(BAREBOX_VERSION).tar.bz2
|
||||
BAREBOX_SITE = http://www.barebox.org/download/
|
||||
|
||||
@@ -60,4 +60,14 @@ ifeq ($(BAREBOX_BOARD_DEFCONFIG),)
|
||||
$(error No Barebox defconfig file. Check your BR2_TARGET_BAREBOX_BOARD_DEFCONFIG setting)
|
||||
endif
|
||||
endif
|
||||
|
||||
barebox-menuconfig barebox-xconfig barebox-gconfig barebox-nconfig: barebox-configure
|
||||
$(MAKE) $(BAREBOX_MAKE_FLAGS) -C $(BAREBOX_DIR) \
|
||||
$(subst barebox-,,$@)
|
||||
rm -f $(BAREBOX_DIR)/.stamp_{built,target_installed,images_installed}
|
||||
|
||||
barebox-savedefconfig: barebox-configure
|
||||
$(MAKE) $(BAREBOX_MAKE_FLAGS) -C $(BAREBOX_DIR) \
|
||||
$(subst barebox-,,$@)
|
||||
|
||||
endif
|
||||
|
||||
49480
boot/grub/grub.400-nic_update2.patch
Normal file
49480
boot/grub/grub.400-nic_update2.patch
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -1,14 +0,0 @@
|
||||
--- grub-0.97.orig/netboot/main.c 2004-05-21 00:19:33.000000000 +0200
|
||||
+++ grub-0.97/netboot/main.c 2007-07-20 02:31:28.000000000 +0200
|
||||
@@ -54,9 +54,9 @@
|
||||
|
||||
static int vendorext_isvalid;
|
||||
static unsigned long netmask;
|
||||
-static struct bootpd_t bootp_data;
|
||||
+struct bootpd_t bootp_data;
|
||||
static unsigned long xid;
|
||||
-static unsigned char *end_of_rfc1533 = NULL;
|
||||
+unsigned char *end_of_rfc1533 = NULL;
|
||||
|
||||
#ifndef NO_DHCP_SUPPORT
|
||||
#endif /* NO_DHCP_SUPPORT */
|
||||
@@ -1,17 +0,0 @@
|
||||
# Architecture
|
||||
BR2_arm=y
|
||||
BR2_arm926t=y
|
||||
|
||||
# Toolchain options
|
||||
BR2_LARGEFILE=y
|
||||
BR2_INET_IPV6=y
|
||||
BR2_INET_RPC=y
|
||||
BR2_ENABLE_LOCALE=y
|
||||
BR2_USE_WCHAR=y
|
||||
BR2_PTHREADS_NATIVE=y
|
||||
BR2_INSTALL_LIBSTDCPP=y
|
||||
|
||||
# No package
|
||||
# BR2_PACKAGE_BUSYBOX is not set
|
||||
|
||||
# No filesystem (toolchain only)
|
||||
@@ -1,15 +0,0 @@
|
||||
# Architecture
|
||||
BR2_arm=y
|
||||
|
||||
# Common Toolchain Options
|
||||
BR2_LARGEFILE=y
|
||||
BR2_INET_IPV6=y
|
||||
BR2_INET_RPC=y
|
||||
BR2_ENABLE_LOCALE=y
|
||||
BR2_USE_WCHAR=y
|
||||
BR2_INSTALL_LIBSTDCPP=y
|
||||
|
||||
# No package
|
||||
# BR2_PACKAGE_BUSYBOX is not set
|
||||
|
||||
# No filesystem (toolchain only)
|
||||
@@ -3,7 +3,8 @@ BR2_arm=y
|
||||
BR2_arm920t=y
|
||||
|
||||
# Serial port
|
||||
BR2_TARGET_GENERIC_GETTY_TTYSAC0=y
|
||||
BR2_TARGET_GENERIC_GETTY=y
|
||||
BR2_TARGET_GENERIC_GETTY_PORT="ttySAC0"
|
||||
|
||||
# Filesystem
|
||||
BR2_TARGET_ROOTFS_JFFS2=y
|
||||
|
||||
@@ -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.7"
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="2.6.38.8"
|
||||
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.7"
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="2.6.38.8"
|
||||
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
|
||||
|
||||
@@ -19,6 +19,6 @@ BR2_TARGET_UBOOT_FORMAT_KWB=y
|
||||
# Kernel
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="2.6.39.3"
|
||||
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="2.6.39.4"
|
||||
BR2_LINUX_KERNEL_DEFCONFIG="kirkwood"
|
||||
BR2_LINUX_KERNEL_UIMAGE=y
|
||||
|
||||
@@ -6,22 +6,22 @@
|
||||
|
||||
<p>
|
||||
|
||||
The latest stable release is <b>2011.05</b>, which can be downloaded
|
||||
The latest stable release is <b>2011.08</b>, which can be downloaded
|
||||
here:<p>
|
||||
|
||||
<a href="/downloads/buildroot-2011.05.tar.gz">buildroot-2011.05.tar.gz</a>
|
||||
<a href="/downloads/buildroot-2011.08.tar.gz">buildroot-2011.08.tar.gz</a>
|
||||
or
|
||||
<a href="/downloads/buildroot-2011.05.tar.bz2">buildroot-2011.05.tar.bz2</a>.
|
||||
<a href="/downloads/buildroot-2011.08.tar.bz2">buildroot-2011.08.tar.bz2</a>.
|
||||
<p>
|
||||
|
||||
The latest release candidate is <b>2011.08-rc1</b>, which can be
|
||||
<!--
|
||||
The latest release candidate is <b>2011.08-rc2</b>, which can be
|
||||
downloaded here:<p>
|
||||
|
||||
<a href="/downloads/buildroot-2011.08-rc1.tar.gz">buildroot-2011.08-rc1.tar.gz</a>
|
||||
<a href="/downloads/buildroot-2011.08-rc2.tar.gz">buildroot-2011.08-rc2.tar.gz</a>
|
||||
or
|
||||
<a href="/downloads/buildroot-2011.08-rc1.tar.bz2">buildroot-2011.08-rc1.tar.bz2</a>.
|
||||
<a href="/downloads/buildroot-2011.08-rc2.tar.bz2">buildroot-2011.08-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,34 @@
|
||||
<p>
|
||||
|
||||
<ul>
|
||||
<li><b>32 August 2011 -- 2011.08 released</b>
|
||||
|
||||
<p>The stable 2011.08 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.08">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.08.tar.bz2">2011.08 release</a>.</p>
|
||||
|
||||
<li><b>29 August 2011 -- 2011.08-rc2 released</b>
|
||||
|
||||
<p>RC2 is out with more bugfixes. See the <a
|
||||
href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2011.08_rc2">CHANGES</a>
|
||||
file for details, and read the
|
||||
<a href="http://lists.busybox.net/pipermail/buildroot/2011-August/045211.html">announcement</a>.
|
||||
|
||||
<p>Head to the <a href="/downloads/">downloads page</a> to pick up the
|
||||
<a href="/downloads/buildroot-2011.08-rc2.tar.bz2">2011.08-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>4 August 2011 -- 2011.08-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.08_rc1">CHANGES</a>
|
||||
file for details.
|
||||
file for details, and read the
|
||||
<a href="http://lists.busybox.net/pipermail/buildroot/2011-August/044855.html">announcement</a>.
|
||||
|
||||
<p>Head to the <a href="/downloads/">downloads page</a> to pick up the
|
||||
<a href="/downloads/buildroot-2011.08-rc1.tar.bz2">2011.08-rc1
|
||||
|
||||
@@ -22,7 +22,7 @@ choice
|
||||
default BR2_LINUX_KERNEL_2_6_39
|
||||
|
||||
config BR2_LINUX_KERNEL_2_6_39
|
||||
bool "2.6.39.3"
|
||||
bool "2.6.39.4"
|
||||
|
||||
config BR2_LINUX_KERNEL_SAME_AS_HEADERS
|
||||
bool "Same as toolchain kernel headers"
|
||||
@@ -58,7 +58,7 @@ endchoice
|
||||
config BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE
|
||||
string "Kernel version"
|
||||
depends on BR2_LINUX_KERNEL_CUSTOM_VERSION
|
||||
default "2.6.39.3"
|
||||
default "2.6.39.4"
|
||||
|
||||
config BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION
|
||||
string "URL of custom kernel tarball"
|
||||
@@ -74,7 +74,7 @@ config BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION
|
||||
|
||||
config BR2_LINUX_KERNEL_VERSION
|
||||
string
|
||||
default "2.6.39.3" if BR2_LINUX_KERNEL_2_6_39
|
||||
default "2.6.39.4" if BR2_LINUX_KERNEL_2_6_39
|
||||
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
|
||||
|
||||
@@ -184,6 +184,10 @@ linux-menuconfig linux-xconfig linux-gconfig linux-nconfig linux26-menuconfig li
|
||||
$(subst linux-,,$(subst linux26-,,$@))
|
||||
rm -f $(LINUX_DIR)/.stamp_{built,target_installed,images_installed}
|
||||
|
||||
linux-savedefconfig linux26-savedefconfig: dirs $(LINUX_DIR)/.stamp_configured
|
||||
$(MAKE) $(LINUX_MAKE_FLAGS) -C $(LINUX_DIR) \
|
||||
$(subst linux-,,$(subst linux26-,,$@))
|
||||
|
||||
# Support for rebuilding the kernel after the initramfs file list has
|
||||
# been generated in $(BINARIES_DIR)/rootfs.initramfs.
|
||||
$(LINUX_DIR)/.stamp_initramfs_rebuilt: $(LINUX_DIR)/.stamp_target_installed $(LINUX_DIR)/.stamp_images_installed $(BINARIES_DIR)/rootfs.initramfs
|
||||
|
||||
@@ -2,7 +2,9 @@ comment "Binutils Options"
|
||||
|
||||
choice
|
||||
prompt "Binutils Version"
|
||||
default BR2_BINUTILS_VERSION_2_21_1
|
||||
default BR2_BINUTILS_VERSION_2_21 if (BR2_mips || BR2_mipsel || BR2_sh)
|
||||
default BR2_BINUTILS_VERSION_2_21_1 if (BR2_UCLIBC_VERSION_0_9_32 || BR2_UCLIBC_VERSION_SNAPSHOT)
|
||||
default BR2_BINUTILS_VERSION_2_21
|
||||
help
|
||||
Select the version of binutils you wish to use.
|
||||
|
||||
@@ -38,7 +40,7 @@ choice
|
||||
bool "binutils 2.21"
|
||||
|
||||
config BR2_BINUTILS_VERSION_2_21_1
|
||||
depends on !BR2_avr32
|
||||
depends on !(BR2_avr32 || BR2_UCLIBC_VERSION_0_9_30 || BR2_UCLIBC_VERSION_0_9_31)
|
||||
bool "binutils 2.21.1"
|
||||
|
||||
endchoice
|
||||
|
||||
@@ -0,0 +1,38 @@
|
||||
Makefile: allow recursion
|
||||
|
||||
When crosstool-NG is used standalone, we completely avoid recursion,
|
||||
because the Makefile calls itself only once.
|
||||
|
||||
But when used as the buildroot toolchain backend, there is already
|
||||
one level of make recursion when we first call the crosstool-NG
|
||||
Makefile. And when buildroot is used out-of-tree, we are already
|
||||
at the second level of recursion when calling the crosstool-NG
|
||||
Makefile.
|
||||
|
||||
So, to cope with the situation, just get rid of the recursion test.
|
||||
|
||||
This probably won't go upstream.
|
||||
|
||||
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
|
||||
|
||||
diff -du crosstool-ng-1.12.0/Makefile.in host-crosstool-ng-1.12.0/Makefile.in
|
||||
--- crosstool-ng-1.12.0/Makefile.in 2011-08-01 01:21:34.000000000 +0200
|
||||
+++ host-crosstool-ng-1.12.0/Makefile.in 2011-08-07 21:39:16.055958219 +0200
|
||||
@@ -95,9 +95,14 @@
|
||||
# level.
|
||||
# This has the side effect of only showing the real targets, and hiding our
|
||||
# internal ones. :-)
|
||||
-ifneq ($(MAKELEVEL),0)
|
||||
-$(error Recursion detected, bailing out...)
|
||||
-endif
|
||||
+#
|
||||
+# NB: For buildroot, this has no importance:
|
||||
+# - crosstool-NG should never ever be called manually
|
||||
+# - thus auto-completion would never ever be attempted
|
||||
+# - so we shouldn't have to detect it
|
||||
+#ifneq ($(MAKELEVEL),0)
|
||||
+#$(error Recursion detected, bailing out...)
|
||||
+#endif
|
||||
|
||||
MAKEFLAGS += $(CT_MAKEFLAGS)
|
||||
build install clean distclean uninstall:
|
||||
@@ -1,15 +0,0 @@
|
||||
Remove dependency on cvs.
|
||||
|
||||
cvs is used to retrieve newlib, which is not supported
|
||||
under Buildroot, so cvs is not required.
|
||||
|
||||
--- crosstool-ng-1.8.0/configure.orig 2010-11-27 15:43:52.000000000 +0000
|
||||
+++ crosstool-ng-1.8.0/configure 2010-11-27 15:44:10.000000000 +0000
|
||||
@@ -359,7 +359,6 @@
|
||||
err="'libtool' 1.5.26 or above was not found"
|
||||
has_or_abort prog=stat
|
||||
has_or_abort prog="curl wget"
|
||||
-has_or_abort prog=cvs
|
||||
has_or_abort prog=patch
|
||||
has_or_abort prog=tar
|
||||
has_or_abort prog=gzip
|
||||
@@ -1,76 +0,0 @@
|
||||
|
||||
# HG changeset patch
|
||||
# User "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
|
||||
# Date 1310507544 -7200
|
||||
# Node ID 1ebc2248cc60230cd53ff94ae8f8f1e3261461a3
|
||||
# Parent f1c730da41f3b22ca1a1e1b14592da4b7c078797
|
||||
scripts, cc/gcc: do not fail on existing symlinks or build.log
|
||||
|
||||
If the user builds a toolchain over an existing one, so, without removing
|
||||
CT_PREFIX_DIR, the build fails as the symlinks already exist, as does the
|
||||
build.log.
|
||||
|
||||
This can also happen (for build.log) if the user first ran in download-
|
||||
or extract-only.
|
||||
|
||||
Patch (with no SoB) originally from:
|
||||
Phil Wilshire <phil.wilshire@overturenetworks.com>
|
||||
|
||||
Modified by me as it did not apply cleanly.
|
||||
|
||||
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
|
||||
|
||||
diff -r f1c730da41f3 -r 1ebc2248cc60 scripts/build/cc/gcc.sh
|
||||
--- a/scripts/build/cc/gcc.sh Tue Jul 12 23:21:27 2011 +0200
|
||||
+++ b/scripts/build/cc/gcc.sh Tue Jul 12 23:52:24 2011 +0200
|
||||
@@ -386,7 +386,7 @@
|
||||
# check whether compiler has an extension
|
||||
file="$( ls -1 "${core_prefix_dir}/bin/${CT_TARGET}-gcc."* 2>/dev/null || true )"
|
||||
[ -z "${file}" ] || ext=".${file##*.}"
|
||||
- CT_DoExecLog ALL ln -sv "${CT_TARGET}-gcc${ext}" "${core_prefix_dir}/bin/${CT_TARGET}-cc${ext}"
|
||||
+ CT_DoExecLog ALL ln -sfv "${CT_TARGET}-gcc${ext}" "${core_prefix_dir}/bin/${CT_TARGET}-cc${ext}"
|
||||
|
||||
CT_EndStep
|
||||
}
|
||||
@@ -630,7 +630,7 @@
|
||||
# check whether compiler has an extension
|
||||
file="$( ls -1 "${CT_PREFIX_DIR}/bin/${CT_TARGET}-gcc."* 2>/dev/null || true )"
|
||||
[ -z "${file}" ] || ext=".${file##*.}"
|
||||
- CT_DoExecLog ALL ln -sv "${CT_TARGET}-gcc${ext}" "${CT_PREFIX_DIR}/bin/${CT_TARGET}-cc${ext}"
|
||||
+ CT_DoExecLog ALL ln -sfv "${CT_TARGET}-gcc${ext}" "${CT_PREFIX_DIR}/bin/${CT_TARGET}-cc${ext}"
|
||||
|
||||
CT_EndStep
|
||||
}
|
||||
diff -r f1c730da41f3 -r 1ebc2248cc60 scripts/build/internals.sh
|
||||
--- a/scripts/build/internals.sh Tue Jul 12 23:21:27 2011 +0200
|
||||
+++ b/scripts/build/internals.sh Tue Jul 12 23:52:24 2011 +0200
|
||||
@@ -86,14 +86,14 @@
|
||||
for t in "${CT_TARGET}-"*; do
|
||||
if [ -n "${CT_TARGET_ALIAS}" ]; then
|
||||
_t=$(echo "$t" |sed -r -e 's/^'"${CT_TARGET}"'-/'"${CT_TARGET_ALIAS}"'-/;')
|
||||
- CT_DoExecLog ALL ln -sv "${t}" "${_t}"
|
||||
+ CT_DoExecLog ALL ln -sfv "${t}" "${_t}"
|
||||
fi
|
||||
if [ -n "${CT_TARGET_ALIAS_SED_EXPR}" ]; then
|
||||
_t=$(echo "$t" |sed -r -e "${CT_TARGET_ALIAS_SED_EXPR}")
|
||||
if [ "${_t}" = "${t}" ]; then
|
||||
CT_DoLog WARN "The sed expression '${CT_TARGET_ALIAS_SED_EXPR}' has no effect on '${t}'"
|
||||
else
|
||||
- CT_DoExecLog ALL ln -sv "${t}" "${_t}"
|
||||
+ CT_DoExecLog ALL ln -sfv "${t}" "${_t}"
|
||||
fi
|
||||
fi
|
||||
done
|
||||
diff -r f1c730da41f3 -r 1ebc2248cc60 scripts/crosstool-NG.sh.in
|
||||
--- a/scripts/crosstool-NG.sh.in Tue Jul 12 23:21:27 2011 +0200
|
||||
+++ b/scripts/crosstool-NG.sh.in Tue Jul 12 23:52:24 2011 +0200
|
||||
@@ -604,7 +604,7 @@
|
||||
# moment... Consign all ouptut to oblivion...
|
||||
CT_DoLog INFO "Finishing installation (may take a few seconds)..."
|
||||
exec >/dev/null 2>&1
|
||||
-
|
||||
+rm -f ${CT_PREFIX_DIR}/build.log.bz2
|
||||
if [ "${CT_LOG_TO_FILE}" = "y" ]; then
|
||||
cp "${tmp_log_file}" "${CT_PREFIX_DIR}/build.log"
|
||||
if [ "${CT_LOG_FILE_COMPRESS}" = y ]; then
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
--- crosstool-ng-1.11.3/configure 2011-05-21 01:10:10.000000000 +0200
|
||||
+++ host-crosstool-ng-1.11.3/configure 2011-07-14 17:35:25.830403914 +0200
|
||||
@@ -260,6 +260,7 @@
|
||||
# Skip, auto-stuff compatibility
|
||||
--build=*|--host=*|--infodir=*|--datadir=*|--sysconfdir=*|--localstatedir=*) shift;;
|
||||
--build|--host|--infodir|--datadir|--sysconfdir|--localstatedir) shift 2;;
|
||||
+ --enable-shared|--disable-shared|--enable-static|--disable-static) shift;;
|
||||
*) printf "Unrecognised option: '${1}'\n"; do_help; exit 1;;
|
||||
esac
|
||||
done
|
||||
@@ -1,4 +1,4 @@
|
||||
CROSSTOOL_NG_VERSION = 1.11.3
|
||||
CROSSTOOL_NG_VERSION = 1.12.1
|
||||
CROSSTOOL_NG_SOURCE = crosstool-ng-$(CROSSTOOL_NG_VERSION).tar.bz2
|
||||
CROSSTOOL_NG_SITE = http://crosstool-ng.org/download/crosstool-ng/
|
||||
CROSSTOOL_NG_INSTALL_STAGING = NO
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
#############################################################
|
||||
DIRECTFB_VERSION_MAJOR = 1.4
|
||||
DIRECTFB_VERSION = $(DIRECTFB_VERSION_MAJOR).11
|
||||
DIRECTFB_VERSION = $(DIRECTFB_VERSION_MAJOR).13
|
||||
DIRECTFB_SITE = http://www.directfb.org/downloads/Core/DirectFB-$(DIRECTFB_VERSION_MAJOR)
|
||||
DIRECTFB_SOURCE = DirectFB-$(DIRECTFB_VERSION).tar.gz
|
||||
DIRECTFB_AUTORECONF = YES
|
||||
|
||||
100
package/ipset/ipset-drop-modules.patch
Normal file
100
package/ipset/ipset-drop-modules.patch
Normal file
@@ -0,0 +1,100 @@
|
||||
Drop all the kernel checks and let the user deal with having a new enough
|
||||
version of the kernel to enjoy this.
|
||||
|
||||
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
|
||||
---
|
||||
|
||||
diff -Nura ipset-6.8.orig//Makefile.am ipset-6.8/Makefile.am
|
||||
--- ipset-6.8.orig//Makefile.am 2011-08-17 16:10:41.999386034 -0300
|
||||
+++ ipset-6.8/Makefile.am 2011-08-17 16:17:34.108702969 -0300
|
||||
@@ -4,11 +4,6 @@
|
||||
|
||||
include $(top_srcdir)/Make_global.am
|
||||
|
||||
-if ! WITH_KBUILDDIR
|
||||
-KBUILD_OUTPUT=/lib/modules/`uname -r`/build
|
||||
-else
|
||||
-KBUILD_OUTPUT=$(KBUILDDIR)
|
||||
-endif
|
||||
if ! WITH_MAXSETS
|
||||
IP_SET_MAX=256
|
||||
else
|
||||
@@ -22,23 +17,6 @@
|
||||
|
||||
SUBDIRS = lib src
|
||||
|
||||
-modules_sparse:
|
||||
- ${MAKE} -C $(KBUILD_OUTPUT) M=$$PWD/kernel/net/netfilter \
|
||||
- V=$V C=2 CF=-D__CHECK_ENDIAN__ \
|
||||
- IP_SET_MAX=$(IP_SET_MAX) KDIR=$$PWD/kernel modules
|
||||
-
|
||||
-modules:
|
||||
- ${MAKE} -C $(KBUILD_OUTPUT) M=$$PWD/kernel/net/netfilter V=$V \
|
||||
- IP_SET_MAX=$(IP_SET_MAX) KDIR=$$PWD/kernel modules
|
||||
-
|
||||
-modules_install:
|
||||
- ${MAKE} -C $(KBUILD_OUTPUT) M=$$PWD/kernel/net/netfilter \
|
||||
- KDIR=$$PWD/kernel modules_install
|
||||
-
|
||||
-modules_clean:
|
||||
- ${MAKE} -C $(KBUILD_OUTPUT) M=$$PWD/kernel/net/netfilter \
|
||||
- KDIR=$$PWD/kernel clean
|
||||
-
|
||||
update_includes:
|
||||
./update ip_set.h
|
||||
./update ip_set_bitmap.h
|
||||
diff -Nura ipset-6.8.orig//configure.ac ipset-6.8/configure.ac
|
||||
--- ipset-6.8.orig//configure.ac 2011-08-17 16:10:42.015387986 -0300
|
||||
+++ ipset-6.8/configure.ac 2011-08-17 16:18:01.578056869 -0300
|
||||
@@ -11,51 +11,6 @@
|
||||
*) AC_MSG_ERROR([Linux systems supported exclusively!]);;
|
||||
esac
|
||||
|
||||
-dnl Additional arguments
|
||||
-dnl Kernel build directory or source tree
|
||||
-AC_ARG_WITH([kbuild],
|
||||
- AS_HELP_STRING([--with-kbuild=PATH],
|
||||
- [Path to kernel build directory]),
|
||||
- [KBUILDDIR="$withval";])
|
||||
-AC_ARG_WITH([ksource],
|
||||
- AS_HELP_STRING([--with-ksource=PATH],
|
||||
- [Path to kernel source directory, if not the same as the kernel build directory]),
|
||||
- [KSOURCEDIR="$withval";])
|
||||
-AM_CONDITIONAL(WITH_KBUILDDIR, test "$KBUILDDIR" != "")
|
||||
-AC_SUBST(KBUILDDIR)
|
||||
-
|
||||
-dnl Sigh: check kernel version dependencies
|
||||
-if test "$KBUILDDIR" != ""
|
||||
-then
|
||||
- kbuilddir="$KBUILDDIR"
|
||||
-else
|
||||
- kbuilddir="/lib/modules/`uname -r`/build"
|
||||
-fi
|
||||
-
|
||||
-if test -n "$KSOURCEDIR"; then
|
||||
- ksourcedir="$KSOURCEDIR"
|
||||
-elif test -e "$kbuilddir/include/linux/netfilter/nfnetlink.h"; then
|
||||
- ksourcedir="$kbuilddir"
|
||||
-else
|
||||
- ksourcedir="/lib/modules/$(uname -r)/source"
|
||||
-fi
|
||||
-if test ! -e "$ksourcedir/include/linux/netfilter/nfnetlink.h"
|
||||
-then
|
||||
- AC_MSG_ERROR([Invalid kernel source directory $ksourcedir])
|
||||
-fi
|
||||
-
|
||||
-if test ! -e "$kbuilddir/.config"
|
||||
-then
|
||||
- AC_MSG_ERROR([The kernel build directory $kbuilddir is not configured])
|
||||
-fi
|
||||
-
|
||||
-AC_PROG_GREP
|
||||
-
|
||||
-if test "X`$GREP 'NFNL_SUBSYS_IPSET' $ksourcedir/include/linux/netfilter/nfnetlink.h`" = "X"
|
||||
-then
|
||||
- AC_MSG_ERROR([The kernel source directory $ksourcedir is not patched with netlink.patch to support ipset])
|
||||
-fi
|
||||
-
|
||||
dnl Maximal number of sets supported by the kernel, default 256
|
||||
AC_ARG_WITH([maxsets],
|
||||
AS_HELP_STRING([--with-maxsets=256],
|
||||
@@ -9,6 +9,5 @@ IPSET_SOURCE = ipset-$(IPSET_VERSION).tar.bz2
|
||||
IPSET_SITE = http://ipset.netfilter.org
|
||||
IPSET_AUTORECONF = YES
|
||||
IPSET_DEPENDENCIES = libmnl host-pkg-config
|
||||
IPSET_CONF_OPT = --with-ksource=$(LINUX_HEADERS_DIR)
|
||||
|
||||
$(eval $(call AUTOTARGETS,package,ipset))
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
#############################################################
|
||||
|
||||
LIBSOUP_MAJOR_VERSION:=2.31
|
||||
LIBSOUP_MAJOR_VERSION:=2.32
|
||||
LIBSOUP_VERSION:=$(LIBSOUP_MAJOR_VERSION).2
|
||||
LIBSOUP_SOURCE:=libsoup-$(LIBSOUP_VERSION).tar.bz2
|
||||
LIBSOUP_SITE:=http://ftp.gnome.org/pub/gnome/sources/libsoup/$(LIBSOUP_MAJOR_VERSION)
|
||||
|
||||
@@ -18,6 +18,7 @@ define HOST_LIBXML_PARSER_PERL_CONFIGURE_CMDS
|
||||
EXPATINCPATH=$(HOST_DIR)/usr/include \
|
||||
INSTALLDIRS=site \
|
||||
INSTALLSITELIB=$(HOST_DIR)/usr/lib/perl \
|
||||
INSTALLSITEARCH=$(HOST_DIR)/usr/lib/perl \
|
||||
)
|
||||
endef
|
||||
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
# mtd provides jffs2 utilities
|
||||
#
|
||||
#############################################################
|
||||
MTD_VERSION:=1.4.5
|
||||
MTD_SOURCE:=mtd-utils-$(MTD_VERSION).tar.bz2
|
||||
MTD_SITE:=ftp://ftp.infradead.org/pub/mtd-utils
|
||||
MTD_VERSION = 1.4.6
|
||||
MTD_SOURCE = mtd-utils-$(MTD_VERSION).tar.bz2
|
||||
MTD_SITE = ftp://ftp.infradead.org/pub/mtd-utils
|
||||
ifeq ($(BR2_PACKAGE_MTD_MKFSJFFS2),y)
|
||||
MTD_DEPENDENCIES = zlib lzo
|
||||
endif
|
||||
@@ -22,8 +22,8 @@ define HOST_MTD_INSTALL_CMDS
|
||||
$(MAKE1) BUILDDIR=$(@D) DESTDIR=$(HOST_DIR) -C $(@D) install
|
||||
endef
|
||||
|
||||
MKFS_JFFS2=$(HOST_DIR)/usr/sbin/mkfs.jffs2
|
||||
SUMTOOL=$(HOST_DIR)/usr/sbin/sumtool
|
||||
MKFS_JFFS2 = $(HOST_DIR)/usr/sbin/mkfs.jffs2
|
||||
SUMTOOL = $(HOST_DIR)/usr/sbin/sumtool
|
||||
|
||||
MTD_TARGETS_$(BR2_PACKAGE_MTD_DOCFDISK) += docfdisk
|
||||
MTD_TARGETS_$(BR2_PACKAGE_MTD_DOC_LOADBIOS) += doc_loadbios
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
NCURSES_VERSION = 5.7
|
||||
NCURSES_SITE = $(BR2_GNU_MIRROR)/ncurses
|
||||
NCURSES_INSTALL_STAGING = YES
|
||||
NCURSES_DEPENDENCIES = host-ncurses
|
||||
|
||||
NCURSES_CONF_OPT = \
|
||||
--with-shared \
|
||||
@@ -116,8 +117,21 @@ define NCURSES_INSTALL_TARGET_CMDS
|
||||
cp -dpf $(STAGING_DIR)/usr/share/terminfo/a/ansi $(TARGET_DIR)/usr/share/terminfo/a
|
||||
mkdir -p $(TARGET_DIR)/usr/share/terminfo/l
|
||||
cp -dpf $(STAGING_DIR)/usr/share/terminfo/l/linux $(TARGET_DIR)/usr/share/terminfo/l
|
||||
-$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libncurses.so*
|
||||
$(NCURSES_INSTALL_TARGET_DEVFILES)
|
||||
endef # NCURSES_INSTALL_TARGET_CMDS
|
||||
|
||||
#
|
||||
# On systems with an older version of tic, the installation of ncurses hangs
|
||||
# forever. To resolve the problem, build a static version of tic on host
|
||||
# ourselves, and use that during installation.
|
||||
#
|
||||
define HOST_NCURSES_BUILD_CMDS
|
||||
$(MAKE1) -C $(@D) sources
|
||||
$(MAKE) -C $(@D)/progs tic
|
||||
endef
|
||||
|
||||
HOST_NCURSES_CONF_OPT = \
|
||||
--without-shared
|
||||
|
||||
$(eval $(call AUTOTARGETS,package,ncurses))
|
||||
$(eval $(call AUTOTARGETS,package,ncurses,host))
|
||||
|
||||
22
package/python/python-2.7-013-fix-linux-3-compilation.patch
Normal file
22
package/python/python-2.7-013-fix-linux-3-compilation.patch
Normal file
@@ -0,0 +1,22 @@
|
||||
diff -r 683202530137 configure
|
||||
--- a/configure Fri Aug 12 11:40:39 2011 +0300
|
||||
+++ b/configure Fri Aug 12 14:02:18 2011 +0200
|
||||
@@ -3055,6 +3055,7 @@ then
|
||||
cygwin*) MACHDEP="cygwin";;
|
||||
darwin*) MACHDEP="darwin";;
|
||||
irix646) MACHDEP="irix6";;
|
||||
+ linux*) MACHDEP="linux2";;
|
||||
'') MACHDEP="unknown";;
|
||||
esac
|
||||
fi
|
||||
diff -r 683202530137 configure.in
|
||||
--- a/configure.in Fri Aug 12 11:40:39 2011 +0300
|
||||
+++ b/configure.in Fri Aug 12 14:02:18 2011 +0200
|
||||
@@ -307,6 +307,7 @@ then
|
||||
cygwin*) MACHDEP="cygwin";;
|
||||
darwin*) MACHDEP="darwin";;
|
||||
irix646) MACHDEP="irix6";;
|
||||
+ linux*) MACHDEP="linux2";;
|
||||
'') MACHDEP="unknown";;
|
||||
esac
|
||||
fi
|
||||
@@ -37,6 +37,19 @@ HOST_PYTHON_MAKE_ENV = \
|
||||
|
||||
HOST_PYTHON_AUTORECONF = YES
|
||||
|
||||
define HOST_PYTHON_CONFIGURE_CMDS
|
||||
(cd $(@D) && rm -rf config.cache; \
|
||||
$(HOST_CONFIGURE_OPTS) \
|
||||
CFLAGS="$(HOST_CFLAGS)" \
|
||||
LDFLAGS="$(HOST_LDFLAGS)" \
|
||||
$(HOST_PYTHON_CONF_ENV) \
|
||||
./configure \
|
||||
--prefix="$(HOST_DIR)/usr" \
|
||||
--sysconfdir="$(HOST_DIR)/etc" \
|
||||
$(HOST_PYTHON_CONF_OPT) \
|
||||
)
|
||||
endef
|
||||
|
||||
PYTHON_DEPENDENCIES = host-python libffi
|
||||
|
||||
HOST_PYTHON_DEPENDENCIES = host-expat
|
||||
|
||||
@@ -4,26 +4,28 @@
|
||||
#
|
||||
#############################################################
|
||||
|
||||
TI_UTILS_VERSION = fbceab8f228cff80fd29b830bb85a188c69def08
|
||||
TI_UTILS_VERSION = 06dbdb2727354b5f3ad7c723897f40051fddee49
|
||||
TI_UTILS_SITE = git://github.com/gxk/ti-utils.git
|
||||
TI_UTILS_DEPENDENCIES = libnl
|
||||
|
||||
define TI_UTILS_BUILD_CMDS
|
||||
$(MAKE1) NFSROOT="$(STAGING_DIR)" CC="$(TARGET_CC) $(TARGET_CFLAGS) $(TARGET_LDFLAGS)" \
|
||||
$(MAKE1) NFSROOT="$(STAGING_DIR)" \
|
||||
CC="$(TARGET_CC) $(TARGET_CFLAGS) $(TARGET_LDFLAGS)" \
|
||||
-C $(@D) all
|
||||
endef
|
||||
|
||||
define TI_UTILS_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -m 0755 $(@D)/calibrator \
|
||||
$(INSTALL) -m 0755 -D $(@D)/calibrator \
|
||||
$(TARGET_DIR)/usr/bin/calibrator
|
||||
$(INSTALL) -m 0755 $(@D)/scripts/go.sh \
|
||||
$(TARGET_DIR)/usr/bin/go.sh
|
||||
$(INSTALL) -m 0755 -D $(@D)/scripts/go.sh \
|
||||
$(TARGET_DIR)/usr/share/ti-utils/scripts/go.sh
|
||||
|
||||
cp -r $(@D)/ini_files $(TARGET_DIR)/usr/share/ti-utils
|
||||
endef
|
||||
|
||||
define TI_UTILS_UNINSTALL_TARGET_CMDS
|
||||
rm -f $(TARGET_DIR)/usr/bin/calibrator
|
||||
rm -f $(TARGET_DIR)/usr/bin/go.sh
|
||||
rm -fr $(TARGET_DIR)/usr/share/ti-utils
|
||||
endef
|
||||
|
||||
$(eval $(call GENTARGETS,package,ti-utils))
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
config BR2_PACKAGE_UDEV
|
||||
bool "udev"
|
||||
depends on BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV
|
||||
help
|
||||
Userspace device daemon.
|
||||
|
||||
@@ -25,3 +26,6 @@ comment "udev extras requires a toolchain with LARGEFILE + WCHAR support"
|
||||
depends on !(BR2_LARGEFILE && BR2_USE_WCHAR)
|
||||
|
||||
endif
|
||||
|
||||
comment "udev requires /dev mgmnt set to udev under System configuration"
|
||||
depends on !BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV
|
||||
|
||||
@@ -2,7 +2,7 @@ config BR2_PACKAGE_USBMOUNT
|
||||
bool "usbmount"
|
||||
depends on BR2_LARGEFILE # util-linux
|
||||
depends on BR2_USE_WCHAR # util-linux
|
||||
select BR2_PACKAGE_UDEV
|
||||
depends on BR2_PACKAGE_UDEV
|
||||
select BR2_PACKAGE_LOCKFILE_PROGS
|
||||
select BR2_PACKAGE_UTIL_LINUX
|
||||
select BR2_PACKAGE_UTIL_LINUX_LIBBLKID
|
||||
@@ -13,4 +13,4 @@ config BR2_PACKAGE_USBMOUNT
|
||||
http://usbmount.alioth.debian.org/
|
||||
|
||||
comment "usbmount requires a toolchain with LARGEFILE + WCHAR support"
|
||||
depends on !(BR2_LARGEFILE && BR2_USE_WCHAR)
|
||||
depends on !(BR2_LARGEFILE && BR2_USE_WCHAR) && BR2_PACKAGE_UDEV
|
||||
|
||||
@@ -25,6 +25,10 @@ else
|
||||
UTIL_LINUX_CONF_OPT += --without-ncurses
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBINTL),y)
|
||||
UTIL_LINUX_DEPENDENCIES += libintl
|
||||
UTIL_LINUX_MAKE_OPT += LIBS=-lintl
|
||||
endif
|
||||
|
||||
#############################################
|
||||
#
|
||||
@@ -35,7 +39,7 @@ UTIL_LINUX_CONF_OPT += \
|
||||
$(if $(BR2_PACKAGE_UTIL_LINUX_FSCK),,--disable-fsck) \
|
||||
$(if $(BR2_PACKAGE_UTIL_LINUX_LIBMOUNT),,--disable-libmount) \
|
||||
$(if $(BR2_PACKAGE_UTIL_LINUX_LIBUUID),,--disable-libuuid) \
|
||||
$(if $(BR2_PACKAGE_UTIL_LINUX_UUID),,--disable-uuid) \
|
||||
$(if $(BR2_PACKAGE_UTIL_LINUX_UUIDD),,--disable-uuidd) \
|
||||
$(if $(BR2_PACKAGE_UTIL_LINUX_LIBBLKID),,--disable-libblkid) \
|
||||
$(if $(BR2_PACKAGE_UTIL_LINUX_AGETTY),,--disable-agetty) \
|
||||
$(if $(BR2_PACKAGE_UTIL_LINUX_CRAMFS),,--disable-cramfs) \
|
||||
@@ -64,3 +68,8 @@ UTIL_LINUX_CONF_OPT += \
|
||||
$(if $(BR2_PACKAGE_UTIL_LINUX_WRITE),--enable-write)
|
||||
|
||||
$(eval $(call AUTOTARGETS,package,util-linux))
|
||||
|
||||
# MKINSTALLDIRS comes from tweaked m4/nls.m4, but autoreconf uses staging
|
||||
# one, so it disappears
|
||||
UTIL_LINUX_INSTALL_STAGING_OPT += MKINSTALLDIRS=$(@D)/config/mkinstalldirs
|
||||
UTIL_LINUX_INSTALL_TARGET_OPT += MKINSTALLDIRS=$(@D)/config/mkinstalldirs
|
||||
|
||||
@@ -12,11 +12,5 @@ XFONT_FONT_MISC_MISC_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) MKFONTSCALE=$(
|
||||
XFONT_FONT_MISC_MISC_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) MKFONTSCALE=$(HOST_DIR)/usr/bin/mkfontscale MKFONTDIR=$(HOST_DIR)/usr/bin/mkfontdir install-data
|
||||
XFONT_FONT_MISC_MISC_DEPENDENCIES = xfont_font-util host-xfont_font-util host-xapp_mkfontscale host-xapp_mkfontdir host-xapp_bdftopcf
|
||||
|
||||
define XFONT_FONT_MISC_MISC_MAPFILES_PATH_FIX
|
||||
$(SED) 's|UTIL_DIR = |UTIL_DIR = $(STAGING_DIR)|' $(@D)/Makefile
|
||||
endef
|
||||
|
||||
XFONT_FONT_MISC_MISC_POST_CONFIGURE_HOOKS += XFONT_FONT_MISC_MISC_MAPFILES_PATH_FIX
|
||||
|
||||
$(eval $(call AUTOTARGETS,package/x11r7,xfont_font-misc-misc))
|
||||
|
||||
|
||||
@@ -54,6 +54,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
|
||||
default "2.6.37.6" if BR2_KERNEL_HEADERS_2_6_37
|
||||
default "2.6.38.8" if BR2_KERNEL_HEADERS_2_6_38
|
||||
default "2.6.39.4" if BR2_KERNEL_HEADERS_2_6_39
|
||||
default "3.0" if BR2_KERNEL_HEADERS_3_0
|
||||
default "3.0.4" if BR2_KERNEL_HEADERS_3_0
|
||||
default "2.6" if BR2_KERNEL_HEADERS_SNAP
|
||||
default $BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
|
||||
|
||||
@@ -1,8 +1,14 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: 1.11.3
|
||||
# Sat May 21 22:35:30 2011
|
||||
# The crosstool-NG configuration menu
|
||||
# Sun Aug 7 15:40:17 2011
|
||||
#
|
||||
CT_CONFIGURE_has_cvs=y
|
||||
CT_CONFIGURE_has_svn=y
|
||||
CT_CONFIGURE_static_link_ok=y
|
||||
CT_CONFIGURE_has_static_libstdcxx=y
|
||||
CT_CONFIGURE_has_expat=y
|
||||
CT_CONFIGURE_has_static_expat=y
|
||||
CT_BACKEND=y
|
||||
CT_MODULES=y
|
||||
|
||||
@@ -51,8 +57,6 @@ CT_PATCH_BUNDLED=y
|
||||
# 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
|
||||
@@ -84,55 +88,24 @@ CT_LOG_FILE_COMPRESS=y
|
||||
#
|
||||
# Target options
|
||||
#
|
||||
CT_ARCH="arm"
|
||||
CT_ARCH_SUPPORTS_BOTH_MMU=y
|
||||
CT_ARCH_SUPPORTS_BOTH_ENDIAN=y
|
||||
CT_ARCH="x86"
|
||||
CT_ARCH_SUPPORTS_32=y
|
||||
# CT_ARCH_SUPPORTS_64 is not set
|
||||
CT_ARCH_SUPPORTS_64=y
|
||||
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_32 is not set
|
||||
CT_ARCH_64=y
|
||||
CT_ARCH_BITNESS=64
|
||||
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=y
|
||||
CT_ARCH_x86_AVAILABLE=y
|
||||
|
||||
#
|
||||
@@ -144,14 +117,6 @@ 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
|
||||
#
|
||||
@@ -163,6 +128,9 @@ CT_FORCE_SYSROOT=y
|
||||
CT_USE_SYSROOT=y
|
||||
CT_SYSROOT_NAME="sysroot"
|
||||
CT_SYSROOT_DIR_PREFIX=""
|
||||
CT_STATIC_TOOLCHAIN_POSSIBLE=y
|
||||
CT_TOOLCHAIN_PKGVERSION=""
|
||||
CT_TOOLCHAIN_BUGURL=""
|
||||
|
||||
#
|
||||
# Tuple completion and aliasing
|
||||
@@ -174,10 +142,7 @@ 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"
|
||||
|
||||
#
|
||||
@@ -190,17 +155,28 @@ 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_VERSION="2.6.38.8"
|
||||
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
|
||||
CT_KERNEL_LINUX_INSTALL=y
|
||||
# CT_KERNEL_LINUX_USE_CUSTOM_HEADERS is not set
|
||||
# CT_KERNEL_V_3_0 is not set
|
||||
# CT_KERNEL_V_2_6_39_3 is not set
|
||||
# CT_KERNEL_V_2_6_39_2 is not set
|
||||
# CT_KERNEL_V_2_6_39_1 is not set
|
||||
# CT_KERNEL_V_2_6_39 is not set
|
||||
CT_KERNEL_V_2_6_38_8=y
|
||||
# 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_10 is not set
|
||||
# CT_KERNEL_V_2_6_33_16 is not set
|
||||
# CT_KERNEL_V_2_6_32_43 is not set
|
||||
# CT_KERNEL_V_2_6_31_14 is not set
|
||||
# CT_KERNEL_V_2_6_27_59 is not set
|
||||
# CT_KERNEL_LINUX_CUSTOM is not set
|
||||
|
||||
#
|
||||
# Common kernel options
|
||||
@@ -210,22 +186,6 @@ 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
|
||||
@@ -236,30 +196,26 @@ 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_2_20_or_later=y
|
||||
CT_BINUTILS_2_19_or_later=y
|
||||
CT_BINUTILS_2_18_or_later=y
|
||||
CT_BINUTILS_GOLD_SUPPORTS_ARCH=y
|
||||
CT_BINUTILS_HAS_PKGVERSION_BUGURL=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=""
|
||||
CT_BINUTILS_EXTRA_CONFIG_ARRAY=""
|
||||
|
||||
#
|
||||
# C compiler
|
||||
@@ -267,13 +223,6 @@ 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
|
||||
@@ -281,35 +230,23 @@ 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_6 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_HAS_PKGVERSION_BUGURL=y
|
||||
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_LANG_FORTRAN is not set
|
||||
CT_CC_SUPPORT_CXX=y
|
||||
CT_CC_SUPPORT_FORTRAN=y
|
||||
CT_CC_SUPPORT_JAVA=y
|
||||
@@ -321,17 +258,14 @@ 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_CORE_EXTRA_CONFIG_ARRAY=""
|
||||
CT_CC_EXTRA_CONFIG_ARRAY=""
|
||||
CT_CC_STATIC_LIBSTDCXX=y
|
||||
|
||||
#
|
||||
@@ -361,43 +295,43 @@ CT_CC_GCC_LDBL_128=m
|
||||
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_LIBC_EGLIBC_2_10_or_later=y
|
||||
CT_LIBC_EGLIBC_2_9_or_later=y
|
||||
CT_LIBC_EGLIBC_HAS_PKGVERSION_BUGURL=y
|
||||
CT_EGLIBC_REVISION="HEAD"
|
||||
# CT_EGLIBC_HTTP is not set
|
||||
# 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
|
||||
CT_LIBC_SUPPORT_THREADS_ANY=y
|
||||
CT_LIBC_SUPPORT_NPTL=y
|
||||
CT_LIBC_SUPPORT_LINUXTHREADS=y
|
||||
CT_THREADS="nptl"
|
||||
|
||||
#
|
||||
# glibc/eglibc common options
|
||||
# Common C library options
|
||||
#
|
||||
CT_LIBC_GLIBC_EXTRA_CONFIG=""
|
||||
CT_THREADS_NPTL=y
|
||||
# CT_THREADS_LINUXTHREADS is not set
|
||||
CT_LIBC_XLDD=y
|
||||
|
||||
#
|
||||
# eglibc other options
|
||||
#
|
||||
CT_LIBC_glibc_familly=y
|
||||
CT_LIBC_GLIBC_EXTRA_CONFIG_ARRAY=""
|
||||
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_FORCE_UNWIND=y
|
||||
CT_LIBC_GLIBC_USE_PORTS=y
|
||||
CT_LIBC_ADDONS_LIST=""
|
||||
|
||||
@@ -423,22 +357,7 @@ CT_LIBC_ADDONS_LIST=""
|
||||
# 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
|
||||
CT_LIBC_GLIBC_MIN_KERNEL="2.6.38.8"
|
||||
|
||||
#
|
||||
# Debug facilities
|
||||
@@ -453,34 +372,22 @@ 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
|
||||
|
||||
@@ -1,8 +1,14 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: 1.11.3
|
||||
# Sat May 21 22:36:05 2011
|
||||
# The crosstool-NG configuration menu
|
||||
# Sun Aug 7 15:49:35 2011
|
||||
#
|
||||
CT_CONFIGURE_has_cvs=y
|
||||
CT_CONFIGURE_has_svn=y
|
||||
CT_CONFIGURE_static_link_ok=y
|
||||
CT_CONFIGURE_has_static_libstdcxx=y
|
||||
CT_CONFIGURE_has_expat=y
|
||||
CT_CONFIGURE_has_static_expat=y
|
||||
CT_BACKEND=y
|
||||
CT_MODULES=y
|
||||
|
||||
@@ -51,8 +57,6 @@ CT_PATCH_BUNDLED=y
|
||||
# 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
|
||||
@@ -84,55 +88,24 @@ CT_LOG_FILE_COMPRESS=y
|
||||
#
|
||||
# Target options
|
||||
#
|
||||
CT_ARCH="arm"
|
||||
CT_ARCH_SUPPORTS_BOTH_MMU=y
|
||||
CT_ARCH_SUPPORTS_BOTH_ENDIAN=y
|
||||
CT_ARCH="x86"
|
||||
CT_ARCH_SUPPORTS_32=y
|
||||
# CT_ARCH_SUPPORTS_64 is not set
|
||||
CT_ARCH_SUPPORTS_64=y
|
||||
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_32 is not set
|
||||
CT_ARCH_64=y
|
||||
CT_ARCH_BITNESS=64
|
||||
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=y
|
||||
CT_ARCH_x86_AVAILABLE=y
|
||||
|
||||
#
|
||||
@@ -144,14 +117,6 @@ 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
|
||||
#
|
||||
@@ -163,6 +128,9 @@ CT_FORCE_SYSROOT=y
|
||||
CT_USE_SYSROOT=y
|
||||
CT_SYSROOT_NAME="sysroot"
|
||||
CT_SYSROOT_DIR_PREFIX=""
|
||||
CT_STATIC_TOOLCHAIN_POSSIBLE=y
|
||||
CT_TOOLCHAIN_PKGVERSION=""
|
||||
CT_TOOLCHAIN_BUGURL=""
|
||||
|
||||
#
|
||||
# Tuple completion and aliasing
|
||||
@@ -174,10 +142,7 @@ 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"
|
||||
|
||||
#
|
||||
@@ -190,17 +155,28 @@ 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_VERSION="3.0"
|
||||
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
|
||||
CT_KERNEL_LINUX_INSTALL=y
|
||||
# CT_KERNEL_LINUX_USE_CUSTOM_HEADERS is not set
|
||||
CT_KERNEL_V_3_0=y
|
||||
# CT_KERNEL_V_2_6_39_3 is not set
|
||||
# CT_KERNEL_V_2_6_39_2 is not set
|
||||
# CT_KERNEL_V_2_6_39_1 is not set
|
||||
# CT_KERNEL_V_2_6_39 is not set
|
||||
# CT_KERNEL_V_2_6_38_8 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_10 is not set
|
||||
# CT_KERNEL_V_2_6_33_16 is not set
|
||||
# CT_KERNEL_V_2_6_32_43 is not set
|
||||
# CT_KERNEL_V_2_6_31_14 is not set
|
||||
# CT_KERNEL_V_2_6_27_59 is not set
|
||||
# CT_KERNEL_LINUX_CUSTOM is not set
|
||||
|
||||
#
|
||||
# Common kernel options
|
||||
@@ -210,22 +186,6 @@ 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
|
||||
@@ -236,30 +196,26 @@ 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_2_20_or_later=y
|
||||
CT_BINUTILS_2_19_or_later=y
|
||||
CT_BINUTILS_2_18_or_later=y
|
||||
CT_BINUTILS_GOLD_SUPPORTS_ARCH=y
|
||||
CT_BINUTILS_HAS_PKGVERSION_BUGURL=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=""
|
||||
CT_BINUTILS_EXTRA_CONFIG_ARRAY=""
|
||||
|
||||
#
|
||||
# C compiler
|
||||
@@ -267,13 +223,6 @@ 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
|
||||
@@ -281,35 +230,23 @@ 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_6 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_HAS_PKGVERSION_BUGURL=y
|
||||
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_LANG_FORTRAN is not set
|
||||
CT_CC_SUPPORT_CXX=y
|
||||
CT_CC_SUPPORT_FORTRAN=y
|
||||
CT_CC_SUPPORT_JAVA=y
|
||||
@@ -321,17 +258,14 @@ 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_CORE_EXTRA_CONFIG_ARRAY=""
|
||||
CT_CC_EXTRA_CONFIG_ARRAY=""
|
||||
CT_CC_STATIC_LIBSTDCXX=y
|
||||
|
||||
#
|
||||
@@ -360,45 +294,38 @@ CT_CC_GCC_LDBL_128=m
|
||||
#
|
||||
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
|
||||
CT_LIBC_SUPPORT_THREADS_ANY=y
|
||||
CT_LIBC_SUPPORT_NPTL=y
|
||||
CT_THREADS="nptl"
|
||||
|
||||
#
|
||||
# glibc/eglibc common options
|
||||
# Common C library options
|
||||
#
|
||||
CT_LIBC_GLIBC_EXTRA_CONFIG=""
|
||||
CT_THREADS_NPTL=y
|
||||
CT_LIBC_XLDD=y
|
||||
CT_LIBC_glibc_familly=y
|
||||
CT_LIBC_GLIBC_EXTRA_CONFIG_ARRAY=""
|
||||
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_FORCE_UNWIND=y
|
||||
CT_LIBC_GLIBC_USE_PORTS=y
|
||||
CT_LIBC_ADDONS_LIST=""
|
||||
# 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="3.0"
|
||||
|
||||
#
|
||||
# glibc other options
|
||||
#
|
||||
|
||||
#
|
||||
# WARNING !!!
|
||||
@@ -419,25 +346,6 @@ CT_LIBC_ADDONS_LIST=""
|
||||
#
|
||||
# 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
|
||||
@@ -452,34 +360,22 @@ 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
|
||||
|
||||
@@ -1,8 +1,14 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: 1.11.3
|
||||
# Sat May 21 22:36:24 2011
|
||||
# The crosstool-NG configuration menu
|
||||
# Sun Aug 7 15:06:46 2011
|
||||
#
|
||||
CT_CONFIGURE_has_cvs=y
|
||||
CT_CONFIGURE_has_svn=y
|
||||
CT_CONFIGURE_static_link_ok=y
|
||||
CT_CONFIGURE_has_static_libstdcxx=y
|
||||
CT_CONFIGURE_has_expat=y
|
||||
CT_CONFIGURE_has_static_expat=y
|
||||
CT_BACKEND=y
|
||||
CT_MODULES=y
|
||||
|
||||
@@ -51,8 +57,6 @@ CT_PATCH_BUNDLED=y
|
||||
# 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
|
||||
@@ -84,55 +88,24 @@ CT_LOG_FILE_COMPRESS=y
|
||||
#
|
||||
# Target options
|
||||
#
|
||||
CT_ARCH="arm"
|
||||
CT_ARCH_SUPPORTS_BOTH_MMU=y
|
||||
CT_ARCH_SUPPORTS_BOTH_ENDIAN=y
|
||||
CT_ARCH="x86"
|
||||
CT_ARCH_SUPPORTS_32=y
|
||||
# CT_ARCH_SUPPORTS_64 is not set
|
||||
CT_ARCH_SUPPORTS_64=y
|
||||
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_32 is not set
|
||||
CT_ARCH_64=y
|
||||
CT_ARCH_BITNESS=64
|
||||
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=y
|
||||
CT_ARCH_x86_AVAILABLE=y
|
||||
|
||||
#
|
||||
@@ -144,14 +117,6 @@ 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
|
||||
#
|
||||
@@ -163,6 +128,9 @@ CT_FORCE_SYSROOT=y
|
||||
CT_USE_SYSROOT=y
|
||||
CT_SYSROOT_NAME="sysroot"
|
||||
CT_SYSROOT_DIR_PREFIX=""
|
||||
CT_STATIC_TOOLCHAIN_POSSIBLE=y
|
||||
CT_TOOLCHAIN_PKGVERSION=""
|
||||
CT_TOOLCHAIN_BUGURL=""
|
||||
|
||||
#
|
||||
# Tuple completion and aliasing
|
||||
@@ -174,10 +142,7 @@ 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"
|
||||
|
||||
#
|
||||
@@ -190,17 +155,28 @@ 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_VERSION="2.6.38.8"
|
||||
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
|
||||
CT_KERNEL_LINUX_INSTALL=y
|
||||
# CT_KERNEL_LINUX_USE_CUSTOM_HEADERS is not set
|
||||
# CT_KERNEL_V_3_0 is not set
|
||||
# CT_KERNEL_V_2_6_39_3 is not set
|
||||
# CT_KERNEL_V_2_6_39_2 is not set
|
||||
# CT_KERNEL_V_2_6_39_1 is not set
|
||||
# CT_KERNEL_V_2_6_39 is not set
|
||||
CT_KERNEL_V_2_6_38_8=y
|
||||
# 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_10 is not set
|
||||
# CT_KERNEL_V_2_6_33_16 is not set
|
||||
# CT_KERNEL_V_2_6_32_43 is not set
|
||||
# CT_KERNEL_V_2_6_31_14 is not set
|
||||
# CT_KERNEL_V_2_6_27_59 is not set
|
||||
# CT_KERNEL_LINUX_CUSTOM is not set
|
||||
|
||||
#
|
||||
# Common kernel options
|
||||
@@ -210,22 +186,6 @@ 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
|
||||
@@ -236,29 +196,25 @@ 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_2_20_or_later=y
|
||||
CT_BINUTILS_2_19_or_later=y
|
||||
CT_BINUTILS_2_18_or_later=y
|
||||
CT_BINUTILS_GOLD_SUPPORTS_ARCH=y
|
||||
CT_BINUTILS_HAS_PKGVERSION_BUGURL=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=""
|
||||
CT_BINUTILS_EXTRA_CONFIG_ARRAY=""
|
||||
|
||||
#
|
||||
# C compiler
|
||||
@@ -266,13 +222,6 @@ 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
|
||||
@@ -280,35 +229,23 @@ 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_6 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_HAS_PKGVERSION_BUGURL=y
|
||||
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_LANG_FORTRAN is not set
|
||||
CT_CC_SUPPORT_CXX=y
|
||||
CT_CC_SUPPORT_FORTRAN=y
|
||||
CT_CC_SUPPORT_JAVA=y
|
||||
@@ -320,17 +257,14 @@ 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_CORE_EXTRA_CONFIG_ARRAY=""
|
||||
CT_CC_EXTRA_CONFIG_ARRAY=""
|
||||
CT_CC_STATIC_LIBSTDCXX=y
|
||||
|
||||
#
|
||||
@@ -359,27 +293,13 @@ CT_CC_GCC_LDBL_128=m
|
||||
#
|
||||
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 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_UCLIBC_V_0_9_31 is not set
|
||||
# CT_LIBC_UCLIBC_V_0_9_32 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
|
||||
@@ -392,18 +312,14 @@ CT_LIBC_UCLIBC_DEBUG_LEVEL_0=y
|
||||
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=y
|
||||
# CT_LIBC_SUPPORT_WIN32THREADS is not set
|
||||
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
|
||||
|
||||
@@ -429,34 +345,22 @@ 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
|
||||
|
||||
@@ -203,7 +203,7 @@ CTNG_FIX_DOT_CONFIG_SED += s:^(|\# )(CT_ARCH_(32|64)).*:\# \2 is not set:;
|
||||
CTNG_FIX_DOT_CONFIG_SED += s:^\# (CT_ARCH_$(CTNG_BIT)) is not set:\1=y:;
|
||||
CTNG_FIX_DOT_CONFIG_SED += s:^(CT_TARGET_VENDOR)=.*:\1="unknown":;
|
||||
CTNG_FIX_DOT_CONFIG_SED += s:^(CT_TARGET_ALIAS)=.*:\1="$(GNU_TARGET_NAME)":;
|
||||
CTNG_FIX_DOT_CONFIG_SED += s:^(CT_CC_PKGVERSION)="(.*)":\1="crosstool-NG $(CTNG_VERSION) - buildroot $(BR2_VERSION_FULL)":;
|
||||
CTNG_FIX_DOT_CONFIG_SED += s:^(CT_TOOLCHAIN_PKGVERSION)="(.*)":\1="buildroot $(BR2_VERSION_FULL)":;
|
||||
ifneq ($(call qstrip,$(BR2_USE_MMU)),)
|
||||
CTNG_FIX_DOT_CONFIG_SED += s:^\# (CT_ARCH_USE_MMU) is not set:\1=y:;
|
||||
else
|
||||
|
||||
@@ -214,6 +214,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX
|
||||
config BR2_TOOLCHAIN_EXTERNAL_PREFIX
|
||||
string
|
||||
default "arm-none-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM2009Q1
|
||||
default "arm-none-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM2009Q3
|
||||
default "arm-none-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM2010Q1
|
||||
default "arm-none-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201009
|
||||
default "arm-none-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201103
|
||||
|
||||
@@ -5,6 +5,7 @@ comment "uClibc Options"
|
||||
|
||||
choice
|
||||
prompt "uClibc C library Version"
|
||||
default BR2_UCLIBC_VERSION_0_9_31 if (BR2_avr32 || BR2_sh) # 0.9.32 broken
|
||||
default BR2_UCLIBC_VERSION_0_9_32
|
||||
help
|
||||
Select the version of uClibc you wish to use.
|
||||
@@ -18,6 +19,7 @@ choice
|
||||
|
||||
config BR2_UCLIBC_VERSION_0_9_32
|
||||
bool "uClibc 0.9.32.x"
|
||||
depends on !(BR2_avr32 || BR2_sh)
|
||||
|
||||
config BR2_UCLIBC_VERSION_SNAPSHOT
|
||||
bool "daily snapshot"
|
||||
|
||||
Reference in New Issue
Block a user