]> git.proxmox.com Git - grub2.git/commit - configure.ac
2009-06-04 Vladimir Serbinenko <phcoder@gmail.com>
authorphcoder <phcoder@localhost>
Thu, 4 Jun 2009 19:53:52 +0000 (19:53 +0000)
committerphcoder <phcoder@localhost>
Thu, 4 Jun 2009 19:53:52 +0000 (19:53 +0000)
commit2b167a721805856e1d5f9c019b9a83e6cebd5654
tree78b785995c5f18c556d3b3a0be0d77c902766d2d
parentfb14123e015f80cc03e0b01783457cf713063dc3
2009-06-04  Vladimir Serbinenko  <phcoder@gmail.com>

Check if compiler is apple cc

* Makefile.in (ASFLAGS): new variable
(TARGET_ASFLAGS): likewise
(TARGET_MODULE_FORMAT): likewise
(TARGET_APPLE_CC): likewise
(OBJCONV): likewise
(TARGET_IMG_CFLAGS): likewise
(TARGET_CPPFLAGS): add includedir
* configure.ac: call grub_apple_cc and grub_apple_target_cc
(TARGET_IMG_LDFLAGS): Add -Wl,-Ttext,. All users updated
Check for linker script only if compiler isn't Apple's CC
(TARGET_MODULE_FORMAT): set
(TARGET_APPLE_CC): likewise
(TARGET_ASFLAGS): likewise
(ASFLAGS): likewise
Check for objcopy only if compiler isn't Apple's CC
Check for BSS symbol only if compiler isn't Apple's CC
* genmk.rb: adapt nm options if we use Apple's utils
* aclocal.m4 (grub_apple_cc): new test
(grub_apple_target_cc): likewise
ChangeLog
Makefile.in
aclocal.m4
conf/i386-pc.rmk
configure.ac
genmk.rb