diff --git a/boot/builder.sh b/boot/builder.sh index d09eaa11d58..6adf93e99ee 100755 --- a/boot/builder.sh +++ b/boot/builder.sh @@ -33,6 +33,7 @@ for i in $boot $halt $login $env; do -e "s^@gnutar\@^$gnutar^g" \ -e "s^@gnugrep\@^$gnugrep^g" \ -e "s^@gzip\@^$gzip^g" \ + -e "s^@gcc\@^$gcc^g" \ -e "s^@out\@^$out^g" \ < $i > $dst chmod +x $dst