summaryrefslogtreecommitdiff
path: root/05/musl-0.6.0
diff options
context:
space:
mode:
authorDawid Sobczak <dawidsobczak@fastmail.com>2023-07-01 19:19:53 +0100
committerpommicket <pommicket@gmail.com>2023-07-03 15:39:37 -0400
commitfe7a0abd38d61a449c4beaa7a514c2be5df872cf (patch)
treefb186f75a3222c2eead0cd9adf73b5ff0f3434c4 /05/musl-0.6.0
parent5e2d856b03eeffd1d4358a5137aeda4e645d3b11 (diff)
testing bootstrap
Diffstat (limited to '05/musl-0.6.0')
-rw-r--r--05/musl-0.6.0/Makefile4
-rw-r--r--05/musl-0.6.0/config.mak4
2 files changed, 4 insertions, 4 deletions
diff --git a/05/musl-0.6.0/Makefile b/05/musl-0.6.0/Makefile
index 9d40be5..460ff31 100644
--- a/05/musl-0.6.0/Makefile
+++ b/05/musl-0.6.0/Makefile
@@ -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) $@
diff --git a/05/musl-0.6.0/config.mak b/05/musl-0.6.0/config.mak
index 55a18ae..81b8052 100644
--- a/05/musl-0.6.0/config.mak
+++ b/05/musl-0.6.0/config.mak
@@ -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