Revert "include libgcc in linux standalone"

This reverts commit 9f82e0c64d.

ldd pulls it in
This commit is contained in:
Joey Hess 2013-12-31 14:36:55 -04:00
parent 0a487c6a45
commit 72b592cdae
2 changed files with 1 additions and 3 deletions

View file

@ -141,4 +141,4 @@ parseLdd = catMaybes . map (getlib . dropWhile isSpace) . lines
- XXX Debian specific. -}
glibcLibs :: IO [FilePath]
glibcLibs = lines <$> readProcess "sh"
["-c", "dpkg -L libc6 libgcc1 | egrep '\\.so|gconv'"]
["-c", "dpkg -L libc6 | egrep '\\.so|gconv'"]