Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 16 years ago
parent
commit
ec00814442
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package/base/gcc/gcc.conf

+ 1
- 1
package/base/gcc/gcc.conf

@ -206,7 +206,7 @@ custmain () {
eval make $makeinstopt
if [ $stagelevel -eq 0 -a $pkg_gcc_version -ge 43 ]; then
cp -v $root/$prefix/$gcc_lib_dir/include-fixed/*.h $root/$prefix/$gcc_lib_dir/include/
cp -v $root/$prefix/lib/$gcc_lib_dir/include-fixed/*.h $root/$prefix/lib/$gcc_lib_dir/include/
fi
if [ $stagelevel -ge 2 -a -z "$pkg_gcc_cross" ] ; then

Loading…
Cancel
Save