From 0002658f47f2e99e25693a80f2e72db460ae4b17 Mon Sep 17 00:00:00 2001 From: NicJA Date: Tue, 2 Sep 2008 23:10:41 +0000 Subject: [PATCH] Fix the newlib paths which are soft-linked to gcc git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@29392 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- tools/crosstools/mmakefile.src | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/crosstools/mmakefile.src b/tools/crosstools/mmakefile.src index d2648ae29b..b0233cdc0b 100644 --- a/tools/crosstools/mmakefile.src +++ b/tools/crosstools/mmakefile.src @@ -52,4 +52,5 @@ host-build-tools-hostarosnewlib : #MM host-build-tools-hostarosnewliblink : - ln -s $(HOSTDIR)/Ports/newlib/newlib-$(HOSTAROSNEWLIBVERSION) $(host-build-tools-hostarosgcc--package-dir)/newlib; + ln -s $(HOSTDIR)/Ports/newlib/newlib-$(HOSTAROSNEWLIBVERSION)/newlib $(host-build-tools-hostarosgcc--package-dir)/newlib; + ln -s $(HOSTDIR)/Ports/newlib/newlib-$(HOSTAROSNEWLIBVERSION)/libgloss $(host-build-tools-hostarosgcc--package-dir)/libgloss; -- 2.11.4.GIT