|
|
add_file $added_gxx /usr/bin/g++ | add_file $added_gxx /usr/bin/g++ |
add_file /usr/bin/as | add_file /usr/bin/as |
| |
|
# Gentoo x86_64 hack |
|
if test "`gcc -dumpmachine`" = "x86_64-pc-linux-gnu"; then |
|
add_file /lib64/libc.so.6 |
|
fi |
|
|
add_file `$added_gcc -print-prog-name=cc1` /usr/bin/cc1 | add_file `$added_gcc -print-prog-name=cc1` /usr/bin/cc1 |
add_file `$added_gxx -print-prog-name=cc1plus` /usr/bin/cc1plus | add_file `$added_gxx -print-prog-name=cc1plus` /usr/bin/cc1plus |
specfile=`$added_gcc -print-file-name=specs` | specfile=`$added_gcc -print-file-name=specs` |