summaryrefslogtreecommitdiffstats
path: root/examples/Makefile
diff options
context:
space:
mode:
authorDaniel Hellstrom <daniel@gaisler.com>2008-03-28 09:47:00 +0100
committerDaniel Hellstrom <daniel@gaisler.com>2008-04-08 07:58:32 +0000
commitc2f02da21a3f37f0878554eebc785e04fdc4e128 (patch)
tree169e423067d8298e0568ff7b13c5419185008b38 /examples/Makefile
parentaeff6d503b6006573d5c6b04fc658a64bebee5fa (diff)
downloadblackbird-obmc-uboot-c2f02da21a3f37f0878554eebc785e04fdc4e128.tar.gz
blackbird-obmc-uboot-c2f02da21a3f37f0878554eebc785e04fdc4e128.zip
SPARC: Added generic support for SPARC architecture.
Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile
index c5d629b68a..66b354daaf 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -69,6 +69,9 @@ ifeq ($(ARCH),sh)
LOAD_ADDR = 0x8C000000
endif
+ifeq ($(ARCH),sparc)
+LOAD_ADDR = 0x00000000 -L $(gcclibdir) -T sparc.lds
+endif
include $(TOPDIR)/config.mk
OpenPOWER on IntegriCloud