diff options
author | James <> | 2013-03-17 12:16:37 +0000 |
---|---|---|
committer | James <> | 2013-03-17 12:16:37 +0000 |
commit | 27b76ab0671089c47506615a796a261e993896a7 (patch) | |
tree | 61213d67e7fa87b20356b23798558e2c4212c42f /toolchain/uClibc/.svn | |
download | trunk-36060-master.tar.gz trunk-36060-master.tar.bz2 trunk-36060-master.zip |
Diffstat (limited to 'toolchain/uClibc/.svn')
-rw-r--r-- | toolchain/uClibc/.svn/entries | 176 | ||||
-rw-r--r-- | toolchain/uClibc/.svn/prop-base/Makefile.svn-base | 5 | ||||
-rw-r--r-- | toolchain/uClibc/.svn/prop-base/common.mk.svn-base | 5 | ||||
-rw-r--r-- | toolchain/uClibc/.svn/text-base/Config.in.svn-base | 21 | ||||
-rw-r--r-- | toolchain/uClibc/.svn/text-base/Config.version.svn-base | 13 | ||||
-rw-r--r-- | toolchain/uClibc/.svn/text-base/Makefile.svn-base | 41 | ||||
-rw-r--r-- | toolchain/uClibc/.svn/text-base/common.mk.svn-base | 95 |
7 files changed, 356 insertions, 0 deletions
diff --git a/toolchain/uClibc/.svn/entries b/toolchain/uClibc/.svn/entries new file mode 100644 index 0000000..093d57d --- /dev/null +++ b/toolchain/uClibc/.svn/entries @@ -0,0 +1,176 @@ +10 + +dir +36060 +svn://svn.openwrt.org/openwrt/trunk/toolchain/uClibc +svn://svn.openwrt.org/openwrt + + + +2013-02-21T11:45:07.262958Z +35709 +jogo + + + + + + + + + + + + + + +3c298f89-4303-0410-b956-a3cf2f4a3e73 + +patches-0.9.33.2 +dir + +utils +dir + +Config.version +file + + + + +2013-03-17T12:13:23.000000Z +aad0ed2d355fc77f54a2e55a73bfbf3c +2012-05-15T13:42:32.964834Z +31740 +nbd + + + + + + + + + + + + + + + + + + + + + +214 + +Config.in +file + + + + +2013-03-17T12:13:23.000000Z +5a1f3d087c7646cf4d9cef72415c5e49 +2012-05-15T13:42:32.964834Z +31740 +nbd + + + + + + + + + + + + + + + + + + + + + +386 + +headers +dir + +config-0.9.33.2 +dir + +Makefile +file + + + + +2013-03-17T12:13:23.000000Z +ab435c55f58c30d2b4bb78c33fd6a98f +2012-11-08T15:08:31.868155Z +34122 +nbd +has-props + + + + + + + + + + + + + + + + + + + + +1283 + +common.mk +file + + + + +2013-03-17T12:13:23.000000Z +ebffc72200330c942c8492fa091b6987 +2012-10-17T13:03:08.557735Z +33807 +nbd +has-props + + + + + + + + + + + + + + + + + + + + +3331 + diff --git a/toolchain/uClibc/.svn/prop-base/Makefile.svn-base b/toolchain/uClibc/.svn/prop-base/Makefile.svn-base new file mode 100644 index 0000000..bdbd305 --- /dev/null +++ b/toolchain/uClibc/.svn/prop-base/Makefile.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:eol-style +V 6 +native +END diff --git a/toolchain/uClibc/.svn/prop-base/common.mk.svn-base b/toolchain/uClibc/.svn/prop-base/common.mk.svn-base new file mode 100644 index 0000000..bdbd305 --- /dev/null +++ b/toolchain/uClibc/.svn/prop-base/common.mk.svn-base @@ -0,0 +1,5 @@ +K 13 +svn:eol-style +V 6 +native +END diff --git a/toolchain/uClibc/.svn/text-base/Config.in.svn-base b/toolchain/uClibc/.svn/text-base/Config.in.svn-base new file mode 100644 index 0000000..74d15ae --- /dev/null +++ b/toolchain/uClibc/.svn/text-base/Config.in.svn-base @@ -0,0 +1,21 @@ +# Choose uclibc version. + +choice + prompt "uClibc Version" + depends on TOOLCHAINOPTS && USE_UCLIBC + default UCLIBC_VERSION_0_9_33 + help + Select the version of uClibc you wish to use. + + config UCLIBC_VERSION_0_9_33 + bool "uClibc 0.9.33.2" + +endchoice + + +# Debug version. + +config UCLIBC_ENABLE_DEBUG + bool "Build with debug information" + depends on TOOLCHAINOPTS && USE_UCLIBC + default n diff --git a/toolchain/uClibc/.svn/text-base/Config.version.svn-base b/toolchain/uClibc/.svn/text-base/Config.version.svn-base new file mode 100644 index 0000000..0d0b4a7 --- /dev/null +++ b/toolchain/uClibc/.svn/text-base/Config.version.svn-base @@ -0,0 +1,13 @@ +config UCLIBC_VERSION + string + depends on USE_UCLIBC + default "0.9.33.2" if UCLIBC_VERSION_0_9_33 + default "0.9.33.2" + +if !TOOLCHAINOPTS + + config UCLIBC_VERSION_0_9_33 + default y if USE_UCLIBC + bool + +endif diff --git a/toolchain/uClibc/.svn/text-base/Makefile.svn-base b/toolchain/uClibc/.svn/text-base/Makefile.svn-base new file mode 100644 index 0000000..a5fb54b --- /dev/null +++ b/toolchain/uClibc/.svn/text-base/Makefile.svn-base @@ -0,0 +1,41 @@ +PATH_PREFIX=. + +include ./common.mk + +HOST_STAMP_BUILT:=$(HOST_BUILD_DIR)/.built +HOST_STAMP_INSTALLED:=$(TOOLCHAIN_DIR)/stamp/.uclibc_installed + +HOST_BUILD_PARALLEL:=1 + +define Host/SetToolchainInfo + $(SED) 's,^\(LIBC_TYPE\)=.*,\1=$(PKG_NAME),' $(TOOLCHAIN_DIR)/info.mk + $(SED) 's,^\(LIBC_URL\)=.*,\1=http://www.uclibc.org/,' $(TOOLCHAIN_DIR)/info.mk + $(SED) 's,^\(LIBC_VERSION\)=.*,\1=$(PKG_VERSION),' $(TOOLCHAIN_DIR)/info.mk + $(SED) 's,^\(LIBC_SO_VERSION\)=.*,\1=$(LIBC_SO_VERSION),' $(TOOLCHAIN_DIR)/info.mk +endef + +define Host/Compile + $(SED) 's,^CROSS=.*,CROSS=$(TARGET_CROSS),g' $(HOST_BUILD_DIR)/Rules.mak + $(UCLIBC_MAKE) PREFIX= all +endef + +define Host/Install + $(call Host/SetToolchainInfo) + $(UCLIBC_MAKE) PREFIX="$(TOOLCHAIN_DIR)/" install_runtime install_dev + $(CP) $(HOST_BUILD_DIR)/libc/libc_so.a $(TOOLCHAIN_DIR)/lib/ + $(CP) $(HOST_BUILD_DIR)/libpthread/*/libpthread_so.a $(TOOLCHAIN_DIR)/lib/ + ( cd $(TOOLCHAIN_DIR) ; \ + for d in lib usr/lib ; do \ + for f in libc.so libpthread.so libgcc_s.so ; do \ + if [ -f $$$$d/$$$$f -a ! -L $$$$d/$$$$f ] ; then \ + $(SED) 's,/usr/lib/,,g;s,/lib/,,g' $$$$d/$$$$f ; \ + fi \ + done \ + done \ + ) + rm -f \ + $(TOOLCHAIN_DIR)/lib/libresolv*.so* \ + $(TOOLCHAIN_DIR)/lib/libnsl*.so* +endef + +$(eval $(call HostBuild)) diff --git a/toolchain/uClibc/.svn/text-base/common.mk.svn-base b/toolchain/uClibc/.svn/text-base/common.mk.svn-base new file mode 100644 index 0000000..f32ed98 --- /dev/null +++ b/toolchain/uClibc/.svn/text-base/common.mk.svn-base @@ -0,0 +1,95 @@ +# +# Copyright (C) 2006-2012 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# +include $(TOPDIR)/rules.mk +include $(INCLUDE_DIR)/target.mk + +PKG_NAME:=uClibc +PKG_VERSION:=$(call qstrip,$(CONFIG_UCLIBC_VERSION)) +PKG_SOURCE_URL:=http://www.uclibc.org/downloads +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 +LIBC_SO_VERSION:=$(PKG_VERSION) +PATCH_DIR:=$(PATH_PREFIX)/patches-$(PKG_VERSION) +CONFIG_DIR:=$(PATH_PREFIX)/config-$(PKG_VERSION) + +PKG_MD5SUM_0.9.33.2 = a338aaffc56f0f5040e6d9fa8a12eda1 +PKG_MD5SUM=$(PKG_MD5SUM_$(PKG_VERSION)) + +HOST_BUILD_DIR:=$(BUILD_DIR_TOOLCHAIN)/$(PKG_NAME)-$(PKG_VERSION) + +include $(INCLUDE_DIR)/toolchain-build.mk + +UCLIBC_TARGET_ARCH:=$(shell echo $(ARCH) | sed -e s'/-.*//' \ + -e 's/i.86/i386/' \ + -e 's/sparc.*/sparc/' \ + -e 's/arm.*/arm/g' \ + -e 's/avr32.*/avr32/g' \ + -e 's/m68k.*/m68k/' \ + -e 's/ppc/powerpc/g' \ + -e 's/v850.*/v850/g' \ + -e 's/sh64/sh/' \ + -e 's/sh[234].*/sh/' \ + -e 's/mips.*/mips/' \ + -e 's/mipsel.*/mips/' \ + -e 's/cris.*/cris/' \ +) + +GEN_CONFIG=$(SCRIPT_DIR)/kconfig.pl -n \ + $(if $(wildcard $(CONFIG_DIR)/common),'+' $(CONFIG_DIR)/common) \ + $(if $(CONFIG_UCLIBC_ENABLE_DEBUG),$(if $(wildcard $(CONFIG_DIR)/debug),'+' $(CONFIG_DIR)/debug)) \ + $(CONFIG_DIR)/$(ARCH)$(strip \ + $(if $(wildcard $(CONFIG_DIR)/$(ARCH).$(BOARD)),.$(BOARD), \ + $(if $(CONFIG_HAS_SPE_FPU),$(if $(wildcard $(CONFIG_DIR)/$(ARCH).e500),.e500)))) + +CPU_CFLAGS = \ + -funsigned-char -fno-builtin -fno-asm \ + --std=gnu99 -ffunction-sections -fdata-sections \ + -Wno-unused-but-set-variable \ + $(TARGET_CFLAGS) + +UCLIBC_MAKE = PATH='$(TOOLCHAIN_DIR)/initial/bin:$(TARGET_PATH)' $(MAKE) $(HOST_JOBS) -C $(HOST_BUILD_DIR) \ + $(TARGET_CONFIGURE_OPTS) \ + DEVEL_PREFIX=/ \ + RUNTIME_PREFIX=/ \ + HOSTCC="$(HOSTCC)" \ + CPU_CFLAGS="$(CPU_CFLAGS)" \ + ARCH="$(CONFIG_ARCH)" \ + LIBGCC="$(subst libgcc.a,libgcc_initial.a,$(shell $(TARGET_CC) -print-libgcc-file-name))" \ + DOSTRIP="" + +define Host/Prepare + $(call Host/Prepare/Default) + $(if $(strip $(QUILT)), \ + cd $(HOST_BUILD_DIR); \ + if $(QUILT_CMD) next >/dev/null 2>&1; then \ + $(QUILT_CMD) push -a; \ + fi + ) + ln -snf $(PKG_NAME)-$(PKG_VERSION) $(BUILD_DIR_TOOLCHAIN)/$(PKG_NAME) +endef + +define Host/Configure + $(GEN_CONFIG) > $(HOST_BUILD_DIR)/.config.new + $(SED) 's,^KERNEL_HEADERS=.*,KERNEL_HEADERS=\"$(BUILD_DIR_TOOLCHAIN)/linux-dev/include\",g' \ + -e 's,^.*UCLIBC_HAS_FPU.*,UCLIBC_HAS_FPU=$(if $(CONFIG_SOFT_FLOAT),n,y),g' \ + -e 's,^.*UCLIBC_HAS_SOFT_FLOAT.*,UCLIBC_HAS_SOFT_FLOAT=$(if $(CONFIG_SOFT_FLOAT),y,n),g' \ + -e 's,^.*UCLIBC_HAS_SHADOW.*,UCLIBC_HAS_SHADOW=$(if $(CONFIG_SHADOW_PASSWORDS),y,n),g' \ + -e 's,^.*UCLIBC_HAS_LOCALE.*,UCLIBC_HAS_LOCALE=$(if $(CONFIG_BUILD_NLS),y,n),g' \ + $(HOST_BUILD_DIR)/.config.new + cmp -s $(HOST_BUILD_DIR)/.config.new $(HOST_BUILD_DIR)/.config.last || { \ + cp $(HOST_BUILD_DIR)/.config.new $(HOST_BUILD_DIR)/.config && \ + $(MAKE) -C $(HOST_BUILD_DIR) oldconfig KBUILD_HAVE_NLS= HOSTCFLAGS="-DKBUILD_NO_NLS" && \ + $(MAKE) -C $(HOST_BUILD_DIR)/extra/config conf KBUILD_HAVE_NLS= HOSTCFLAGS="-DKBUILD_NO_NLS" && \ + cp $(HOST_BUILD_DIR)/.config.new $(HOST_BUILD_DIR)/.config.last; \ + } +endef + +define Host/Clean + rm -rf \ + $(HOST_BUILD_DIR) \ + $(BUILD_DIR_TOOLCHAIN)/$(PKG_NAME) \ + $(BUILD_DIR_TOOLCHAIN)/$(LIBC)-dev +endef |