Commit 1f97703c authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] Allow CROSS32_COMPILE to be set via environment variable

From: Dave Hansen <haveblue@us.ibm.com>

Allow CROSS32_COMPILE to be set via environment variable
parent d0d0ea0d
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
# CROSS32_COMPILE is setup as a prefix just like CROSS_COMPILE # CROSS32_COMPILE is setup as a prefix just like CROSS_COMPILE
# in the toplevel makefile. # in the toplevel makefile.
CROSS32_COMPILE = CROSS32_COMPILE ?=
#CROSS32_COMPILE = /usr/local/ppc/bin/powerpc-linux- #CROSS32_COMPILE = /usr/local/ppc/bin/powerpc-linux-
BOOTCC := $(CROSS32_COMPILE)gcc BOOTCC := $(CROSS32_COMPILE)gcc
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment