summaryrefslogtreecommitdiff
path: root/target/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-08-28 21:35:19 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-08-28 21:35:19 +0200
commitc79befcc1a0791df92460439f933843661db82e2 (patch)
tree0aaad0895c07007617b9a4c4ef38b59d38a91a1c /target/Config.in
parent89a213bd0f0290c66cdf952d5ea5f089cd56d1e9 (diff)
add more packages needed for native builds
- add bison,flex,diffutils,autoconf,automake,libtool,m4,gperf - add {glibc,eglibc,uclibc}-dev packages - add libz/libncurses development packages - add PKG_OPTS to setup special options for packages noremove is needed for uclibc/eglibc/glibc packages, otherwise needed headers will be removed slightly tested, still in development
Diffstat (limited to 'target/Config.in')
-rw-r--r--target/Config.in44
1 files changed, 32 insertions, 12 deletions
diff --git a/target/Config.in b/target/Config.in
index 21a8bf13f..99fc2d19e 100644
--- a/target/Config.in
+++ b/target/Config.in
@@ -108,7 +108,6 @@ config ADK_LINUX_X86_ALIX1C
select ADK_alix1c
select ADK_KERNEL_SCSI
select ADK_KERNEL_EXT2_FS
- select ADK_KERNEL_NETDEVICES
select ADK_KERNEL_NET_PCI
select ADK_KERNEL_NETDEVICES
select ADK_KERNEL_NET_ETHERNET
@@ -170,6 +169,9 @@ config ADK_LINUX_RESCUE
config ADK_LINUX_QEMU
bool "Qemu Emulator"
+ select ADK_KERNEL_NET_PCI
+ select ADK_KERNEL_NETDEVICES
+ select ADK_KERNEL_NET_ETHERNET
help
Support for Qemu Emulator
@@ -458,13 +460,13 @@ config ADK_TARGET_ROOTFS_ENCRYPTED
endchoice
-config ADK_SSP
- bool "Enable Stack Smashing Protection"
- default n
- depends on ADK_LINUX_X86_ALIX1C || \
- ADK_LINUX_CRIS_FOXBOARD
- help
- Enable Stack Smashing Protection
+#config ADK_SSP
+# bool "Enable Stack Smashing Protection"
+# default n
+# depends on ADK_LINUX_X86_ALIX1C || \
+# ADK_LINUX_CRIS_FOXBOARD
+# help
+# Enable Stack Smashing Protection
config ADK_CXX
bool "Enable C++ support"
@@ -501,14 +503,32 @@ config ADK_X11
config ADK_DEVELSYSTEM
bool "Compile a OpenADK development system"
default n
+ select ADK_CXX
+ select ADK_PACKAGE_AUTOCONF
+ select ADK_PACKAGE_AUTOMAKE
select ADK_PACKAGE_BASH
- select ADK_PACKAGE_MAKE
- select ADK_PACKAGE_PATCH
- select ADK_PACKAGE_GCC
select ADK_PACKAGE_BINUTILS
- select ADK_PACKAGE_TAR
+ select ADK_PACKAGE_BISON
select ADK_PACKAGE_BZIP2
+ select ADK_PACKAGE_DIFFUTILS
+ select ADK_PACKAGE_FILE
+ select ADK_PACKAGE_FLEX
select ADK_PACKAGE_GAWK
+ select ADK_PACKAGE_GCC
+ select ADK_PACKAGE_GIT
+ select ADK_PACKAGE_GPERF
+ select ADK_PACKAGE_UCLIBC_DEV if ADK_TARGET_LIB_UCLIBC
+ select ADK_PACKAGE_EGLIBC_DEV if ADK_TARGET_LIB_EGLIBC
+ select ADK_PACKAGE_GLIBC_DEV if ADK_TARGET_LIB_GLIBC
+ select ADK_PACKAGE_LIBNCURSES
+ select ADK_PACKAGE_LIBNCURSES_DEV
+ select ADK_PACKAGE_LIBTOOL
+ select ADK_PACKAGE_M4
+ select ADK_PACKAGE_MAKE
+ select ADK_PACKAGE_PATCH
+ select ADK_PACKAGE_TAR
+ select ADK_PACKAGE_ZLIB
+ select ADK_PACKAGE_ZLIB_DEV
help
After bootstrapping a Linux system you might want to
switch to native builds with your target.