diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-09-26 04:38:48 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-09-27 05:50:46 +0200 |
commit | a73da5a99a13b34e18f98c1ad0c327fdad000257 (patch) | |
tree | 13f2c15f2bf73222282cd5285a69dc1471fc66b8 /target/config | |
parent | cdd54e5dbcc88c265a03afcc408c48cca30df03a (diff) |
sample for SUN JavaStation
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.compiler | 4 | ||||
-rw-r--r-- | target/config/Config.in.kernelfmt | 2 | ||||
-rw-r--r-- | target/config/Config.in.kernelversion | 1 |
3 files changed, 3 insertions, 4 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index 3d756aa0d..e44f0fbd6 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -51,8 +51,8 @@ config ADK_TOOLCHAIN_GCC_6 config ADK_TOOLCHAIN_GCC_4_9 bool "4.9.4" - depends on ADK_TARGET_ARCH_LM32 - depends on ADK_TARGET_SYSTEM_KINETIS_K70 + depends on ADK_TARGET_ARCH_LM32 \ + || ADK_TARGET_ARCH_SPARC config ADK_TOOLCHAIN_GCC_CSKY bool "csky" diff --git a/target/config/Config.in.kernelfmt b/target/config/Config.in.kernelfmt index 26c248d67..4176ab53a 100644 --- a/target/config/Config.in.kernelfmt +++ b/target/config/Config.in.kernelfmt @@ -42,7 +42,7 @@ config ADK_TARGET_KERNEL default "Image" if ADK_TARGET_KERNEL_IMAGE default "linux.bin" if ADK_TARGET_KERNEL_LINUXBIN default "vmlinuz" if ADK_TARGET_KERNEL_VMLINUZ - default "vmlinux.aout" if ADK_TARGET_KERNEL_VMLINUX_AOUT + default "image" if ADK_TARGET_KERNEL_VMLINUX_AOUT default "vmlinux.srec" if ADK_TARGET_KERNEL_VMLINUX_SREC default "vmlinux.bin" if ADK_TARGET_KERNEL_VMLINUX_BIN default "xipImage" if ADK_TARGET_KERNEL_XIPIMAGE diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion index 5db092c1f..a4f90b241 100644 --- a/target/config/Config.in.kernelversion +++ b/target/config/Config.in.kernelversion @@ -195,7 +195,6 @@ config ADK_TARGET_KERNEL_VERSION_2_6_32 depends on !ADK_TARGET_ARCH_OR1K depends on !ADK_TARGET_ARCH_RISCV32 depends on !ADK_TARGET_ARCH_RISCV64 - depends on !ADK_TARGET_ARCH_SPARC depends on !ADK_TARGET_BOARD_ATH79 depends on !ADK_TARGET_BOARD_BCM28XX depends on !ADK_TARGET_SYSTEM_BEAGLEBONE_BLACK |