musl-clang.in\tools - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/tools/musl-clang.in
blob: 623de6f64f52e55f3ee9a98ddfa777530989a7a7 (plain) (blame)
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
#!/bin/sh
cc="@CC@"
libc="@PREFIX@"
libc_inc="@INCDIR@"
libc_lib="@LIBDIR@"
thisdir="`cd "$(dirname "0ドル")"; pwd`"
# prevent clang from running the linker (and erroring) on no input.
sflags=
eflags=
for x ; do
 case "$x" in
 -l*) input=1 ;;
 *) input= ;;
 esac
 if test "$input" ; then
 sflags="-l-user-start"
 eflags="-l-user-end"
 break
 fi
done
exec $cc \
 -B"$thisdir" \
 -fuse-ld=musl-clang \
 -static-libgcc \
 -nostdinc \
 --sysroot "$libc" \
 -isystem "$libc_inc" \
 -L-user-start \
 $sflags \
 "$@" \
 $eflags \
 -L"$libc_lib" \
 -L-user-end
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月26日 07:17:39 +0000

AltStyle によって変換されたページ (->オリジナル) /