testing bootstrap

This commit is contained in:
Dawid Sobczak 2023-07-01 19:19:53 +01:00 committed by pommicket
parent 5e2d856b03
commit fe7a0abd38
6 changed files with 22 additions and 11 deletions

View file

@ -6,10 +6,10 @@
ARCH = x86_64
# Installation prefix. DO NOT use /, /usr, or /usr/local !
prefix = /usr/local/musl-bootstrap
prefix = ../musl-bootstrap
# Installation prefix for musl-gcc compiler wrapper.
exec_prefix = /usr/local/musl-bootstrap
exec_prefix = ../musl-bootstrap
# Uncomment if you want to build i386 musl on a 64-bit host
#CFLAGS += -m32