aboutsummaryrefslogtreecommitdiffstats
path: root/package/grub
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
commitc00e442f454a4ef2cd4ae6cda70b683aa8569f4f (patch)
treeaf3da1373da677fb20f2293924e2bc19fa881255 /package/grub
parent5dab71a4026a43ee90f05111d5c49734e3d16015 (diff)
downloadupstream-c00e442f454a4ef2cd4ae6cda70b683aa8569f4f.tar.gz
upstream-c00e442f454a4ef2cd4ae6cda70b683aa8569f4f.tar.bz2
upstream-c00e442f454a4ef2cd4ae6cda70b683aa8569f4f.zip
package/grub: revert accidental/unessesery grub commit
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23170 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/grub')
-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)