Browse Source

Michael Obster <michael@obster.org>:


			
			
				rocklinux
			
			
		
Michael Obster 20 years ago
parent
commit
b3c9a1a53e
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      package/base/gcc/gcc.conf

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

@ -144,7 +144,9 @@ custmain() {
fi
# do not install gc headers
sed -i 's, install-includeHEADERS,,;' ../boehm-gc/include/Makefile.in
if [ "$xpkg" != "gcc2" ] ; then
sed -i 's, install-includeHEADERS,,;' ../boehm-gc/include/Makefile.in
fi
# In stage 1 everything is a little bit more complicated
#

Loading…
Cancel
Save