Skip to content

Commit

Permalink
Fix GNU Classpath build for machines with older GCC versions
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-brangs committed Mar 23, 2020
1 parent 53e4ba1 commit b123ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/components/classpath.xml
Expand Up @@ -250,7 +250,7 @@
64 bit system the libraries are created appropriately -->
<env key="CXX" value="${c++.exe} ${c++.args}"/>
<env key="CC" value="${c.exe} ${c.args}"/>
<env key="CFLAGS" value="${cp.cflags} -Wno-implicit-fallthrough -Wno-deprecated-declarations -Wno-error=cast-function-type"/>
<env key="CFLAGS" value="${cp.cflags} -Wno-implicit-fallthrough -Wno-deprecated-declarations -Wno-cast-function-type"/>
<arg value="--enable-jni"/>
<arg value="--disable-plugin"/>
<arg value="--disable-gconf-peer"/>
Expand Down

0 comments on commit b123ba1

Please sign in to comment.