blueprintmrk / snappy

Automatically exported from code.google.com/p/snappy
Other
0 stars 0 forks source link

Support for cross compilation #48

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently Snappy can be build only for arch of the system where it is being 
built.

When building in 64bits, it should be possible to be able to do a 32bits build.

Original issue reported on code.google.com by tuc...@gmail.com on 29 Jul 2011 at 11:28

GoogleCodeExporter commented 9 years ago
this is an enhancement, not a defect

Original comment by tuc...@gmail.com on 29 Jul 2011 at 11:29

GoogleCodeExporter commented 9 years ago
Making a 32-bit build is easy and does not require any cross-compilation:

CC="gcc -m32" CXX="g++ -m32" ./configure
make

Is there anything more specific you want?

Original comment by se...@google.com on 29 Jul 2011 at 11:43

GoogleCodeExporter commented 9 years ago
My bad, it seems to be working, have to verify what was my issue then.

Original comment by tuc...@gmail.com on 30 Jul 2011 at 12:34

GoogleCodeExporter commented 9 years ago
Given that there's nothing obviously wrong, and no activity for a while, I'm 
closing this bug. Feel free to reopen if you can point to something that 
doesn't work.

Original comment by se...@google.com on 9 Aug 2011 at 11:27