From: Alexandros C. Couloumbis Date: Fri, 1 Oct 2010 16:43:46 +0000 (+0000) Subject: package/grub: revert accidental/unessesery grub commit X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b7e25b807bc3e4b32d9455a00ac6310904796526;p=librecmc%2Flibrecmc.git 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)