[patch] x86_64-darwin configury support
Eric Christopher
echristo@apple.com
Tue Nov 7 00:05:00 GMT 2006
Here's a patch to add an x86_64-darwin target to gcc. Tested by
bootstrap and cross test. Some caveats:
a) we don't actually compare for bootstrap right now. one comparison
failure in gcc.o. this is an ld64 problem I believe. I'm looking into
it.
b) cross building is hard because x86_64-darwin-as/ld/... aren't
installed on the system. I use a script to get around this.
The easiest way to deal with this is to disable bootstrap and build
host and target x86_64-darwin for now. With that configuration, make
check has no regressions over x86-darwin with the m64 multilib.
OK?
-eric
2006-11-06 Eric Christopher <echristo@apple.com>
* config.gcc: Add x86_64-darwin host support.
* config.host: Ditto.
* config/i386/darwin64.h: New file.
* config/i386/t-darwin64: Ditto.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: x86_64-config.diff
Type: application/octet-stream
Size: 2955 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20061107/6f58bf74/attachment.obj>
More information about the Gcc-patches
mailing list