diff options
author | Sven Gothel <[email protected]> | 2013-04-23 23:18:40 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-04-23 23:18:40 +0200 |
commit | 025795f5011b374e5d6a5ab254e9d5a594d83595 (patch) | |
tree | d8f7c30b19d1fea4c45808a215615bcb57d78dd9 /make/lib/gluegen-cpptasks-linux-armv6hf.xml | |
parent | 9267c581b199060ded0ddfa0258ff6bff4ba2163 (diff) |
make/lib/gluegen-cpptasks-linux-armv6[hf].xml: Set property 'useGCCARMTargetArchAndFloatOptions' indicating ARM arch & float gcc options are desired.
Diffstat (limited to 'make/lib/gluegen-cpptasks-linux-armv6hf.xml')
-rw-r--r-- | make/lib/gluegen-cpptasks-linux-armv6hf.xml | 2 |
1 files changed, 2 insertions, 0 deletions
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" /> |