diff options
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/xm-nbsd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config/xm-nbsd.h b/gdb/config/xm-nbsd.h index cb317cf..990e779 100644 --- a/gdb/config/xm-nbsd.h +++ b/gdb/config/xm-nbsd.h @@ -30,3 +30,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* NetBSD has termios facilities. */ #define HAVE_TERMIOS + +#define CC_HAS_LONG_LONG 1 +#define PRINTF_HAS_LONG_LONG 1 |