search for: obj_format_aoutb

Displaying 1 result from an estimated 1 matches for "obj_format_aoutb".

Did you mean: obj_format_aout
2004 Sep 10
2
object format detection
Last night I checked in code to enable changing the object file format passed to nasm. But I don't have many examples to draw from so if anyone could submit patches against configure.in for any of nasm's supported formats I'll put them in. Right now the relevant snippet just looks like: AC_CANONICAL_HOST case "$host" in *) OBJ_FORMAT=elf ;; esac Any patterns for