View | Details | Raw Unified
Collapse All | Expand All

(-) Makefile (-2 / +2 lines)
 Lines 132-139    Link Here 
# produce separate executables for ppc and ppc64, s390 and s390x,
# produce separate executables for ppc and ppc64, s390 and s390x,
# i386 and x86-64, mips and mips64, sparc and sparc64, and so on.
# i386 and x86-64, mips and mips64, sparc and sparc64, and so on.
# Failure to do so will cause data corruption.
# Failure to do so will cause data corruption.
m64 := $(call check_gcc,-m64,)
#m64 := $(call check_gcc,-m64,)
ALL_CFLAGS += $(m64)
#ALL_CFLAGS += $(m64)
endif
endif
endif
endif