diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-09 12:12:57 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-09 12:12:57 +0300 |
commit | 7228e4871a9a719506303a53a33fb3df66da453a (patch) | |
tree | eeb55b8b1073d2fccd79d0425f0b7b975e2896af | |
parent | 5a7181e500db340bc86c8ee99a4472f29aefebfa (diff) | |
download | repository-7228e4871a9a719506303a53a33fb3df66da453a.tar.gz |
gcc: fix build style
-rwxr-xr-x | core/gcc/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/gcc/build b/core/gcc/build index c6079c08..d987706c 100755 --- a/core/gcc/build +++ b/core/gcc/build @@ -59,6 +59,6 @@ install -Dm755 ../c99 "$1/usr/bin/c99" mkdir -p "$1/usr/lib/bfd-plugins" ln -s /usr/libexec/gcc/x86_64-pc-linux-musl/9.2.0/liblto_plugin.so \ - "$1/usr/lib/bfd-plugins/liblto_plugin.so" + "$1/usr/lib/bfd-plugins/liblto_plugin.so" } |