aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2009-07-01 01:23:54 +0000
committerMaciej W. Rozycki <macro@gcc.gnu.org>2009-07-01 01:23:54 +0000
commit1df34d4da76c0bd92cd5eb68d9ffb5021b7ee3b4 (patch)
tree678db9620aef6b8c0ac4f01da0f5a5ac39c84a78 /gcc/config.gcc
parent429a907c9aad98f4cee72a79ec9c50c3d5fde320 (diff)
downloadgcc-1df34d4da76c0bd92cd5eb68d9ffb5021b7ee3b4.zip
gcc-1df34d4da76c0bd92cd5eb68d9ffb5021b7ee3b4.tar.gz
gcc-1df34d4da76c0bd92cd5eb68d9ffb5021b7ee3b4.tar.bz2
vax.h (TARGET_BSD_DIVMOD): New macro.
* config/vax/vax.h (TARGET_BSD_DIVMOD): New macro. Set to 1. * config/vax/linux.h (TARGET_BSD_DIVMOD): New macro. Redefine the to 0. * config/vax/vax.c (vax_init_libfuncs): Only redefine udiv_optab and umod_optab if TARGET_BSD_DIVMOD. * config/vax/lib1funcs.asm: New file. * config/vax/t-linux: New file. * config.gcc (vax-*-linux*): Set tmake_file to vax/t-linux. From-SVN: r149128
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index e5787374..fe345c1 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -2439,6 +2439,7 @@ v850-*-*)
;;
vax-*-linux*)
tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h vax/elf.h vax/linux.h"
+ tmake_file=vax/t-linux
;;
vax-*-netbsdelf*)
tm_file="${tm_file} elfos.h netbsd.h netbsd-elf.h vax/elf.h vax/netbsd-elf.h"