Re: proper generic 64bit/crosscompilation ARCH/flags selection

2006-04-06 Thread Goswin von Brederlow
Eduard Bloch <[EMAIL PROTECTED]> writes: > Hello, > > I would like to get more competent comments from concerned kernel > packages on the issue quoted below. There is already a hack for sparc64: I'm not sure this answeres your problem but in recent kernels the kernel adds the -m64 flag for amd64

proper generic 64bit/crosscompilation ARCH/flags selection

2006-04-06 Thread Eduard Bloch
Hello, I would like to get more competent comments from concerned kernel packages on the issue quoted below. There is already a hack for sparc64: ifeq ($(ARCH),) SPARCH=$(shell grep 'CONFIG_SPARC..=y' "$(KSRC)/.config" 2>/dev/null| cut -d= -f1) #maybe a different ARCH on sparc ifeq (CONFIG_SPARC