Skip to content

Commit

Permalink
Merge pull request #218 from HansRobo/master
Browse files Browse the repository at this point in the history
fix #217
  • Loading branch information
andysworkshop authored Apr 14, 2019
2 parents 0684e93 + d6a0b8f commit 2eb1254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/stm32plus-config-specific.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set(CMAKE_SHARED_LINKER_FLAGS "%(LINKFLAGS)s" CACHE INTERNAL "shared linker flag
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,-wrap,__aeabi_unwind_cpp_pr0 -Wl,-wrap,__aeabi_unwind_cpp_pr1 -Wl,-wrap,__aeabi_unwind_cpp_pr2 -Wl,-wrap,atexit")

set(CMAKE_C_COMPILER %(CC)s)
set(CMAKE_CXX_COMPILER (%(CXX)s)
set(CMAKE_CXX_COMPILER %(CXX)s)
set(CMAKE_ASM_COMPILER %(CC)s)
set(CMAKE_OBJCOPY arm-none-eabi-objcopy CACHE INTERNAL "objcopy tool")
set(CMAKE_OBJDUMP arm-none-eabi-objdump CACHE INTERNAL "objdump tool")
Expand Down

0 comments on commit 2eb1254

Please sign in to comment.