public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug driver/55379] New: -static -static-libasan doesn't create static binary
@ 2012-11-18 14:51 hjl.tools at gmail dot com
  2012-11-18 14:52 ` [Bug driver/55379] " hjl.tools at gmail dot com
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: hjl.tools at gmail dot com @ 2012-11-18 14:51 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55379

             Bug #: 55379
           Summary: -static -static-libasan doesn't create static binary
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: driver
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hjl.tools@gmail.com


[hjl@gnu-tools-1 gcc]$ ./xgcc -B./ x.o  -o x  -faddress-sanitizer
-B../x86_64-unknown-linux-gnu/libsanitizer/asan/.libs/ -static-libasan 
[hjl@gnu-tools-1 gcc]$ ldd a.out 
    linux-vdso.so.1 =>  (0x00007fffc6991000)
    libstdc++.so.6 => /lib64/libstdc++.so.6 (0x0000003341200000)
    libm.so.6 => /lib64/libm.so.6 (0x0000003338200000)
    libgomp.so.1 => /lib64/libgomp.so.1 (0x0000003343e00000)
    libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x000000333aa00000)
    libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003337a00000)
    libc.so.6 => /lib64/libc.so.6 (0x0000003337200000)
    /lib64/ld-linux-x86-64.so.2 (0x0000003336e00000)
    librt.so.1 => /lib64/librt.so.1 (0x0000003337e00000)
[hjl@gnu-tools-1 gcc]$


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2012-11-22 15:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-18 14:51 [Bug driver/55379] New: -static -static-libasan doesn't create static binary hjl.tools at gmail dot com
2012-11-18 14:52 ` [Bug driver/55379] " hjl.tools at gmail dot com
2012-11-18 14:56 ` [Bug driver/55379] -static -static-libasan pass -Bdynamic to linker hjl.tools at gmail dot com
2012-11-18 18:58 ` konstantin.s.serebryany at gmail dot com
2012-11-18 19:35 ` hjl.tools at gmail dot com
2012-11-22 11:14 ` [Bug sanitizer/55379] " jakub at gcc dot gnu.org
2012-11-22 11:31 ` jakub at gcc dot gnu.org
2012-11-22 15:17 ` hjl at gcc dot gnu.org
2012-11-22 15:18 ` hjl.tools at gmail dot com
2012-11-22 15:19 ` hjl.tools at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).