• Christopher Covington's avatar
    Use SRCARCH internally · d6005ed1
    Christopher Covington authored
    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: 's avatarPavel Emelyanov <xemul@parallels.com>
    d6005ed1
Name
Last commit
Last update
..
app-emu Loading commit data...
ext-links Loading commit data...
fault-injection Loading commit data...
libcriu Loading commit data...
mem-snap Loading commit data...
mounts Loading commit data...
rpc Loading commit data...
tcp Loading commit data...
unix-callback Loading commit data...
zdtm Loading commit data...
Makefile Loading commit data...
app-emu.sh Loading commit data...
env.sh Loading commit data...
functions.sh Loading commit data...
maps.py Loading commit data...
post-dump.sh Loading commit data...
zdtm.sh Loading commit data...