projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d9b80f
)
improve sanitation
author
Gavin Romig-Koch
<gavin@redhat.com>
Thu, 4 Feb 1999 21:23:37 +0000
(21:23 +0000)
committer
Gavin Romig-Koch
<gavin@redhat.com>
Thu, 4 Feb 1999 21:23:37 +0000
(21:23 +0000)
sim/mips/configure.in
patch
|
blob
|
history
diff --git
a/sim/mips/configure.in
b/sim/mips/configure.in
index 2c6e077225281bcaed74d39a574b6cec1e4c3bc1..a7a716bf80a28f661107088666f54d2ed9d4d736 100644
(file)
--- a/
sim/mips/configure.in
+++ b/
sim/mips/configure.in
@@
-24,7
+24,9
@@
case "${target}" in
# start-sanitize-tx19
mips*tx19*) SIM_SUBTARGET="-DSUBTARGET_R3900=1";;
# end-sanitize-tx19
+# start-sanitize-vr4xxx
mips64vr5xxx*-*-*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1" ;;
+# end-sanitize-vr4xxx
mips*tx39*) SIM_SUBTARGET="-DSUBTARGET_R3900=1";;
*) SIM_SUBTARGET="";;
esac