summaryrefslogtreecommitdiff
path: root/sim/configure
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-10-20 00:16:44 +0000
committerAndrew Cagney <cagney@redhat.com>2001-10-20 00:16:44 +0000
commit457174f64589daa9de82ec30b109e69b1e28ce3b (patch)
treefe1b855a7464a3b883f7a4854af95cd9ab9c9a07 /sim/configure
parente1a0bf5185af6251a9cebb6e302089bfc99a89bb (diff)
downloadbinutils-gdb-457174f64589daa9de82ec30b109e69b1e28ce3b.tar.gz
Enable PowerPC simulator on native linux and netbsd.
Diffstat (limited to 'sim/configure')
-rwxr-xr-xsim/configure3
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/configure b/sim/configure
index 8d324ad74ec..b8029dd4da4 100755
--- a/sim/configure
+++ b/sim/configure
@@ -1448,7 +1448,8 @@ case "${target}" in
sim_target=mn10200
;;
sh*-*-*) sim_target=sh ;;
- powerpc*-*-eabi* | powerpc*-*-solaris* | powerpc*-*-sysv4* | powerpc*-*-elf* | powerpc*-*-linux* )
+ powerpc*-*-eabi* | powerpc*-*-solaris* | powerpc*-*-sysv4* | \
+ powerpc*-*-elf* | powerpc*-*-linux* | powerpc*-*-netbsd* )
# The PowerPC simulator uses the GCC extension long long as well as
# ANSI prototypes, so don't enable it for random host compilers
# unless asked to.