|
@ -41,6 +41,9 @@ case "$xpkg" in |
|
|
;; |
|
|
;; |
|
|
esac |
|
|
esac |
|
|
|
|
|
|
|
|
|
|
|
patchfiles="`ls $confdir/gcc$pkg_gcc_version/*.patch \ |
|
|
|
|
|
$confdir/gcc$pkg_gcc_version/*.patch.$arch 2>/dev/null | tr '\n' ' '` $patchfiles" |
|
|
|
|
|
|
|
|
create_links() { |
|
|
create_links() { |
|
|
for x ; do |
|
|
for x ; do |
|
|
if [ -f "$root/$prefix/bin/$x-${pkg_gcc_version}" ] ; then |
|
|
if [ -f "$root/$prefix/bin/$x-${pkg_gcc_version}" ] ; then |
|
|