Files
wlan-cloud-lib-poco/build/config/Linux32-clang
zosrothko ba60e328b1 Travis CI (#2050)
* Factorize info into new verbose file. Refactor Makefile, global, cpp11*. Add Linux32-clang

* Display used config with POCO_VERBOSE

* Add cross compilation toward x86 with host amd64

* Refactor config names

* Add lib32gcc runtime

* Add g++-5-multilib

* Use OSARCH=i386 for OSX x86

* Avoid building Crypto since OpenSSL is only x64 on OSX

* Avoid building Crypto since OpenSSL is only x64

* Avoid Data/* on cross compilation to x86

* Add gcc-5-multilib to clang 4.0 x86

* Ignore TimerTest on OSX for now.

* Cleanup

* Add other set of TimerTest.

* New test that fails on OSX
2017-12-18 11:45:07 +01:00

24 lines
417 B
Plaintext

#
# Linux
#
# Make settings for crossbuilding Poco Linux x86 on a Linux x86_64 OS.
#
#
include $(POCO_BASE)/build/config/Linux-clang
#
# Crossbuild Settings
#
POCO_TARGET_OSNAME = Linux
POCO_TARGET_OSARCH = x86
#
# Compiler and Linker Flags
#
CFLAGS64 += --target=i386-pc-linux
CXXFLAGS64 += --target=i386-pc-linux
SHLIBFLAGS64 += --target=i386-pc-linux
LINKFLAGS64 += --target=i386-pc-linux