diff options
Diffstat (limited to 'gcc/config/rs6000/aix43.h')
| -rw-r--r-- | gcc/config/rs6000/aix43.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/rs6000/aix43.h b/gcc/config/rs6000/aix43.h index b939bed0a6d..a9114b5acd0 100644 --- a/gcc/config/rs6000/aix43.h +++ b/gcc/config/rs6000/aix43.h @@ -28,11 +28,11 @@ Boston, MA 02111-1307, USA. */ #undef SUBSUBTARGET_SWITCHES #define SUBSUBTARGET_SWITCHES \ {"aix64", MASK_64BIT | MASK_POWERPC64 | MASK_POWERPC, \ - "Compile for 64-bit pointers" }, \ + N_("Compile for 64-bit pointers") }, \ {"aix32", - (MASK_64BIT | MASK_POWERPC64), \ - "Compile for 32-bit pointers" }, \ + N_("Compile for 32-bit pointers") }, \ {"pe", 0, \ - "Support message passing with the Parallel Environment" }, + N_("Support message passing with the Parallel Environment") }, /* Sometimes certain combinations of command options do not make sense on a particular target machine. You can define a macro |

