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 target/28102] [4.2/4.3/4.4 Regression] GNU Hurd bootstrap error: 'OPTION_GLIBC' undeclared



------- Comment #29 from tschwinge at gcc dot gnu dot org  2008-11-13 23:30 -------
Subject: Bug 28102

Author: tschwinge
Date: Thu Nov 13 23:28:46 2008
New Revision: 141838

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141838
Log:
2008-11-13  Thomas Schwinge  <tschwinge@gnu.org>

        PR target/28102
        * config.gcc (*-*-gnu*): Move Alpha parts into the `alpha*-*-gnu*', x86
        parts into the `i[34567]86-*-linux*' and parts that are independent of
        the processor architecture into the `*-*-linux*' cases.
        (*-*-linux*): Consider `linux.opt' only for Linux-based configurations.
        * config/i386/gnu.h (GLIBC_DYNAMIC_LINKER): Redefine.
        (TARGET_OS_CPP_BUILTINS, LINK_SPEC): Don't redefine.
        [TARGET_LIBC_PROVIDES_SSP] (TARGET_THREAD_SSP_OFFSET): Undefine.
        * config/gnu.h (NO_IMPLICIT_EXTERN_C): Don't redefine.
        (HURD_TARGET_OS_CPP_BUILTINS): Don't define, but instead...
        (LINUX_TARGET_OS_CPP_BUILTINS): Redefine.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config.gcc
    trunk/gcc/config/gnu.h
    trunk/gcc/config/i386/gnu.h


-- 


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


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