From 63c74a4b92bd108850d433785cfcf1fdc0e4bdf6 Mon Sep 17 00:00:00 2001 From: Lephenixnoir Date: Tue, 25 May 2021 21:44:38 +0200 Subject: [PATCH] also update make settings on GiteaPC Follow-up to 39ede787975086b2f26d536aacf0630c50bd06c5. --- giteapc.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/giteapc.make b/giteapc.make index 5539c9e..7340e5e 100644 --- a/giteapc.make +++ b/giteapc.make @@ -8,10 +8,10 @@ configure: @ true build: - @ make USEGCC=1 TOOLPREFIX=sh-elf- libdir="$(PREFIX)" includedir="$(PREFIX)/include" + @ make USEGCC=1 TOOLPREFIX=sh-elf- CC=sh-elf-gcc AR=sh-elf-ar libdir="$(PREFIX)" includedir="$(PREFIX)/include" install: - @ make USEGCC=1 TOOLPREFIX=sh-elf- libdir="$(PREFIX)" includedir="$(PREFIX)/include" install-static install-headers + @ make USEGCC=1 TOOLPREFIX=sh-elf- CC=sh-elf-gcc AR=sh-elf-ar libdir="$(PREFIX)" includedir="$(PREFIX)/include" install-static install-headers uninstall: @ echo "uninstall not supported for OpenLibm, skipping"