Browse Source

Juergen Sawinski:


			
			
				rocklinux
			
			
		
Juergen "George" Sawinski 20 years ago
parent
commit
bc09c6df85
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      package/base/gcc/gcc.conf

+ 3
- 0
package/base/gcc/gcc.conf

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

Loading…
Cancel
Save