From: Uwe Bonnes <[email protected]> Subject: CMake Toolfile to build 32-bit on 64 bit SUSE system. May work on other similar systems X-Mailer: VM 7.19 under Emacs 21.3.1 FCC: ~/Mail/outbox --text follows this line--
--- Toolchain-SUSE32.cmake | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) create mode 100644 Toolchain-SUSE32.cmake diff --git a/Toolchain-SUSE32.cmake b/Toolchain-SUSE32.cmake new file mode 100644 index 0000000..3c80dd8 --- /dev/null +++ b/Toolchain-SUSE32.cmake @@ -0,0 +1,4 @@ +set(CMAKE_SYSTEM_NAME Linux) +set(CMAKE_C_COMPILER gcc -m32) +set(CMAKE_CXX_COMPILER g++ -m32) +set(CMAKE_FIND_ROOT_PATH /usr/lib) -- 1.6.0.2 -- Uwe Bonnes [email protected] Institut fuer Kernphysik Schlossgartenstrasse 9 64289 Darmstadt --------- Tel. 06151 162516 -------- Fax. 06151 164321 ---------- -- libftdi - see http://www.intra2net.com/en/developer/libftdi for details. To unsubscribe send a mail to [email protected]
