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

Joseph S. Myers joseph@codesourcery.com
Wed Apr 1 17:12:00 GMT 2009


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



More information about the Gcc-patches mailing list