diff options
| author | matt <matt@NetBSD.org> | 2011-02-10 07:18:29 +0000 |
|---|---|---|
| committer | matt <matt@NetBSD.org> | 2011-02-10 07:18:29 +0000 |
| commit | eff3b5d5c391ffb05b30958208656dce70cb2b2d (patch) | |
| tree | 0ce5c0e9876ea2f2a64d6251be746acda538f785 /gnu/usr.bin | |
| parent | d0b18420fdf360b43151c08f6d99a641f46259f9 (diff) | |
Default NetBSD to -msecure-plt now.
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/gcc4/arch/powerpc/tm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/gcc4/arch/powerpc/tm.h b/gnu/usr.bin/gcc4/arch/powerpc/tm.h index 7d9b6efa139..37351d585ad 100644 --- a/gnu/usr.bin/gcc4/arch/powerpc/tm.h +++ b/gnu/usr.bin/gcc4/arch/powerpc/tm.h @@ -9,6 +9,7 @@ #endif #ifdef IN_GCC # include "options.h" +# include "config/rs6000/secureplt.h" # include "config/rs6000/rs6000.h" # include "config/dbxelf.h" # include "config/elfos.h" |
