mailing list of musl libc
 help / color / mirror / code / Atom feed
50333696397551664dd7b297b03dfc8bb2110eb8 blob 1252 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
 
#
# musl config.mak template (original in dist/config.mak)
#

# Target CPU architecture. Supported values: i386, x86_64
ARCH = i386

# Installation prefix. DO NOT use /, /usr, or /usr/local !
prefix = /usr/local/musl

# Installation prefix for musl-gcc compiler wrapper.
exec_prefix = /usr/local

# Location for the dynamic linker ld-musl-$(ARCH).so.1
syslibdir = /lib

# Uncomment if you want to build i386 musl on a 64-bit host
#CFLAGS += -m32

# Uncomment to fix broken distro-patched toolchains where hash-style=gnu(only)
#LDFLAGS += -Wl,--hash-style,both

# Uncomment to fix broken distro-patched toolchains where stack-protector=on
#CFLAGS += -fno-stack-protector

# Uncomment for smaller code size.
#CFLAGS += -fomit-frame-pointer -mno-accumulate-outgoing-args

# Uncomment to omit massive GCC4 DWARF2 bloat (only useful for debugging)
#CFLAGS += -fno-asynchronous-unwind-tables

# Uncomment for warnings (as errors). Might need tuning to your gcc version.
#CFLAGS += -Werror -Wall -Wpointer-arith -Wcast-align -Wno-parentheses -Wno-char-subscripts -Wno-uninitialized -Wno-sequence-point -Wno-missing-braces -Wno-unused-value -Wno-overflow -Wno-int-to-pointer-cast

# Uncomment if you want to disable building the shared library.
#SHARED_LIBS =
debug log:

solving 50333696 ...
found 50333696 in https://inbox.vuxu.org/musl/20220503155655.11222-2-jmaselbas@kalray.eu/ ||
	https://inbox.vuxu.org/musl/20220504122426.11529-2-jmaselbas@kalray.eu/
found 1fc43695 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 1fc43695d3c6dd7a1a8acdf39881eaf2b7319d0f	dist/config.mak

applying [1/2] https://inbox.vuxu.org/musl/20220503155655.11222-2-jmaselbas@kalray.eu/
diff --git a/dist/config.mak b/dist/config.mak
index 1fc43695..50333696 100644

Checking patch dist/config.mak...
Applied patch dist/config.mak cleanly.

skipping https://inbox.vuxu.org/musl/20220504122426.11529-2-jmaselbas@kalray.eu/ for 50333696
index at:
100644 50333696397551664dd7b297b03dfc8bb2110eb8	dist/config.mak

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).