diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-09-04 10:10:02 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-09-04 10:10:02 +0000 |
commit | da3a66e5ca77e7c0c33957631800f237f05bafcb (patch) | |
tree | 1cad33dfadc789f011cb161b802f1707f186c43a /sim/v850/configure.in | |
parent | 6dbaff8f6067e91995adc90e5c8939de41c56e9a (diff) | |
download | gdb-da3a66e5ca77e7c0c33957631800f237f05bafcb.zip gdb-da3a66e5ca77e7c0c33957631800f237f05bafcb.tar.gz gdb-da3a66e5ca77e7c0c33957631800f237f05bafcb.tar.bz2 |
Replace memory model with one from sim/common directory.
Diffstat (limited to 'sim/v850/configure.in')
-rw-r--r-- | sim/v850/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/v850/configure.in b/sim/v850/configure.in index 1eb128f..002493b 100644 --- a/sim/v850/configure.in +++ b/sim/v850/configure.in @@ -9,7 +9,7 @@ SIM_AC_OPTION_ENDIAN(LITTLE_ENDIAN) SIM_AC_OPTION_HOSTENDIAN SIM_AC_OPTION_WARNINGS -AC_CHECK_FUNCS(time, chmod, utime) +AC_CHECK_FUNCS(time chmod utime fork execve execv chown) AC_CHECK_HEADERS(unistd.h stdlib.h string.h strings.h utime.h time.h) SIM_AC_OUTPUT |