summaryrefslogtreecommitdiffstats
path: root/scripts/mkgdbspec.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-06-14 17:33:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-06-14 17:33:04 +0000
commitc93fb2af843f15398bb090eee26bac09aeb20b9e (patch)
treefa8f05541ac953a85b3ff7bd6582d1de99284997 /scripts/mkgdbspec.in
parent2002-06-14 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-c93fb2af843f15398bb090eee26bac09aeb20b9e.tar.bz2
2002-06-14 Joel Sherrill <joel@OARcorp.com>
* mkgdbspec.in, setup.def, gcc3newlib/gccnewlib.add, gdb/gdb.add: Updated to gcc 3.1 and gdb 5.2.
Diffstat (limited to '')
-rw-r--r--scripts/mkgdbspec.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/mkgdbspec.in b/scripts/mkgdbspec.in
index 3e73746225..3f5561a3f1 100644
--- a/scripts/mkgdbspec.in
+++ b/scripts/mkgdbspec.in
@@ -51,8 +51,9 @@ target_alias=$1
specfile=${dst}/$target_alias-gdb-${gdb_version}.spec
case ${target_alias} in
- arm* | d10v* | d30v* | erc32* | fr30* | h8300* | h8500* | i960* | m32r* | \
- mcore* | mips* | mn10200* | mn10300* | sh* | sparc*| v850* | w65* | z8k*)
+ arm* | d10v* | d30v* | erc32* | fr30* | h8300* | h8500* | hppa1.1* | \
+ i960* | m32r* | mcore* | mips* | mn10200* | mn10300* | sh* | sparc*| \
+ v850* | w65* | z8k*)
extra_configure_arguments="--enable-sim"
;;
powerpc*)