gcc-4.8: Get rid of lib64
Having a separate lib64 is bad because it requires special-casing in
lots of places.
Previously done in e4a11b4d92, which
apparently got lost going from 4.6 to 4.8.
This commit is contained in:
@@ -504,6 +504,8 @@ stdenv.mkDerivation ({
|
||||
|
||||
inherit enableParallelBuilding;
|
||||
|
||||
inherit (stdenv) is64bit;
|
||||
|
||||
meta = {
|
||||
homepage = http://gcc.gnu.org/;
|
||||
license = "GPLv3+"; # runtime support libraries are typically LGPLv3+
|
||||
|
||||
Reference in New Issue
Block a user