gcc48: Pin to the latest supported version of isl

This commit is contained in:
William A. Kennington III 2015-07-10 02:21:05 -07:00
parent 64be54b84f
commit 097ffe89cd

View File

@ -3770,6 +3770,8 @@ let
# be passed. # be passed.
cross = null; cross = null;
libcCross = if crossSystem != null then libcCross else null; libcCross = if crossSystem != null then libcCross else null;
isl = isl_0_14;
})); }));
gcc49 = lowPrio (wrapCC (callPackage ../development/compilers/gcc/4.9 { gcc49 = lowPrio (wrapCC (callPackage ../development/compilers/gcc/4.9 {