diff options
author | Kevin Lo <kevlo@cvs.openbsd.org> | 2003-06-11 01:54:17 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@cvs.openbsd.org> | 2003-06-11 01:54:17 +0000 |
commit | 7ea94b99c24b51b034e1a8f6c7f29fa713eb9c17 (patch) | |
tree | 064c92464b65d267c6b3dd875b41e01d7b7e307a /gnu/egcs/gcc/config.gcc | |
parent | f65ddfd7f79269e91297d03c69c08c3b6144f668 (diff) |
support to arm. ok deraadt@
Diffstat (limited to 'gnu/egcs/gcc/config.gcc')
-rw-r--r-- | gnu/egcs/gcc/config.gcc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/egcs/gcc/config.gcc b/gnu/egcs/gcc/config.gcc index 5267fe28ad0..d5558f9fa6e 100644 --- a/gnu/egcs/gcc/config.gcc +++ b/gnu/egcs/gcc/config.gcc @@ -319,6 +319,12 @@ arm*-*-netbsd*) tmake_file="t-netbsd arm/t-netbsd" use_collect2=yes ;; +arm*-*-openbsd*) + tm_file="${tm_file} exec-stack.h" + xm_file="arm/xm-openbsd.h ${xm_file}" + tmake_file="t-libc-ok t-openbsd arm/t-openbsd" + use_collect2=yes + ;; arm*-*-linux-gnuaout*) # ARM GNU/Linux with a.out cpu_type=arm xmake_file=x-linux |