File tree 1 file changed +5
-3
lines changed 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -185,9 +185,11 @@ set(LLVM_LD "${LLVM_PATH}/bin/llvm-link" CACHE STRING "Command to link LLVM bitc
185
185
#
186
186
option (CROSS_COMPILE "Build llvm-luac as a cross-compiler" OFF )
187
187
set (CROSS_ARCH "arm" CACHE STRING "Cross-compiler target." )
188
- set (CROSS_TRIPLE "arm-apple-darwin9" CACHE STRING "Cross-compiler target triple." )
189
- set (CROSS_CPU "arm1176jzf-s" CACHE STRING "Cross-compiler target cpu name." )
190
- set (CROSS_ISYSTEM "" CACHE STRING "Path to target system includes." )
188
+ set (CROSS_TRIPLE "arm-linux-gnueabi" CACHE STRING "Cross-compiler target triple." )
189
+ set (CROSS_CPU "arm926ej-s" CACHE STRING "Cross-compiler target cpu name." )
190
+ set (CROSS_ISYSTEM
191
+ "/usr/lib/gcc/arm-linux-gnueabi/4.6.3/include:/usr/lib/gcc/arm-linux-gnueabi/4.6.3/include-fixed:/usr/arm-linux-gnueabi/usr/include/"
192
+ CACHE STRING "Path to target system includes." )
191
193
192
194
#
193
195
# LuaCoco options
You can’t perform that action at this time.
0 commit comments