gcc33: fix build on i686

This commit is contained in:
Vladimír Čunát 2013-03-16 21:08:57 +01:00
parent 198d4fbe41
commit 8acaea6d57

View File

@ -16,6 +16,11 @@ stdenv.mkDerivation {
md5 = "6936616a967da5a0b46f1e7424a06414";
};
# inspiration: https://aur.archlinux.org/packages/g77/
postPatch = ''
substituteInPlace gcc/config/i386/linux.h --replace 'struct siginfo' siginfo_t
'';
inherit noSysDirs langC langCC langFortran;
meta = {