9
0
Fork 0

remove readlink handling for cross_arch and cross_compile

This commit is contained in:
Sascha Hauer 2007-09-21 14:35:16 +02:00
parent decff6927b
commit e4b41eb624
1 changed files with 0 additions and 4 deletions

View File

@ -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)