aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/configure.in
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1996-06-02 15:40:16 +0000
committerMichael Meissner <gnu@the-meissners.org>1996-06-02 15:40:16 +0000
commit88f1eac415c4e4a35a87a51630960f0d686eef26 (patch)
treefb208cbe864fcbc058ad3625bc9a9e55e5bd9ad8 /sim/ppc/configure.in
parent9c44af609b15dbd2bb1d7d168f54444b8bb1ad3a (diff)
downloadgdb-88f1eac415c4e4a35a87a51630960f0d686eef26.zip
gdb-88f1eac415c4e4a35a87a51630960f0d686eef26.tar.gz
gdb-88f1eac415c4e4a35a87a51630960f0d686eef26.tar.bz2
Add Solaris and Linux emulations
Diffstat (limited to 'sim/ppc/configure.in')
-rw-r--r--sim/ppc/configure.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/sim/ppc/configure.in b/sim/ppc/configure.in
index f81a2cc..fb662a0 100644
--- a/sim/ppc/configure.in
+++ b/sim/ppc/configure.in
@@ -290,6 +290,7 @@ AC_ARG_ENABLE(sim-alignment,
[case "${enableval}" in
yes | strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
no | nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
+ 0 | default | DEFAULT) sim_alignment="-DWITH_ALIGNMENT=0";;
*) AC_MSG_ERROR("Unknown value $enableval passed to --enable-sim-alignment"); sim_alignment="";;
esac
if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
@@ -443,9 +444,9 @@ AC_STRUCT_ST_BLOCKS
AC_STRUCT_ST_RDEV
AC_STRUCT_TIMEZONE
-AC_CHECK_FUNCS(dup dup2 fcntl fstat fstatfs getdirentries getegid geteuid getgid getpid getrusage gettimeofday getuid ioctl kill lseek lstat sigprocmask stat umask)
+AC_CHECK_FUNCS(cfgetispeed cfgetospeed cfsetispeed cfsetospeed chdir chmod chown dup dup2 fchmod fchown fcntl fstat fstatfs getdirentries getegid geteuid getgid getpid getppid getrusage gettimeofday getuid ioctl kill link lseek lstat mkdir pipe readlink rmdir setreuid setregid stat sigprocmask stat symlink tcgetattr tcsetattr tcsendbreak tcdrain tcflush tcflow tcgetpgrp tcsetpgrp time umask unlink)
-AC_CHECK_HEADERS(string.h strings.h stdlib.h time.h sys/mount.h sys/types.h sys/time.h sys/times.h unistd.h sys/resource.h sys/ioctl.h)
+AC_CHECK_HEADERS(fcntl.h stdlib.h string.h strings.h sys/ioctl.h sys/mount.h sys/param.h sys/resource.h sys/stat.h sys/termio.h sys/termios.h sys/time.h sys/times.h sys/types.h time.h unistd.h)
AC_HEADER_DIRENT
AC_OUTPUT(Makefile,