testing bootstrap
This commit is contained in:
parent
5e2d856b03
commit
fe7a0abd38
6 changed files with 22 additions and 11 deletions
|
@ -9,7 +9,7 @@
|
|||
#
|
||||
|
||||
CC = ../tcc-0.9.27/tcc0
|
||||
exec_prefix = /usr/local/musl-bootstrap
|
||||
exec_prefix = ../musl-bootstrapU
|
||||
bindir = $(exec_prefix)/bin
|
||||
|
||||
prefix = /usr/local/musl-bootstrap
|
||||
|
@ -84,7 +84,7 @@ lib/libc.so: $(LOBJS)
|
|||
$(OBJCOPY) --weaken $@
|
||||
|
||||
lib/libc.a: $(OBJS)
|
||||
rm -f $@
|
||||
mkdir -p lib
|
||||
$(AR) rc $@ $(OBJS)
|
||||
# $(RANLIB) $@
|
||||
|
||||
|
|
|
@ -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