On Tue, 13 Feb 2007 10:18:08 +0100, Franck Bui-Huu <vagabon.xyz@xxxxxxxxx> wrote: > + ifeq ("$(BUILD_ELF32)", "y") > + cflags-y += -msym32 ifeq ($(BUILD_ELF32),y) is enough, isn't it? --- Atsushi Nemoto
On Tue, 13 Feb 2007 10:18:08 +0100, Franck Bui-Huu <vagabon.xyz@xxxxxxxxx> wrote: > + ifeq ("$(BUILD_ELF32)", "y") > + cflags-y += -msym32 ifeq ($(BUILD_ELF32),y) is enough, isn't it? --- Atsushi Nemoto