From b7e25b807bc3e4b32d9455a00ac6310904796526 Mon Sep 17 00:00:00 2001 From: "Alexandros C. Couloumbis" Date: Fri, 1 Oct 2010 16:43:46 +0000 Subject: [PATCH 1/1] package/grub: revert accidental/unessesery grub commit SVN-Revision: 23170 --- package/grub/Makefile | 4 ++-- 1 file 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) -- 2.30.2