also update make settings on GiteaPC

Follow-up to 39ede78797.
This commit is contained in:
Lephenixnoir 2021-05-25 21:44:38 +02:00
parent e67d553764
commit 63c74a4b92
No known key found for this signature in database
GPG key ID: 1BBA026E13FC0495

View file

@ -8,10 +8,10 @@ configure:
@ true @ true
build: 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: 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: uninstall:
@ echo "uninstall not supported for OpenLibm, skipping" @ echo "uninstall not supported for OpenLibm, skipping"