testing bootstrap
This commit is contained in:
parent
5e2d856b03
commit
fe7a0abd38
6 changed files with 22 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue