From 895c4217cb236814dba040b947dc2292e1e5ce6c Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 1 Jul 2021 16:13:14 +0000 Subject: [PATCH] gcc: remove usage of install --- core/gcc/build | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/core/gcc/build b/core/gcc/build index 02368740..b3d60076 100755 --- a/core/gcc/build +++ b/core/gcc/build @@ -59,11 +59,8 @@ find "$1" -name libgtkpeer.a -exec rm -f {} + find "$1" -name libgjsmalsa.a -exec rm -f {} + find "$1" -name libgij.a -exec rm -f {} + -# Some legacy programs will expect cc ln -s gcc "$1/usr/bin/cc" - -# POSIX compliance. -install -Dm755 ../c99 "$1/usr/bin/c99" +cp ../c99 "$1/usr/bin" # Symlink for LTO. {