summaryrefslogtreecommitdiff
path: root/package/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-05-27 22:14:21 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-05-27 22:14:21 +0200
commitbbd610f15a71b27c955175cb98392b114717fd47 (patch)
tree13d196e0e70c15c119336f59fa8f7183884590d5 /package/Makefile
parentbad63eb735b13e1f009a19af1dd810f7279c2ba1 (diff)
native build support
- just use native gcc and binutils to compile a system - can be used to chroot into it - maybe useful later on lemote book to build packages natively
Diffstat (limited to 'package/Makefile')
-rw-r--r--package/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile
index 2cecd6d2d..512b6ebb5 100644
--- a/package/Makefile
+++ b/package/Makefile
@@ -111,6 +111,9 @@ package-$(ADK_PACKAGE_GLIB2) += glib2
ifeq (${ADK_TARGET_LIB_GLIBC},y)
package-$(ADK_PACKAGE_GLIBC) += glibc
endif
+ifeq (${ADK_NATIVE},y)
+package-$(ADK_PACKAGE_LIBC) += libc
+endif
package-$(ADK_PACKAGE_GMEDIASERVER) += gmediaserver
package-$(ADK_COMPILE_GMP) += gmp
package-$(ADK_COMPILE_GNUTLS) += gnutls
@@ -360,7 +363,9 @@ package-$(ADK_PACKAGE_TOR) += tor
package-$(ADK_PACKAGE_TRAFSHOW) += trafshow
package-$(ADK_PACKAGE_TTCP) += ttcp
ifneq (${ADK_TARGET_LIB_GLIBC},y)
+ifneq (${ADK_NATIVE},y)
package-$(ADK_PACKAGE_UCLIBC) += uclibc
+endif
package-$(ADK_PACKAGE_UCLIBCXX) += uclibc++
endif
package-$(ADK_PACKAGE_UDEV) += udev