Remove ia64 references
Change-Id: I9ae4e32f8f85aa261943acb0c00c7bd0c4d3217a Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
73c4417ac9
commit
67fc206887
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -239,7 +239,7 @@ SUBARCH := $(shell uname -m | sed -e s/i.86/x86/ -e s/x86_64/x86/ \
|
|||
# When performing cross compilation for other architectures ARCH shall be set
|
||||
# to the target architecture. (See arch/* for the possibilities).
|
||||
# ARCH can be set during invocation of make:
|
||||
# make ARCH=ia64
|
||||
# make ARCH=x86
|
||||
# Another way is to have ARCH set in the environment.
|
||||
# The default ARCH is the host where make is executed.
|
||||
|
||||
|
@ -247,7 +247,7 @@ SUBARCH := $(shell uname -m | sed -e s/i.86/x86/ -e s/x86_64/x86/ \
|
|||
# during compilation. Only gcc and related bin-utils executables
|
||||
# are prefixed with $(CROSS_COMPILE).
|
||||
# CROSS_COMPILE can be set on the command line
|
||||
# make CROSS_COMPILE=ia64-linux-
|
||||
# make CROSS_COMPILE=i586-pc-elf
|
||||
# Alternatively CROSS_COMPILE can be set in the environment.
|
||||
# A third alternative is to store a setting in .config so that plain
|
||||
# "make" in the configured kernel build directory always uses that.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue