]> TLD Linux GIT Repositories - packages/ghc.git/blob - build.patch
- updated source5
[packages/ghc.git] / build.patch
1 --- ghc-8.8.2/configure.ac~     2020-01-12 23:14:36.000000000 +0100
2 +++ ghc-8.8.2/configure.ac      2020-01-19 16:08:44.055164413 +0100
3 @@ -228,7 +228,7 @@ then
4      echo "This GHC (${WithGhc}) does not generate code for the build platform"
5      echo "   GHC target platform    : $bootstrap_target"
6      echo "   Desired build platform : $BuildPlatform"
7 -    exit 1
8 +    #exit 1
9  fi
10  
11  # Testing if we shall enable shared libs support on Solaris.