From cc6e7ecebfe763429ea4d089948c9fd26dc04c3c Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Tue, 14 May 2013 08:03:22 +0000 Subject: [PATCH] sp64-elf.h (CPP_SUBTARGET_SPEC): Delete. * config/sparc/sp64-elf.h (CPP_SUBTARGET_SPEC): Delete. * config/sparc/openbsd64.h (CPP_SUBTARGET_SPEC): Likewise. From-SVN: r198862 --- gcc/ChangeLog | 5 +++++ gcc/config/sparc/openbsd64.h | 3 --- gcc/config/sparc/sp64-elf.h | 4 ---- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ea7c39b4e55..9781fb79a53 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2013-05-14 Eric Botcazou + + * config/sparc/sp64-elf.h (CPP_SUBTARGET_SPEC): Delete. + * config/sparc/openbsd64.h (CPP_SUBTARGET_SPEC): Likewise. + 2013-05-14 Jakub Jelinek PR middle-end/57251 diff --git a/gcc/config/sparc/openbsd64.h b/gcc/config/sparc/openbsd64.h index 60a0ab3bafe..4545e1f0b48 100644 --- a/gcc/config/sparc/openbsd64.h +++ b/gcc/config/sparc/openbsd64.h @@ -41,9 +41,6 @@ along with GCC; see the file COPYING3. If not see } \ while (0) -#undef CPP_SUBTARGET_SPEC -#define CPP_SUBTARGET_SPEC "" - /* Inherited from sp64-elf. */ #undef NO_IMPLICIT_EXTERN_C diff --git a/gcc/config/sparc/sp64-elf.h b/gcc/config/sparc/sp64-elf.h index b31d9eaac58..2d2279e806a 100644 --- a/gcc/config/sparc/sp64-elf.h +++ b/gcc/config/sparc/sp64-elf.h @@ -30,10 +30,6 @@ along with GCC; see the file COPYING3. If not see /* Don't assume anything about the header files. */ #define NO_IMPLICIT_EXTERN_C -/* __svr4__ is used by the C library (FIXME) */ -#undef CPP_SUBTARGET_SPEC -#define CPP_SUBTARGET_SPEC "-D__svr4__" - #undef ASM_SPEC #define ASM_SPEC "\ -s %{fpic|fPIC|fpie|fPIE:-K PIC} \ -- 2.30.2