mrwill84 / mongoose

Automatically exported from code.google.com/p/mongoose
MIT License
0 stars 0 forks source link

Mongoose Compiler Problem #365

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Done, submitted ff0c2d3

Original comment by valenok on 22 Sep 2012 at 11:27