This commit is contained in:
Scott C. MacCallum
2024-03-29 15:07:21 -04:00
parent 673df6bca4
commit c503f5eff3
4 changed files with 2 additions and 7 deletions

View File

@@ -31,7 +31,7 @@
# POSSIBILITY OF SUCH DAMAGE.
# Create a gcc symbolic link
ln -s /usr/local/bin/egcc /usr/bin/gcc
ln -s -f /usr/local/bin/egcc /usr/bin/gcc
echo -n "A symbolic link from /usr/local/bin/egcc to /usr/bin/gcc has been created."