diff options
Diffstat (limited to 'newlib/configure.host')
-rw-r--r-- | newlib/configure.host | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/configure.host b/newlib/configure.host index 9661f69e7..ef73fd0ad 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -226,6 +226,10 @@ case "${host_cpu}" in powerpc*) machine_dir=powerpc ;; + rl78) + machine_dir=rl78 + newlib_cflags="${newlib_cflags} -DPREFER_SIZE_OVER_SPEED -DSMALL_MEMORY" + ;; rx) machine_dir=rx default_newlib_io_long_long="yes" |