diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2013-05-14 08:03:22 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2013-05-14 08:03:22 +0000 |
commit | cc6e7ecebfe763429ea4d089948c9fd26dc04c3c (patch) | |
tree | 61a072e9d47fa1b169b465a0a5532814377d654b /gcc/config/sparc | |
parent | f778dd4dbb61b05f02d2307d22e0cbd4bcecfc7a (diff) | |
download | gcc-cc6e7ecebfe763429ea4d089948c9fd26dc04c3c.zip gcc-cc6e7ecebfe763429ea4d089948c9fd26dc04c3c.tar.gz gcc-cc6e7ecebfe763429ea4d089948c9fd26dc04c3c.tar.bz2 |
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
Diffstat (limited to 'gcc/config/sparc')
-rw-r--r-- | gcc/config/sparc/openbsd64.h | 3 | ||||
-rw-r--r-- | gcc/config/sparc/sp64-elf.h | 4 |
2 files changed, 0 insertions, 7 deletions
diff --git a/gcc/config/sparc/openbsd64.h b/gcc/config/sparc/openbsd64.h index 60a0ab3..4545e1f 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 b31d9ea..2d2279e 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} \ |