]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config.gcc
re PR target/28102 (GNU Hurd bootstrap error: 'OPTION_GLIBC' undeclared)
authorThomas Schwinge <tschwinge@gnu.org>
Thu, 13 Nov 2008 23:28:46 +0000 (00:28 +0100)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Thu, 13 Nov 2008 23:28:46 +0000 (00:28 +0100)
commit3328a3b7797061dbf7629043219d3ed595b16b59
tree6e19c94bb791d6a3ba8b3243c62c5d6240178a97
parentab70111b7171dfbfdd8b62f6de91e18116a84055
re PR target/28102 (GNU Hurd bootstrap error: 'OPTION_GLIBC' undeclared)

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.

From-SVN: r141838
gcc/ChangeLog
gcc/config.gcc
gcc/config/gnu.h
gcc/config/i386/gnu.h