diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-02 13:22:45 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-02 13:22:45 +0100 |
commit | dfadb4d959da4c63d0c634f0d50713f3fa679e50 (patch) | |
tree | 0b4d2ac5065e36bcc9850aa394bd6b163e6a833b /target/x86_64 | |
parent | ebad1f5ce74dfa9dead8d84c4d91051c68dc4e33 (diff) |
make bulk fixes. fix toolchain building for sparc64/ppc
Diffstat (limited to 'target/x86_64')
-rw-r--r-- | target/x86_64/files/etc/network/interfaces | 5 | ||||
-rw-r--r-- | target/x86_64/files/etc/tmpfs | 1 | ||||
-rw-r--r-- | target/x86_64/sys-available/qemu-x86_64 (renamed from target/x86_64/sys-available/qemu) | 2 | ||||
-rw-r--r-- | target/x86_64/sys-available/toolchain-x86_64 (renamed from target/x86_64/sys-available/toolchain) | 2 |
4 files changed, 2 insertions, 8 deletions
diff --git a/target/x86_64/files/etc/network/interfaces b/target/x86_64/files/etc/network/interfaces deleted file mode 100644 index 104c1a1b6..000000000 --- a/target/x86_64/files/etc/network/interfaces +++ /dev/null @@ -1,5 +0,0 @@ -auto lo -iface lo inet loopback - -auto eth0 -iface eth0 inet dhcp diff --git a/target/x86_64/files/etc/tmpfs b/target/x86_64/files/etc/tmpfs deleted file mode 100644 index 08558e471..000000000 --- a/target/x86_64/files/etc/tmpfs +++ /dev/null @@ -1 +0,0 @@ -16384 diff --git a/target/x86_64/sys-available/qemu b/target/x86_64/sys-available/qemu-x86_64 index 464f284fa..e7dd37fa8 100644 --- a/target/x86_64/sys-available/qemu +++ b/target/x86_64/sys-available/qemu-x86_64 @@ -1,7 +1,7 @@ config ADK_TARGET_SYSTEM_QEMU_X86_64 bool "Qemu Emulator" select ADK_x86_64 - select ADK_qemu + select ADK_qemu_x86_64 select ADK_HARDWARE_QEMU select ADK_TARGET_WITH_VGA select ADK_TARGET_WITH_INPUT diff --git a/target/x86_64/sys-available/toolchain b/target/x86_64/sys-available/toolchain-x86_64 index 1552e0599..be6a9f5b9 100644 --- a/target/x86_64/sys-available/toolchain +++ b/target/x86_64/sys-available/toolchain-x86_64 @@ -1,7 +1,7 @@ config ADK_TARGET_SYSTEM_TOOLCHAIN_X86_64 bool "Toolchain only" select ADK_x86_64 - select ADK_toolchain + select ADK_toolchain_x86_64 select ADK_TOOLCHAIN_ONLY help Build a x86_64 toolchain. |