summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorGuo Ren <ren_guo@c-sky.com>2017-12-26 18:56:00 +0800
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2017-12-26 12:12:11 +0100
commitd80c7d39274af17ee30e0ef67816584f28af2146 (patch)
tree7c969eea13a09390b2662ee2cbd985c651420fdf /Rules.mak
parenta2b99c04d8359a8a2098d1217f3c7475547fa0cf (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.mak6
1 files changed, 0 insertions, 6 deletions
diff --git a/Rules.mak b/Rules.mak
index 9a56415c9..418a48037 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -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