parent
71866ed769
commit
fa4adc5620
@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = 'fxlibc'
|
||||
version = '1.3.0'
|
||||
type = 'app'
|
||||
|
||||
[build]
|
||||
configure = 'cmake -DFXLIBC_PIC=1 -DFXLIBC_TARGET=vhex-sh -B build-vhex -DCMAKE_TOOLCHAIN_FILE=cmake/toolchain-vhex.cmake'
|
||||
build = 'make -C build-vhex'
|
||||
install = 'make -C build-vhex install'
|
||||
uninstall = """ \
|
||||
if [ -e build-vhex/install_manifest.txt ]; then \
|
||||
xargs rm -f < build-vhex/install_manifest.txt; \
|
||||
fi \
|
||||
"""
|
Loading…
Reference in new issue