summaryrefslogtreecommitdiffstats
path: root/rules/grub.make
diff options
context:
space:
mode:
authorErwin Rol <erwin@erwinrol.com>2006-04-10 10:20:25 +0000
committerErwin Rol <erwin@erwinrol.com>2006-04-10 10:20:25 +0000
commit83c091f40693d56451e514f4ba7a10ba6db7df94 (patch)
tree1074cea7a2096804552be165cf33c2dbace0800c /rules/grub.make
parent9a0067a554e14a2b1f445f6e40fd1a7df674f04d (diff)
downloadptxdist-83c091f40693d56451e514f4ba7a10ba6db7df94.tar.gz
ptxdist-83c091f40693d56451e514f4ba7a10ba6db7df94.tar.xz
CFLAGS need to be cleared else grub doesn't compile
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5383 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/grub.make')
-rw-r--r--rules/grub.make3
1 files changed, 1 insertions, 2 deletions
diff --git a/rules/grub.make b/rules/grub.make
index 049d84fa2..3f934fb06 100644
--- a/rules/grub.make
+++ b/rules/grub.make
@@ -63,8 +63,7 @@ GRUB_PATH := PATH=$(CROSS_PATH)
# non-standard CFLAGS. We can unset them here as grub is compiled
# standalone anyway (without Linux/glibc includes)
-GRUB_ENV := $(CROSS_ENV)
-#CFLAGS=''
+GRUB_ENV := $(CROSS_ENV) CFLAGS=''
GRUB_AUTOCONF := $(CROSS_AUTOCONF_USR)
GRUB_AUTOCONF += --target=$(PTXCONF_GNU_TARGET)