mailing list of musl libc
 help / color / mirror / code / Atom feed
ed584ed3496d54d7bc9370b13b9dc27a6b523217 blob 639 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:
%{shared:;static-pie:$libdir/rcrt1.o; :$libdir/Scrt1.o} $libdir/crti.o crtbeginS.o%s

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

*link:
-dynamic-linker $ldso -nostdlib %{shared:-shared} %{static:-static} %{static-pie:-static -pie --no-dynamic-linker} %{rdynamic:-export-dynamic}

*esp_link:


*esp_options:


*esp_cpp_options:


EOF
debug log:

solving ed584ed3 ...
found ed584ed3 in https://inbox.vuxu.org/musl/20200427123207.1025966-1-harald@redhat.com/ ||
	https://inbox.vuxu.org/musl/1ee762f8-94e2-baae-0466-deeab0f884f9@redhat.com/
found 30492574 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100755 3049257446e113b0fc745f8efeb3e2b101e07798	tools/musl-gcc.specs.sh

applying [1/2] https://inbox.vuxu.org/musl/20200427123207.1025966-1-harald@redhat.com/
diff --git a/tools/musl-gcc.specs.sh b/tools/musl-gcc.specs.sh
old mode 100644
new mode 100755
index 30492574..ed584ed3

Checking patch tools/musl-gcc.specs.sh...
warning: tools/musl-gcc.specs.sh has type 100755, expected 100644
Applied patch tools/musl-gcc.specs.sh cleanly.

skipping https://inbox.vuxu.org/musl/1ee762f8-94e2-baae-0466-deeab0f884f9@redhat.com/ for ed584ed3
index at:
100755 ed584ed3496d54d7bc9370b13b9dc27a6b523217	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).