adding flags, LDFLAGS need architecture as well
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76843 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
bb976fe04e
commit
a83ae40967
@ -13,8 +13,8 @@
|
||||
|
||||
<xi:include href="include/csleobuild.xml"/>
|
||||
|
||||
<xsl:variable name="CLANGOPTIONS" select="'"-Qunused-arguments -Wno-parentheses-equality"'"/>
|
||||
<xsl:variable name="CLANGOPTIONS32" select="'"-Qunused-arguments -Wno-parentheses-equality -arch i386"'"/>
|
||||
<xsl:variable name="CLANGOPTIONS" select="'"-Qunused-arguments -Wno-parentheses-equality -Wno-self-assign -Wno-unused-function -Wno-deprecated-declarations"'"/>
|
||||
<xsl:variable name="CLANGOPTIONS32" select="'"-Qunused-arguments -Wno-parentheses-equality -Wno-self-assign -Wnounused-function -Wno-deprecated-declarations -arch i386"'"/>
|
||||
<xsl:variable name="SDK106" select="'--with-macosx-version-min=10.5 --with-macosx-sdk=/Developer/SDKs/MacOSX10.6.sdk'"/>
|
||||
|
||||
<build>
|
||||
@ -37,7 +37,7 @@
|
||||
|
||||
<steps>
|
||||
<checkout branch="{$STABLE_BRANCH}"/>
|
||||
<configure options="CXXFLAGS={$CLANGOPTIONS32} CFLAGS={$CLANGOPTIONS32} OBJCXXFLAGS={$CLANGOPTIONS32}"/>
|
||||
<configure options="CXXFLAGS={$CLANGOPTIONS32} CFLAGS={$CLANGOPTIONS32} OBJCXXFLAGS={$CLANGOPTIONS32} LDFLAGS="-arch i386""/>
|
||||
<compile-all/>
|
||||
<run-tests/>
|
||||
</steps>
|
||||
@ -50,7 +50,7 @@
|
||||
|
||||
<steps>
|
||||
<checkout branch="{$STABLE_BRANCH}"/>
|
||||
<configure options="CXXFLAGS={$CLANGOPTIONS32} CFLAGS={$CLANGOPTIONS32} OBJCXXFLAGS={$CLANGOPTIONS32}"/>
|
||||
<configure options="CXXFLAGS={$CLANGOPTIONS32} CFLAGS={$CLANGOPTIONS32} OBJCXXFLAGS={$CLANGOPTIONS32} LDFLAGS="-arch i386""/>
|
||||
<compile-all/>
|
||||
<run-tests/>
|
||||
</steps>
|
||||
|
Loading…
Reference in New Issue
Block a user