aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2024-01-02 23:15:19 +0100
committerHelge Deller <deller@gmx.de>2024-01-04 18:48:58 +0100
commit52d63d583517a35b10b401e101f537643d88f5b2 (patch)
treefdb9f0c5da5a6350a302d9b24f12883a998c011b /Makefile
parentbeb4c49cfb1c9c31f6cfc698e2baa744cbe0b646 (diff)
downloadseabios-hppa-52d63d583517a35b10b401e101f537643d88f5b2.zip
seabios-hppa-52d63d583517a35b10b401e101f537643d88f5b2.tar.gz
seabios-hppa-52d63d583517a35b10b401e101f537643d88f5b2.tar.bz2
parisc: Prepare for builing a 64-bit firmware
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4b4dbd3..dd7c059 100644
--- a/Makefile
+++ b/Makefile
@@ -107,7 +107,8 @@ parisc: FORCE
ifneq "$(CONFIG_PARISC)" "y"
@echo "ERROR: run 'make config' and select PA-RISC before building the parisc target."
endif
- DIRS="" $(MAKE) -f Makefile.parisc all
+ DIRS="" OUT=out/ BITS=32 BIT_SUFFIX="" CROSS_PREFIX=hppa-linux-gnu- $(MAKE) -f Makefile.parisc all
+ # DIRS="" OUT=out-64/ BITS=64 BIT_SUFFIX="64" CROSS_PREFIX=hppa64-linux-gnu- $(MAKE) -f Makefile.parisc all
# Make definitions
.PHONY : all clean distclean parisc FORCE