winegcc: Recognize '-arch <arch>' as a compiler and linker option.
authorKen Thomases <ken@codeweavers.com>
Sat, 2 May 2009 03:59:25 +0000 (22:59 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 4 May 2009 10:51:34 +0000 (12:51 +0200)
commit81d1d8e355650d4d7d69efe38423075265a9d07b
tree19ee3bf935893f52806b53fa35cebbbf40c94752
parentad66aa77a42aeaa623eb3986f3e72443028b34e0
winegcc: Recognize '-arch <arch>' as a compiler and linker option.

The dev tools on Mac OS X takes this option to dictate the output architecture.
(Gcc still accepts -m32 and -m64, as well, but "ld" and "as" do not.)
tools/winegcc/winegcc.c