This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/59368] New: [4.9 Regression] libsanitizer spec file installed in the wrong place


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

            Bug ID: 59368
           Summary: [4.9 Regression] libsanitizer spec file installed in
                    the wrong place
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: d.g.gorbachev at gmail dot com

When GCC is configured with "--enable-version-specific-runtime-libs", spec
files for libgomp, libitm, etc. are installed in the compiler-specific
directory ($libdir/gcc/$target/$version). But libsanitizer, somehow, stands out
from this scheme - libsanitizer.spec appears in $libdir/gcc/$target. It seems
to be a bug. GCC 4.9.0 20131201 (r205574).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]