X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fgrub%2FMakefile;h=502035a1c52a017802de9f3037edae1a9034da53;hb=930031c5d10ce5c4e15979ee0547eb2399709bc7;hp=ee527be13f4adc22360e8ed8a0088600932a59ce;hpb=42a49519f011d2531099fc68ce764c82c4dd84c8;p=lede-git%2F.git diff --git a/package/grub/Makefile b/package/grub/Makefile index ee527be13f..502035a1c5 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_OS),FreeBSD) - ifeq ($(HOST_ARCH),amd64) +ifeq ($(HOST_ARCH),amd64) + ifeq ($(HOST_OS),FreeBSD) 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)