Skip to content
Snippets Groups Projects
Commit ba282bd3 authored by Mark Charlebois's avatar Mark Charlebois Committed by Julian Oes
Browse files

Require HEXAGON_ARM_SYSROOT for arm-linux-gnueabihf


The Toolchain-arm-linux-gnueabihf.cmake is currently used for
the SnapdragonFlight Apps processor.

The sysroot is required for cross building for Ubuntu 14.04 armhf.

Signed-off-by: default avatarMark Charlebois <charlebm@gmail.com>
parent 50d0771d
No related branches found
No related tags found
No related merge requests found
......@@ -75,11 +75,7 @@ foreach(tool echo patch grep rm mkdir nm genromfs cp touch make unzip)
endif()
endforeach()
<<<<<<< ce0aecb062077c0c99423a12eea9ccb36adbd065
set(C_FLAGS "--sysroot=${HEXAGON_ARM_SYSROOT}")
=======
set(C_FLAGS "--sysroot=${HEXAGON_SDK_ROOT}/sysroot")
>>>>>>> Rebase changes on upstream master
set(LINKER_FLAGS "-Wl,-gc-sections")
set(CMAKE_EXE_LINKER_FLAGS ${LINKER_FLAGS})
set(CMAKE_C_FLAGS ${C_FLAGS})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment