Revert "include libgcc in linux standalone"
This reverts commit 9f82e0c64d
.
ldd pulls it in
This commit is contained in:
parent
0a487c6a45
commit
72b592cdae
2 changed files with 1 additions and 3 deletions
|
@ -141,4 +141,4 @@ parseLdd = catMaybes . map (getlib . dropWhile isSpace) . lines
|
||||||
- XXX Debian specific. -}
|
- XXX Debian specific. -}
|
||||||
glibcLibs :: IO [FilePath]
|
glibcLibs :: IO [FilePath]
|
||||||
glibcLibs = lines <$> readProcess "sh"
|
glibcLibs = lines <$> readProcess "sh"
|
||||||
["-c", "dpkg -L libc6 libgcc1 | egrep '\\.so|gconv'"]
|
["-c", "dpkg -L libc6 | egrep '\\.so|gconv'"]
|
||||||
|
|
|
@ -27,5 +27,3 @@ The assistant from the standalone 64bit build crashes upon startup.
|
||||||
[134 zerodogg@firefly annexed]$ ls -l /usr/lib64/libgcc_s.so.1
|
[134 zerodogg@firefly annexed]$ ls -l /usr/lib64/libgcc_s.so.1
|
||||||
lrwxrwxrwx. 1 root root 28 2013-12-18 10:54 /usr/lib64/libgcc_s.so.1 -> libgcc_s-4.8.2-20131212.so.1
|
lrwxrwxrwx. 1 root root 28 2013-12-18 10:54 /usr/lib64/libgcc_s.so.1 -> libgcc_s-4.8.2-20131212.so.1
|
||||||
[0 zerodogg@firefly annexed]$
|
[0 zerodogg@firefly annexed]$
|
||||||
|
|
||||||
> I guess I need to include libgcc in the bundle. [[done]] --[[Joey]]
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue