From: Alexandros C. Couloumbis Date: Fri, 1 Oct 2010 16:43:46 +0000 (+0000) Subject: package/grub: revert accidental/unessesery grub commit X-Git-Tag: reboot~18822 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fchunkeey.git;a=commitdiff_plain;h=b7e25b807bc3e4b32d9455a00ac6310904796526;hp=930031c5d10ce5c4e15979ee0547eb2399709bc7 package/grub: revert accidental/unessesery grub commit SVN-Revision: 23170 --- 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)