1 From fba2627bebc7d497f64827a0517316e9b5c64c0a Mon Sep 17 00:00:00 2001
2 From: Sergio Prado <sergio.prado@e-labworks.com>
3 Date: Tue, 26 Jul 2016 13:24:00 -0300
4 Subject: [PATCH 1/2] Add cross-compilation support
6 Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com>
9 1 file changed, 3 insertions(+), 2 deletions(-)
11 diff --git a/configure b/configure
12 index 0d90a4f0acde..a4afea8e1880 100755
15 @@ -502,8 +502,9 @@ if test -n "$_host"; then
19 - echo "Cross-compiling to unknown target, please add your target to configure."
21 + echo "Cross-compiling to $_host target"
22 + DEFINES="$DEFINES -DUNIX"