]> git.pld-linux.org Git - packages/gcc.git/blob - gcc-disableshared.patch
d5d6006514f9500d96784b559ed23c8a5bec8834
[packages/gcc.git] / gcc-disableshared.patch
1 diff -urN gcc-20010319.org/gcc/configure.in gcc-20010319/gcc/configure.in
2 --- gcc-20010319.org/gcc/configure.in   Thu Mar 22 20:30:21 2001
3 +++ gcc-20010319/gcc/configure.in       Thu Mar 22 20:32:01 2001
4 @@ -329,6 +329,7 @@
5      ;;
6    esac
7  ], [enable_shared=yes])
8 +enable_shared=no
9  AC_SUBST(enable_shared)
10  
11  # Determine the host, build, and target systems
This page took 0.047009 seconds and 2 git commands to generate.