diff options
Diffstat (limited to 'newlib/configure.host')
-rw-r--r-- | newlib/configure.host | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/newlib/configure.host b/newlib/configure.host index 07ef60795..40b72931e 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -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 |