Skip to content

Commit

Permalink
fix mipsel toolchain settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Lopatin committed Jan 23, 2010
1 parent fb5a4be commit f802eb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/toolchain-mipsel-ip-linux-gnueabi.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ SET(CMAKE_SYSTEM_NAME Linux)
SET(CMAKE_SYSTEM_VERSION 1)

# specify the cross compiler
SET(CMAKE_C_COMPILER /usr/bin/mipsel-ip-linux-gnueabi-gcc)
SET(CMAKE_CXX_COMPILER /usr/bin/mipsel-ip-linux-gnueabi-g++)
SET(CMAKE_C_COMPILER /usr/bin/mipsel-ip-linux-gnu-gcc)
SET(CMAKE_CXX_COMPILER /usr/bin/mipsel-ip-linux-gnu-g++)

# where is the target environment
SET(CMAKE_FIND_ROOT_PATH /usr/mipsel-ip-linux-gnueabi)
SET(CMAKE_FIND_ROOT_PATH /usr/mipsel-ip-linux-gnu)

# search for programs in the build host directories
SET(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
Expand Down

0 comments on commit f802eb2

Please sign in to comment.