X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=extra%2Fsh-elf-linux.cmake;fp=extra%2Fsh-elf-linux.cmake;h=713d33cf3b3612b830497d1fc9436a6945448c33;hp=3fdf98c5fe3018499b1550fdfb6c3c4cdc198508;hb=8bbbb4dcc171ff8e74e4f7e310e50491e90597b7;hpb=2f3ccb41237fba9e8dd7543d3b11c0746a5d8313 diff --git a/extra/sh-elf-linux.cmake b/extra/sh-elf-linux.cmake index 3fdf98c..713d33c 100644 --- a/extra/sh-elf-linux.cmake +++ b/extra/sh-elf-linux.cmake @@ -6,7 +6,7 @@ set_property(DIRECTORY PROPERTY TARGET_SUPPORTS_SHARED_LIBS FALSE) set(CMAKE_FIND_ROOT_PATH ${CMAKE_SOURCE_DIR}/toolchain/inst/) set(CMAKE_C_FLAGS "-m2 -ml -Os -ffreestanding -nostartfiles") -set(CMAKE_C_LINK_FLAGS "-Wl,-static,-EL,-x,--gc-sections") +set(CMAKE_C_LINK_FLAGS "-Wl,-static,-EL,-x,--gc-sections,--no-warn-rwx-segments") set(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "") set(OBJCOPY ${CMAKE_SOURCE_DIR}/toolchain/inst/bin/sh-elf-objcopy)