Fix format in cmake compile flags

fix/double
Rui Huang 2019-03-15 11:42:55 +08:00 committed by GitHub
parent 729878522f
commit 068cd90425
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ add_compile_flags(LD
# C Flags Settings
add_compile_flags(BOTH
-mcmodel=medany
-mabi=lp64f
-march=rv64imafc
-mabi=lp64f
-march=rv64imafc
-fno-common
-ffunction-sections
-fdata-sections