mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 04:23:41 +01:00
parent
e67d553764
commit
63c74a4b92
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue