diff options
| author | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2012-07-08 17:02:14 +0000 |
|---|---|---|
| committer | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2012-07-08 17:02:14 +0000 |
| commit | eb90003fa8f093d213cef844a2ca2a43279de33e (patch) | |
| tree | 06c6f239471f9717da2e49be6b9165977900edb5 /gnu | |
| parent | 4018ea9a2b2b5bc59752ea88cf38c451fc4fcf60 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/auto-host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/auto-host.h b/gnu/usr.bin/cc/cc_tools/auto-host.h index 5d6ddc01205e..7b72ea9117e3 100644 --- a/gnu/usr.bin/cc/cc_tools/auto-host.h +++ b/gnu/usr.bin/cc/cc_tools/auto-host.h @@ -261,7 +261,7 @@ /* Define if your assembler supports R_PPC_REL16 relocs. */ #ifndef USED_FOR_TARGET -/* #undef HAVE_AS_REL16 */ +#define HAVE_AS_REL16 #endif |
