* [PATCH] parisc: enhance automatic CONFIG_CROSS_COMPILE detection
@ 2013-01-31 22:04 Helge Deller
0 siblings, 0 replies; only message in thread
From: Helge Deller @ 2013-01-31 22:04 UTC (permalink / raw)
To: linux-parisc, James Bottomley
The current Makefile will only choose the hppa64 cross compiler when
running natively on hppa in a 32bit userspace.
This patch additionally chooses the correct 32/64 bit hppa compiler even
when doing real cross compiling to hppa/hppa64 from another architecture.
Signed-off-by: Helge Deller <deller@gmx.de>
diff --git a/arch/parisc/Makefile b/arch/parisc/Makefile
index 5707f1a..ed9a14c 100644
--- a/arch/parisc/Makefile
+++ b/arch/parisc/Makefile
@@ -32,11 +32,6 @@ ifdef CONFIG_64BIT
UTS_MACHINE := parisc64
CHECKFLAGS += -D__LP64__=1 -m64
WIDTH := 64
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-01-31 22:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-31 22:04 [PATCH] parisc: enhance automatic CONFIG_CROSS_COMPILE detection Helge Deller
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.