There were only a few places that needed to be changed. I needed to change the order of c++ and cc detection around in configure - it seems that if you do the cross compilation stuff first, it messes up the "regular" case, which is the more important one. In order for the GNU_CC tests to work, you must define CC=gcc and CXX=g++ on the configure command line. If building 64 bit, you must also specify CFLAGS=-m64 and CXXFLAGS=-m64. I also removed the extra arguments for static library building as they were not only not necessary but they were also making the build abort. git-svn-id: svn://10.0.0.236/trunk@187741 18797224-902f-48f8-a5cc-f745e15eee43
Description
No description provided
Languages
C++
31%
C
21.9%
HTML
13.3%
JavaScript
12.9%
Java
5.1%
Other
15.5%