Commit a5a8386f by Roger Sayle Committed by Roger Sayle

hpux.h (TARGET_OS_CPP_BUILTINS): Define _INCLUDE_LONGLONG.


	* config/ia64/hpux.h (TARGET_OS_CPP_BUILTINS): Define
	_INCLUDE_LONGLONG.

From-SVN: r75279
parent 6a938c8d
2003-12-31 Roger Sayle <roger@eyesopen.com>
* config/ia64/hpux.h (TARGET_OS_CPP_BUILTINS): Define
_INCLUDE_LONGLONG.
2003-12-31 Zack Weinberg <zack@codesourcery.com>
* gcc.c (init_spec): Add -lunwind to shared case too if
......
......@@ -39,6 +39,7 @@ do { \
builtin_define_std("unix"); \
builtin_define("__IA64__"); \
builtin_define("_LONGLONG"); \
builtin_define("_INCLUDE_LONGLONG"); \
builtin_define("_UINT128_T"); \
if (c_dialect_cxx () || !flag_iso) \
{ \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment