diff options
author | Andrew Cagney <cagney@redhat.com> | 1998-03-27 03:10:53 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1998-03-27 03:10:53 +0000 |
commit | 6d133cc9dff70d06c61e9347e06bd22f7edf9c77 (patch) | |
tree | 153e84c84e79e8b83fe80c4f487f7b7fa477fb66 /sim/mn10300/configure.in | |
parent | 77c9b27d9726f8c50c69ca7f30a65c4ec41607d0 (diff) | |
download | gdb-6d133cc9dff70d06c61e9347e06bd22f7edf9c77.zip gdb-6d133cc9dff70d06c61e9347e06bd22f7edf9c77.tar.gz gdb-6d133cc9dff70d06c61e9347e06bd22f7edf9c77.tar.bz2 |
Add sanitize-am30 markers. Keep details of AM30 implementation of
mn10300 out of the public eye.
Do something with top-level cgen directory.
Diffstat (limited to 'sim/mn10300/configure.in')
-rw-r--r-- | sim/mn10300/configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/mn10300/configure.in b/sim/mn10300/configure.in index e729863..59423e1 100644 --- a/sim/mn10300/configure.in +++ b/sim/mn10300/configure.in @@ -12,7 +12,9 @@ SIM_AC_OPTION_HOSTENDIAN SIM_AC_OPTION_WARNINGS SIM_AC_OPTION_RESERVED_BITS SIM_AC_OPTION_BITSIZE(32,31) +# start-sanitize-am30 SIM_AC_OPTION_HARDWARE(,mn103cpu mn103int) +# end-sanitize-am30 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) |