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/14068] New: Split top-level config.h.in into machine dependent and machine independent pieces.


http://sourceware.org/bugzilla/show_bug.cgi?id=14068

             Bug #: 14068
           Summary: Split top-level config.h.in into machine dependent and
                    machine independent pieces.
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: carlos_odonell@mentor.com
        ReportedBy: carlos_odonell@mentor.com
                CC: drepper.fsp@gmail.com
    Classification: Unclassified


At present the glibc sources have one top-level config.h.in file.

The config.h.in file contains several definitions for x86, x86_64, Power, and
ARM.

Logically speaking this file should contain only machine independent
definitions.

Instead each machine should have a config.h.in fragment that is aggregated
together with the top-level config.h.in to produce a final config.h.

At present each machine needs to add defines to the top-level config.h.in.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]