From: John Hodge Date: Tue, 5 Mar 2013 07:46:15 +0000 (+0800) Subject: Merge branch 'master' of git://localhost/acess2 X-Git-Tag: rel0.15~537 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=d974878ee8bdb568b6c13219495dcfba35e57eaf;hp=f60dc76a5455619ea2fabdd94a584cf045b48bca;p=tpg%2Facess2.git Merge branch 'master' of git://localhost/acess2 --- diff --git a/Externals/cross-compiler/Makefile b/Externals/cross-compiler/Makefile index 4fcde2e8..52397094 100644 --- a/Externals/cross-compiler/Makefile +++ b/Externals/cross-compiler/Makefile @@ -21,7 +21,7 @@ PARLEVEL ?= 1 TARGET=$(BFDARCH)-pc-acess2 PREFIX=$(shell pwd)/cross -SYSROOT=$(shell pwd)/sysroot +SYSROOT=$(shell pwd)/sysroot-$(ARCH) .PHONY: all clean binutils gcc include @@ -31,6 +31,7 @@ include: mkdir -p $(PREFIX) mkdir -p $(SYSROOT)/usr -ln -s $(ACESSDIR)/Usermode/include $(SYSROOT)/usr/include + -ln -s $(ACESSDIR)/Usermode/Output/$(ARCH)/Libs $(SYSROOT)/usr/lib gcc: $(GCC_DIR) $(PREFIX)/bin/$(TARGET)-gcc