summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-09-21 14:35:16 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-09-21 14:35:16 +0200
commite4b41eb624edb6ab9a2ab93c76cfb85217bb9c8c (patch)
treea6da82e0de98229f21f7123bdbf214a9b16fc90f /Makefile
parentdecff6927b41943ba9d29a71c53004f29b0edc25 (diff)
downloadbarebox-e4b41eb624edb6ab9a2ab93c76cfb85217bb9c8c.tar.gz
barebox-e4b41eb624edb6ab9a2ab93c76cfb85217bb9c8c.tar.xz
remove readlink handling for cross_arch and cross_compile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 0a113659ca..1cb9cf9b3c 100644
--- a/Makefile
+++ b/Makefile
@@ -162,10 +162,6 @@ export srctree objtree VPATH
# make CROSS_COMPILE=ia64-linux-
# Alternatively CROSS_COMPILE can be set in the environment.
# Default value for CROSS_COMPILE is not to prefix executables
-# Note: Some architectures assign CROSS_COMPILE in their arch/*/Makefile
-
-ARCH ?= $(shell readlink cross_arch)
-CROSS_COMPILE ?= $(shell readlink cross_compile)
# Architecture as present in compile.h
UTS_MACHINE := $(ARCH)