[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [GITGRUB] Support new object format for powerpc-ieee1275
From: |
Bean |
Subject: |
Re: [GITGRUB] Support new object format for powerpc-ieee1275 |
Date: |
Sun, 23 Aug 2009 15:49:19 +0800 |
Hi,
Update:
Support ppc mach-o object file, now you can compile grub2
powerpc-ieee1275 in OSX.
As Xcode have included powerpc cross compiler, you don't need to
install extra software, just use the following configure command:
./configure --with-platform=ieee1275 --target=powerpc
TARGET_CC=powerpc-apple-darwin9-gcc-4.0.1
With this patch, new object format support is basically finished, now
you can compile the following targets in Windows, OSX and Linux:
Windows:
all i386 targets, x86_64 targets (needs mingw-w64)
OSX:
all i386, x86_64 and powerpc targets.
Linux:
all i386, x86_64 (needs multilib), and powerpc (need cross compiler) targets
--
Bean
gitgrub home: http://github.com/grub/grub/
my fork page: http://github.com/bean123/grub/