mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
add secret option to use host's toolchain when native compiling
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4553 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -86,6 +86,7 @@ define Package/libgcc
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
DEFAULT:=y
|
||||
DEPENDS:=@!NATIVE_TOOLCHAIN
|
||||
TITLE:=GCC support library
|
||||
VERSION:=$(LIBGCC_VERSION)-$(PKG_RELEASE)
|
||||
DESCRIPTION:=$(TITLE)
|
||||
@@ -94,6 +95,7 @@ endef
|
||||
define Package/libpthread
|
||||
$(call Package/base-files$(TARGET))
|
||||
DEFAULT:=n
|
||||
DEPENDS:=@!NATIVE_TOOLCHAIN
|
||||
VERSION:=$(UCLIBC_VERSION)-$(PKG_RELEASE)
|
||||
TITLE:=POSIX thread library
|
||||
DESCRIPTION:=POSIX thread library
|
||||
@@ -103,6 +105,7 @@ endef
|
||||
define Package/uclibc
|
||||
$(call Package/base-files$(TARGET))
|
||||
VERSION:=$(UCLIBC_VERSION)-$(PKG_RELEASE)
|
||||
DEPENDS:=@!NATIVE_TOOLCHAIN
|
||||
TITLE:=C library
|
||||
DESCRIPTION:=C library for embedded systems
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user