What steps will reproduce the problem?
1. Cross compile for ARM
What is the expected output? What do you see instead?
CC should be modifiable in the Makefile.
What version of the product are you using? On what operating system?
3.1, Linux
Please provide any additional information below.
The Makefile for 3.1 is different from the Makefile for 3.0 in that CC is
hardcoded to a value, in this case g++, meaning that despite defining CC for a
cross compilation environment, Mongoose still compiles with the native x86_64
compiler on my machine. Please remove the hard coding of that value.
Original issue reported on code.google.com by wdocunni...@gmail.com on 14 Jun 2012 at 7:47
Original issue reported on code.google.com by
wdocunni...@gmail.com
on 14 Jun 2012 at 7:47