Skip to content

Commit

Permalink
Merge pull request #672 from Daft-Freak/patch-2
Browse files Browse the repository at this point in the history
Link the firmware against the right stdlibs
  • Loading branch information
Gadgetoid authored May 25, 2021
2 parents ade3f4e + 8284497 commit 3437f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 32blit.toolchain
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ endif()
set(CMAKE_CXX_STANDARD_LIBRARIES_INIT "-nodefaultlibs -lstdc++_nano -lm -Wl,--start-group -lgcc -lc_nano -Wl,--end-group -Wl,--start-group -lgcc -lc_nano -lnosys -Wl,--end-group")

set(PIC_STDLIBS "-L ${STDLIB_PATH}/pic")
set(NONPIC_STDLIBS "-L ${STDLIB_PATH}/no-pic")
set(NOPIC_STDLIBS "-L ${STDLIB_PATH}/no-pic")

add_definitions(-DTARGET_32BLIT_HW)
set(32BLIT_HW 1)
Expand Down

0 comments on commit 3437f5b

Please sign in to comment.