2003-03-18 D.Venkatasubramanian <dvenkat@noida.hcltech.com>

* libc/include/sys/h8300hms/crt0.S[__SIMULATOR__]: Add commandline
        support.
        * configure.host (h8300*-*-*): Added comment regarding -D__SIMULATOR__
        flag to support simulator only extensions.
This commit is contained in:
Jeff Johnston
2003-03-18 20:38:04 +00:00
parent 6a80a133be
commit e65d559e71
3 changed files with 28 additions and 0 deletions

View File

@ -503,6 +503,9 @@ case "${host}" in
h8300*-*-*)
syscall_dir=syscalls
newlib_cflags="${newlib_cflags} -DSMALL_DTOA -DSMALL_MEMORY"
# Simulator only extensions for H8300.
# Uncomment the next line to enable them.
# newlib_cflags="${newlib_cflags} -D__SIMULATOR__"
;;
h8500-*-*)
syscall_dir=syscalls