Page 2 of 2

Posted: Mon Apr 02, 2007 11:21 am
by Combuster
Yasm team wrote:If you are building compiler tools for cross-compiling, you can also use the `--target=TYPE' option to select the type of system they will produce code for and the `--build=TYPE' option to select the type of system on which you are compiling the package.

Posted: Mon Apr 02, 2007 11:25 am
by ehird
--target is not in yasm's configure script :S

Posted: Mon Apr 02, 2007 12:28 pm
by Combuster
... because it made no sense if it were 8)

Posted: Tue Apr 03, 2007 5:37 am
by ehird
Ok... nobody knows why the code is causing a segfault? Should I just use nasm?