Commit a23980bd by Joseph Myers Committed by Joseph Myers

linux.h (WCHAR_TYPE, [...]): Define.

	* config/vax/linux.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Define.
	* config.gcc (vax-*-linux*): Don't use svr4.h.

From-SVN: r167675
parent 38485de0
2010-12-09 Joseph Myers <joseph@codesourcery.com>
* config/vax/linux.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Define.
* config.gcc (vax-*-linux*): Don't use svr4.h.
2010-12-09 Nathan Froyd <froydnj@codesourcery.com> 2010-12-09 Nathan Froyd <froydnj@codesourcery.com>
* c-typeck.c (build_indirect_ref): Call invalid_indirection_error. * c-typeck.c (build_indirect_ref): Call invalid_indirection_error.
...@@ -2633,7 +2633,7 @@ v850-*-*) ...@@ -2633,7 +2633,7 @@ v850-*-*)
use_gcc_stdint=wrap use_gcc_stdint=wrap
;; ;;
vax-*-linux*) vax-*-linux*)
tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h vax/elf.h vax/linux.h" tm_file="${tm_file} dbxelf.h elfos.h linux.h vax/elf.h vax/linux.h"
tmake_file="${tmake_file} vax/t-linux" tmake_file="${tmake_file} vax/t-linux"
;; ;;
vax-*-netbsdelf*) vax-*-netbsdelf*)
......
...@@ -46,3 +46,9 @@ along with GCC; see the file COPYING3. If not see ...@@ -46,3 +46,9 @@ along with GCC; see the file COPYING3. If not see
%{rdynamic:-export-dynamic} \ %{rdynamic:-export-dynamic} \
-dynamic-linker /lib/ld.so.1} \ -dynamic-linker /lib/ld.so.1} \
%{static:-static}}" %{static:-static}}"
#undef WCHAR_TYPE
#define WCHAR_TYPE "long int"
#undef WCHAR_TYPE_SIZE
#define WCHAR_TYPE_SIZE BITS_PER_WORD
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