diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2009-11-04 00:07:24 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@gcc.gnu.org> | 2009-11-04 00:07:24 +0000 |
commit | bfd4796379457451b8e17cd00686f4c64388e516 (patch) | |
tree | 6db329ce9026a9933726ed30fd01f097a88e0fe5 /gcc/config/vax/linux.h | |
parent | 45f681502fdae0ff1178cabcda251b705c26f20b (diff) | |
download | gcc-bfd4796379457451b8e17cd00686f4c64388e516.zip gcc-bfd4796379457451b8e17cd00686f4c64388e516.tar.gz gcc-bfd4796379457451b8e17cd00686f4c64388e516.tar.bz2 |
linux.h (TARGET_OS_CPP_BUILTINS): Don't define __pic__ or __PIC__.
* config/vax/linux.h (TARGET_OS_CPP_BUILTINS): Don't define
__pic__ or __PIC__.
From-SVN: r153883
Diffstat (limited to 'gcc/config/vax/linux.h')
-rw-r--r-- | gcc/config/vax/linux.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/gcc/config/vax/linux.h b/gcc/config/vax/linux.h index 1087069..dccbe9cc 100644 --- a/gcc/config/vax/linux.h +++ b/gcc/config/vax/linux.h @@ -21,17 +21,7 @@ along with GCC; see the file COPYING3. If not see #undef TARGET_VERSION #define TARGET_VERSION fprintf (stderr, " (VAX GNU/Linux with ELF)"); -#define TARGET_OS_CPP_BUILTINS() \ - do \ - { \ - LINUX_TARGET_OS_CPP_BUILTINS(); \ - if (flag_pic) \ - { \ - builtin_define ("__PIC__"); \ - builtin_define ("__pic__"); \ - } \ - } \ - while (0) +#define TARGET_OS_CPP_BUILTINS() LINUX_TARGET_OS_CPP_BUILTINS() /* We use GAS, G-float double and want new DI patterns. */ #undef TARGET_DEFAULT |