aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-04-23 23:18:40 +0200
committerSven Gothel <[email protected]>2013-04-23 23:18:40 +0200
commit025795f5011b374e5d6a5ab254e9d5a594d83595 (patch)
treed8f7c30b19d1fea4c45808a215615bcb57d78dd9
parent9267c581b199060ded0ddfa0258ff6bff4ba2163 (diff)
make/lib/gluegen-cpptasks-linux-armv6[hf].xml: Set property 'useGCCARMTargetArchAndFloatOptions' indicating ARM arch & float gcc options are desired.
-rw-r--r--make/lib/gluegen-cpptasks-linux-armv6.xml2
-rw-r--r--make/lib/gluegen-cpptasks-linux-armv6hf.xml2
2 files changed, 4 insertions, 0 deletions
diff --git a/make/lib/gluegen-cpptasks-linux-armv6.xml b/make/lib/gluegen-cpptasks-linux-armv6.xml
index a1b7eaa..2262006 100644
--- a/make/lib/gluegen-cpptasks-linux-armv6.xml
+++ b/make/lib/gluegen-cpptasks-linux-armv6.xml
@@ -15,6 +15,8 @@
<project name="GlueGen-cpptasks-linux-armv6" basedir="." >
+<property name="useGCCARMTargetArchAndFloatOptions" value="true" />
+
<!-- Set OS and ARCH for crosscompilation compiler configuration -->
<target name="gluegen.cpptasks.detect.os.custom">
<property name="gluegen.cpptasks.detected.os" value="true" />
diff --git a/make/lib/gluegen-cpptasks-linux-armv6hf.xml b/make/lib/gluegen-cpptasks-linux-armv6hf.xml
index 364d26a..2cd4254 100644
--- a/make/lib/gluegen-cpptasks-linux-armv6hf.xml
+++ b/make/lib/gluegen-cpptasks-linux-armv6hf.xml
@@ -15,6 +15,8 @@
<project name="GlueGen-cpptasks-linux-armv6hf" basedir="." >
+<property name="useGCCARMTargetArchAndFloatOptions" value="true" />
+
<!-- Set OS and ARCH for crosscompilation compiler configuration -->
<target name="gluegen.cpptasks.detect.os.custom">
<property name="gluegen.cpptasks.detected.os" value="true" />