aboutsummaryrefslogtreecommitdiff
path: root/sim/configure
diff options
context:
space:
mode:
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 8d324ad..b8029dd 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.