fix merge problem: newlib configure.host - powerpc-macos target

This commit is contained in:
Wolfgang Thaller 2017-10-07 16:05:49 +02:00
parent 46c502e5da
commit 1f10508c9b

View File

@ -745,7 +745,8 @@ case "${host}" in
m68k-apple-macos)
newlib_cflags="${newlib_cflags} -DMISSING_SYSCALL_NAMES -DMALLOC_PROVIDED"
newlib_cflags="${newlib_cflags} -ffunction-sections"
;;
syscall_dir=
;;
mcore-*-*)
syscall_dir=syscalls
;;
@ -810,6 +811,10 @@ case "${host}" in
newlib_cflags="${newlib_cflags} -DHAVE_OPENDIR -DHAVE_RENAME -DHAVE_FCNTL -D_NO_POSIX_SPAWN"
syscall_dir=syscalls
;;
powerpc-*-macos)
newlib_cflags="${newlib_cflags} -DHAVE_RENAME -DHAVE_SYSTEM -DMISSING_SYSCALL_NAMES -DMALLOC_PROVIDED"
syscall_dir=
;;
sh*-*-*)
default_newlib_io_long_long="yes"
syscall_dir=syscalls