diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-08 22:44:34 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-08 22:44:34 +0200 |
| commit | 9bbda20e102696cb396b0db0f5e745cb637ccd1e (patch) | |
| tree | 120e7257fd8a67b6a8fb892c8f182f0a8ae7986e /target/x86_64 | |
| parent | 96d9f7612b66674d60f6fc37df647d363fd9dce2 (diff) | |
| parent | ed060fd872e3193e2d20860532ee70b4d155db20 (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/x86_64')
| -rw-r--r-- | target/x86_64/sys-available/qemu-x86_64 | 2 | ||||
| -rw-r--r-- | target/x86_64/uclibc.config | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/target/x86_64/sys-available/qemu-x86_64 b/target/x86_64/sys-available/qemu-x86_64 index e7dd37fa8..d0427ea29 100644 --- a/target/x86_64/sys-available/qemu-x86_64 +++ b/target/x86_64/sys-available/qemu-x86_64 @@ -2,6 +2,8 @@ config ADK_TARGET_SYSTEM_QEMU_X86_64 bool "Qemu Emulator" select ADK_x86_64 select ADK_qemu_x86_64 + select ADK_CPU_X86_64 + select ADK_LINUX_64 select ADK_HARDWARE_QEMU select ADK_TARGET_WITH_VGA select ADK_TARGET_WITH_INPUT diff --git a/target/x86_64/uclibc.config b/target/x86_64/uclibc.config index 301220414..7492fdcfc 100644 --- a/target/x86_64/uclibc.config +++ b/target/x86_64/uclibc.config @@ -81,7 +81,7 @@ UCLIBC_CTOR_DTOR=y UCLIBC_HAS_THREADS_NATIVE=y UCLIBC_HAS_THREADS=y UCLIBC_HAS_TLS=y -# PTHREADS_DEBUG_SUPPORT is not set +PTHREADS_DEBUG_SUPPORT=y UCLIBC_HAS_SYSLOG=y UCLIBC_HAS_LFS=y # MALLOC is not set |
