diff options
author | Guo Ren <ren_guo@c-sky.com> | 2017-12-26 19:03:18 +0800 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-12-26 12:13:34 +0100 |
commit | 88ee90d7060f7be2f20fdb79d4fa177fb8601b9d (patch) | |
tree | a21abf0678b694d16f92b6d7e207e51c01887865 /scripts | |
parent | 0cb8ada4f1a8a4a0f69fbcab2497cebb8121683a (diff) |
csky: bugfix csky compile error for abiv1 & abiv2.
This bugfix is depend on uclibc-ng patch:
csky: remove -mcpu and -mhard-float from config
Signed-off-by: Guo Ren <ren_guo@c-sky.com>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/config.sub | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/config.sub b/scripts/config.sub index 63331236c..6c22a0f56 100755 --- a/scripts/config.sub +++ b/scripts/config.sub @@ -258,6 +258,7 @@ case $basic_machine in | be32 | be64 \ | bfin \ | c4x | c8051 | clipper \ + | csky \ | d10v | d30v | dlx | dsp16xx \ | e2k | epiphany \ | fido | fr30 | frv | ft32 \ @@ -381,6 +382,7 @@ case $basic_machine in | bfin-* | bs2000-* \ | c[123]* | c30-* | [cjt]90-* | c4x-* \ | c8051-* | clipper-* | craynv-* | cydra-* \ + | csky-* \ | d10v-* | d30v-* | dlx-* \ | e2k-* | elxsi-* \ | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ |