libftdi-git Archives

Subject: A library to talk to FTDI chips branch, master, updated. v0.16-12-gffca16f

From: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Tue, 3 Nov 2009 17:20:33 +0100 (CET)
The branch, master has been updated
       via  ffca16f073d62159369124c136142c1c7cec1193 (commit)
       via  7df9ee1d1f8917009546baea692c93ecc73b3cae (commit)
      from  20a289681dfee99ea773f3596a7bce049d1394b0 (commit)


- Log -----------------------------------------------------------------
commit ffca16f073d62159369124c136142c1c7cec1193
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date:   Tue Nov 3 17:20:27 2009 +0100

    Add Toolchain-Crossbuild32.cmake for "make dist"

commit 7df9ee1d1f8917009546baea692c93ecc73b3cae
Author: Uwe Bonnes <bon@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Date:   Tue Sep 29 18:57:18 2009 +0200

    Allow to crossbuild 32-bit library on 64-bit machine

-----------------------------------------------------------------------

Summary of changes:
 Makefile.am                  |    2 +-
 Toolchain-Crossbuild32.cmake |    4 ++++
 2 files changed, 5 insertions(+), 1 deletions(-)
 create mode 100644 Toolchain-Crossbuild32.cmake

diff --git a/Makefile.am b/Makefile.am
index a6d79e9..c658bba 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,7 +7,7 @@ SUBDIRS = src bindings $(LIBFTDI_MODULES) examples doc
 EXTRA_DIST = libftdi.spec libftdi.spec.in COPYING.LIB COPYING.GPL LICENSE \
              README AUTHORS ChangeLog libftdi-config.in CMakeLists.txt \
              packages COPYING-CMAKE-SCRIPTS FindUSB.cmake README.mingw \
-             Toolchain-mingw32.cmake
+             Toolchain-mingw32.cmake Toolchain-Crossbuild32.cmake
 
 bin_SCRIPTS = libftdi-config
 
diff --git a/Toolchain-Crossbuild32.cmake b/Toolchain-Crossbuild32.cmake
new file mode 100644
index 0000000..3c80dd8
--- /dev/null
+++ b/Toolchain-Crossbuild32.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)


hooks/post-receive
-- 
A library to talk to FTDI chips

--
libftdi-git - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread
  • A library to talk to FTDI chips branch, master, updated. v0.16-12-gffca16f, libftdi-git <=