mailing list of musl libc
 help / color / mirror / code / Atom feed
0e5a9035f4466be701783c6d3db72ea8d70d36d5 blob 679 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
37
 
incdir=$1
libdir=$2
ldso=$3
cat <<EOF
%rename cpp_options old_cpp_options

*cpp_options:
-nostdinc -isystem $incdir -isystem include%s %(old_cpp_options)

*cc1:
%(cc1_cpu) -nostdinc -isystem $incdir -isystem include%s

*link_libgcc:
-L$libdir -L .%s

*libgcc:
libgcc.a%s %:if-exists(libgcc_eh.a%s)

*startfile:
%{static-pie: $libdir/rcrt1.o; !shared: $libdir/Scrt1.o} $libdir/crti.o crtbeginS.o%s

*endfile:
crtendS.o%s $libdir/crtn.o

*link:
%{static-pie: -no-dynamic-linker -pie; !static: -dynamic-linker $ldso} -nostdlib -z text %{shared} %{static-pie|static:-static} %{rdynamic:-export-dynamic} %{!static: -eh-frame-hdr}

*esp_link:


*esp_options:


*esp_cpp_options:


EOF
debug log:

solving 0e5a9035 ...
found 0e5a9035 in https://inbox.vuxu.org/musl/AM7PR83MB04183F89D57C602B2A42B2DDE54D9@AM7PR83MB0418.EURPRD83.prod.outlook.com/
found 30492574 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 3049257446e113b0fc745f8efeb3e2b101e07798	tools/musl-gcc.specs.sh

applying [1/1] https://inbox.vuxu.org/musl/AM7PR83MB04183F89D57C602B2A42B2DDE54D9@AM7PR83MB0418.EURPRD83.prod.outlook.com/
diff --git a/tools/musl-gcc.specs.sh b/tools/musl-gcc.specs.sh
index 30492574..0e5a9035 100644

Checking patch tools/musl-gcc.specs.sh...
Applied patch tools/musl-gcc.specs.sh cleanly.

index at:
100644 0e5a9035f4466be701783c6d3db72ea8d70d36d5	tools/musl-gcc.specs.sh

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).