diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-22 23:16:58 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-22 23:16:58 -0600 |
commit | b1619be7fae74c157476f62ea509aed028abe5f6 (patch) | |
tree | c2c39fdc442f0abc60e75cffd1fc3b417ec68368 /target/alpha/systems/qemu-alpha | |
parent | 476a87c63fe284faf4ea0a76f7b540845c5f6a52 (diff) |
rework CFLAGS and default gcc --with-cpu usage
For better maintenance, rework hardware model specific
CFLAGS. Work in progress, needs moe testing.
Diffstat (limited to 'target/alpha/systems/qemu-alpha')
-rw-r--r-- | target/alpha/systems/qemu-alpha | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/alpha/systems/qemu-alpha b/target/alpha/systems/qemu-alpha index 8a344b895..0b9751beb 100644 --- a/target/alpha/systems/qemu-alpha +++ b/target/alpha/systems/qemu-alpha @@ -4,7 +4,7 @@ config ADK_TARGET_SYSTEM_QEMU_ALPHA select ADK_qemu_alpha select ADK_TARGET_QEMU select ADK_LINUX_64 - select ADK_LINUX_ALPHA + select ADK_CPU_ALPHA help Support for Qemu Emulator ALPHA architecture. |