[Bug libc/14068] New: Split top-level config.h.in into machine dependent and machine independent pieces.

carlos_odonell at mentor dot com sourceware-bugzilla@sourceware.org
Sun May 6 23:48:00 GMT 2012


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.



More information about the Glibc-bugs mailing list