Linux PARISC architecture development
 help / color / mirror / Atom feed
* [PATCH] parisc: define SRCARCH=parisc for parisc64 builds
@ 2009-02-01 23:24 Helge Deller
  2009-03-13  4:55 ` Kyle McMartin
  0 siblings, 1 reply; 10+ messages in thread
From: Helge Deller @ 2009-02-01 23:24 UTC (permalink / raw)
  To: Kyle McMartin, linux-parisc

The parisc64 target (HP PARISC, 64bit kernel) is similar to the sparc64 or 
m68knommu targets, as it shares all sources for 32- and 64-bit in one single
source path which is arch/parisc/.
This patch now allows one to use ARCH=parisc64 and just directly build the
64bit kernel without creating symlinks in arch/ and include/asm-* manually
the same way as it's done for sparc64 and m68knommu.

Signed-off-by: Helge Deller <deller@gmx.de>

diff --git a/Makefile b/Makefile
index cf9e20d..3582985 100644
--- a/Makefile
+++ b/Makefile
@@ -210,6 +210,11 @@ ifeq ($(ARCH),sparc64)
        SRCARCH := sparc
 endif
 
+# Additional ARCH settings for parisc
+ifeq ($(ARCH),parisc64)
+       SRCARCH := parisc
+endif
+
 # Where to locate arch specific headers
 hdr-arch  := $(SRCARCH)
 

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2009-03-15 10:08 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-01 23:24 [PATCH] parisc: define SRCARCH=parisc for parisc64 builds Helge Deller
2009-03-13  4:55 ` Kyle McMartin
2009-03-14 20:47   ` Helge Deller
2009-03-14 20:49     ` Kyle McMartin
2009-03-14 20:56       ` Helge Deller
2009-03-14 21:06         ` Kyle McMartin
2009-03-14 21:25           ` Helge Deller
2009-03-14 21:27             ` Kyle McMartin
2009-03-14 21:27             ` Kyle McMartin
2009-03-15 10:08               ` Helge Deller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox