• S
    x86: do not use $(ARCH) when not needed · d746d647
    Sam Ravnborg 提交于
    For x86 ARCH may say i386 or x86_64 and soon x86.
    Rely on CONFIG_X64_32 to select between 32/64 or just
    hardcode the value as appropriate.
    Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
    Cc: Thomas Gleixner <tglx@linutronix.de>
    Cc: Ingo Molnar <mingo@redhat.com>
    Cc: "H. Peter Anvin" <hpa@zytor.com>
    d746d647
Makefile 52.1 KB