Skip to content

Commit

Permalink
gcc-7.3.0: Change ln -s to ln -sf
Browse files Browse the repository at this point in the history
This is to support a rebuild during development. Do not fail if target
already exists.
  • Loading branch information
donald committed Feb 10, 2018
1 parent 30f4e02 commit 22c94be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gcc-7.3.0-0.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ make install

cd $PREFIX
mkdir -vp lib
ln -sv ${PREFIX}/bin/cpp lib/
ln -sv gcc bin/cc
ln -sfv ${PREFIX}/bin/cpp lib/
ln -sfv gcc bin/cc

install -v -dm755 lib/bfd-plugins
ln -sfv ../../libexec/gcc/$(gcc -dumpmaschine)/$VERSION/liblto_plugin.so lib/bfd-plugins/
Expand Down

0 comments on commit 22c94be

Please sign in to comment.