aboutsummaryrefslogtreecommitdiffstats
path: root/package/grub/Makefile
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2010-10-01 16:43:46 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2010-10-01 16:43:46 +0000
commitb7e25b807bc3e4b32d9455a00ac6310904796526 (patch)
treefef1c7a1753753c93727063a4bf4267844700666 /package/grub/Makefile
parent930031c5d10ce5c4e15979ee0547eb2399709bc7 (diff)
downloadupstream-b7e25b807bc3e4b32d9455a00ac6310904796526.tar.gz
upstream-b7e25b807bc3e4b32d9455a00ac6310904796526.tar.bz2
upstream-b7e25b807bc3e4b32d9455a00ac6310904796526.zip
package/grub: revert accidental/unessesery grub commit
SVN-Revision: 23170
Diffstat (limited to 'package/grub/Makefile')
-rw-r--r--package/grub/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/grub/Makefile b/package/grub/Makefile
index 502035a1c5..ee527be13f 100644
--- a/package/grub/Makefile
+++ b/package/grub/Makefile
@@ -49,8 +49,8 @@ ifeq ($(HOST_OS),Darwin)
HOST_CFLAGS += $(call host-cc-option,-fnested-functions)
endif
-ifeq ($(HOST_ARCH),amd64)
- ifeq ($(HOST_OS),FreeBSD)
+ifeq ($(HOST_OS),FreeBSD)
+ ifeq ($(HOST_ARCH),amd64)
HOST_CFLAGS += $(call host-cc-option,-m32)
HOST_CFLAGS += $(call host-cc-option,-B/usr/lib32)
HOST_CFLAGS += $(call host-cc-option,-L/usr/lib32)