diff options
author | Guo Ren <ren_guo@c-sky.com> | 2017-12-26 18:56:00 +0800 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2017-12-26 12:12:11 +0100 |
commit | d80c7d39274af17ee30e0ef67816584f28af2146 (patch) | |
tree | 7c969eea13a09390b2662ee2cbd985c651420fdf /extra | |
parent | a2b99c04d8359a8a2098d1217f3c7475547fa0cf (diff) |
csky: remove -mcpu and -mhard-float from config
Pass the -mcpu and -mhard-float from UCLIBC_EXTRA_CFLAGS instead.
Signed-off-by: Guo Ren <ren_guo@c-sky.com>
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.csky | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/extra/Configs/Config.csky b/extra/Configs/Config.csky index 704f7be1b..3173ce91f 100644 --- a/extra/Configs/Config.csky +++ b/extra/Configs/Config.csky @@ -10,16 +10,3 @@ config FORCE_OPTIONS_FOR_ARCH select ARCH_USE_MMU select ARCH_HAS_MMU -choice - prompt "Target Processor Type" - default CK610 - -config CK610 - bool "ck610" -config CK810 - bool "ck810" -config CK807 - bool "ck807" - -endchoice - |