Skip to content
Commit d6005ed1 authored by Christopher Covington's avatar Christopher Covington Committed by Pavel Emelyanov
Browse files

Use SRCARCH internally



ARCH is a user-facing variable and setting it on the command line
clobbers any manipulation attempted in the makefile. Following
the example of the Linux kernel makefiles, use a SRCARCH variable
instead for the internal, potentially fixed-up, architecture name.
This fixes the following error.

make ARCH=x86_64
Makefile:69: *** "The architecture x86_64 isn't supported".  Stop.

Signed-off-by: default avatarPavel Emelyanov <xemul@parallels.com>
parent 89bb170a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment