remove obsolete libgcc1
authorJoey Hess <joeyh@joeyh.name>
Thu, 21 Oct 2021 07:02:16 +0000 (03:02 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 21 Oct 2021 07:02:16 +0000 (03:02 -0400)
last seen in debian oldstable

Utility/LinuxMkLibs.hs

index 72b7a3bb9e93045aa99e73bf44de14c3b275da79..796bdae6e25d5d7cd4416c387e736443e282eb43 100644 (file)
@@ -69,7 +69,7 @@ parseLdd = mapMaybe (getlib . dropWhile isSpace) . lines
  - XXX Debian specific. -}
 glibcLibs :: IO [FilePath]
 glibcLibs = lines <$> readProcess "sh"
-       ["-c", "dpkg -L libc6:$(dpkg --print-architecture) libgcc1:$(dpkg --print-architecture) | egrep '\\.so' | grep -v /gconv/ | grep -v ld.so.conf | grep -v sotruss-lib"]
+       ["-c", "dpkg -L libc6:$(dpkg --print-architecture) | egrep '\\.so' | grep -v /gconv/ | grep -v ld.so.conf | grep -v sotruss-lib"]
 
 {- Get gblibc's gconv libs, which are handled specially.. -}
 gconvLibs :: IO [FilePath]