1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 06:05:19 +02:00

package/grub: revert accidental/unessesery grub commit

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23170 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
acoul 2010-10-01 16:43:46 +00:00
parent f55c08db99
commit 8b3361e159

View File

@ -49,8 +49,8 @@ ifeq ($(HOST_OS),Darwin)
HOST_CFLAGS += $(call host-cc-option,-fnested-functions) HOST_CFLAGS += $(call host-cc-option,-fnested-functions)
endif 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,-m32)
HOST_CFLAGS += $(call host-cc-option,-B/usr/lib32) HOST_CFLAGS += $(call host-cc-option,-B/usr/lib32)
HOST_CFLAGS += $(call host-cc-option,-L/usr/lib32) HOST_CFLAGS += $(call host-cc-option,-L/usr/lib32)