This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, vax, committed] PIC, IRA, Linux, massive update


On Wed, 1 Apr 2009, Matt Thomas wrote:

> Index: config.gcc
> ===================================================================
> --- config.gcc	(revision 145415)
> +++ config.gcc	(working copy)
> @@ -2351,6 +2351,9 @@
> 	cxx_target_objs="v850-c.o"
> 	use_gcc_stdint=wrap
> 	;;
> +vax-*-linux*)
> +	tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h vax/elf.h
> vax/linux.h"
> +	;;

As a Linux target you should now include glibc-stdint.h in tm_file (after 
linux.h, say) - presuming you are using either glibc or uClibc or another 
library with the same stdint.h.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]