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 /Rules.mak | |
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 'Rules.mak')
-rw-r--r-- | Rules.mak | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -458,12 +458,6 @@ ifeq ($(TARGET_ARCH),csky) # So we couldn't strip them for objdump. STRIP_FLAGS += -K "$$"t -K "$$"d - CPU_CFLAGS-$(CK610) += -mcpu=ck610f - CPU_CFLAGS-$(CK810) += -mcpu=ck810f - CPU_CFLAGS-$(CK807) += -mcpu=ck807f - - CPU_CFLAGS-$(UCLIBC_HAS_FPU) += -mhard-float - CPU_CFLAGS-$(ARCH_LITTLE_ENDIAN) += -mlittle-endian CPU_CFLAGS-$(ARCH_BIG_ENDIAN) += -mbig-endian endif |