Skip to content

Commit

Permalink
Added .elf extension to build targets
Browse files Browse the repository at this point in the history
This is required for Dolphin to recognize and run them.
  • Loading branch information
kayru committed Oct 29, 2014
1 parent 07308a1 commit 0cf30c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ set(MACHDEP "-DGEKKO -mrvl -mcpu=750 -meabi -mhard-float")

set(CMAKE_C_FLAGS "${CMAKE_CXX_FLAGS} ${MACHDEP}")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${MACHDEP}")
set(CMAKE_EXECUTABLE_SUFFIX ".elf")

add_custom_target(run)

Expand Down

0 comments on commit 0cf30c9

Please sign in to comment.