Skip to content

Commit

Permalink
Merge pull request #546 from cpavlina/newlib-fix
Browse files Browse the repository at this point in the history
Fix build of newlib on aarch64
  • Loading branch information
Connor Davis committed Dec 7, 2017
2 parents 2f9f715 + 2ac925e commit 023bec0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/cmake/depends/newlib.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ if(NOT EXISTS "${BUILD_SYSROOT_VMM}/lib/libc.a" OR NOT EXISTS "${BUILD_SYSROOT_V
list(APPEND NEWLIB_C_FLAGS
"-O3"
"-DNDEBUG"
"-no-integrated-as"
"-fasm"
)
endif()

Expand Down

0 comments on commit 023bec0

Please sign in to comment.