This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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 libc/22362] New: Installed crt1.o, crti,.o and crtn.o files are used with -m32


https://sourceware.org/bugzilla/show_bug.cgi?id=22362

            Bug ID: 22362
           Summary: Installed crt1.o, crti,.o and crtn.o files are used
                    with -m32
           Product: glibc
           Version: 2.27
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: hjl.tools at gmail dot com
                CC: drepper.fsp at gmail dot com
  Target Milestone: ---
              Host: i686
            Target: x86-64

On x86-64, when building i686 glibc using x86-64 GCC with -m32,
installed crt1.o, crti,.o and crtn.o files are used to create
i686 shared libraries due to:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82754

GCC first looks for crt files under ./32.  It checks ./ only if the installed
crt files don't exist.

Should we make copies of crt1.o, crti,.o and crtn.o under csu/32?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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