Advertisement
Guest User

pongoOS building

a guest
Feb 26th, 2021
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 332.07 KB | None | 0 0
  1. root@ubuntu:~/pongoOS# make all
  2. make -C newlib all
  3. make[1]: Entering directory '/root/pongoOS/newlib'
  4. make -C /root/pongoOS/newlib/build all
  5. make[2]: Entering directory '/root/pongoOS/newlib/build'
  6. make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=--target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL " "CCASFLAGS=--target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=" "INSTALL=/usr/bin/install -c" "LDFLAGS=" "LIBCFLAGS=" "LIBCFLAGS_FOR_TARGET=" "MAKE=make" "MAKEINFO=/bin/bash /root/pongoOS/newlib/src/missing --run makeinfo " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/bash" "EXPECT=`if test -f ./../expect/expect; then echo ./../expect/expect; else echo expect; fi`" "RUNTEST=`if test -f /root/pongoOS/newlib/src/newlib/../dejagnu/runtest; then echo /root/pongoOS/newlib/src/newlib/../dejagnu/runtest; else echo runtest; fi`" "RUNTESTFLAGS=" "exec_prefix=/root/pongoOS/newlib" "infodir=/root/pongoOS/newlib/share/info" "libdir=/root/pongoOS/newlib/lib" "prefix=/root/pongoOS/newlib" "tooldir=/root/pongoOS/newlib/aarch64-none-darwin" "top_toollibdir=/root/pongoOS/newlib/aarch64-none-darwin/lib" "AR=llvm-ar" "AS=as" "CC=clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include" "LD=" "LIBCFLAGS=" "NM=" "PICFLAG=" "RANLIB=llvm-ranlib" "DESTDIR=" all-recursive
  7. make[3]: Entering directory '/root/pongoOS/newlib/build'
  8. true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=--target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL " "CCASFLAGS=--target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=" "INSTALL=/usr/bin/install -c" "LDFLAGS=" "LIBCFLAGS=" "LIBCFLAGS_FOR_TARGET=" "MAKE=make" "MAKEINFO=/bin/bash /root/pongoOS/newlib/src/missing --run makeinfo " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/bash" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/root/pongoOS/newlib" "infodir=/root/pongoOS/newlib/share/info" "libdir=/root/pongoOS/newlib/lib" "prefix=/root/pongoOS/newlib" "tooldir=/root/pongoOS/newlib/aarch64-none-darwin" "top_toollibdir=/root/pongoOS/newlib/aarch64-none-darwin/lib" "AR=llvm-ar" "AS=as" "CC=clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include" "LD=" "LIBCFLAGS=" "NM=" "PICFLAG=" "RANLIB=llvm-ranlib" "DESTDIR=" DO=all multi-do # make
  9. Making all in libc
  10. make[4]: Entering directory '/root/pongoOS/newlib/build/libc'
  11. Making all in argz
  12. make[5]: Entering directory '/root/pongoOS/newlib/build/libc/argz'
  13. rm -f lib.a
  14. llvm-ar cru lib.a lib_a-dummy.o lib_a-argz_add.o lib_a-argz_add_sep.o lib_a-argz_append.o lib_a-argz_count.o lib_a-argz_create.o lib_a-argz_create_sep.o lib_a-argz_delete.o lib_a-argz_extract.o lib_a-argz_insert.o lib_a-argz_next.o lib_a-argz_replace.o lib_a-argz_stringify.o lib_a-buf_findstr.o lib_a-envz_entry.o lib_a-envz_get.o lib_a-envz_add.o lib_a-envz_remove.o lib_a-envz_merge.o lib_a-envz_strip.o
  15. llvm-ranlib lib.a
  16. make[5]: Leaving directory '/root/pongoOS/newlib/build/libc/argz'
  17. Making all in stdlib
  18. make[5]: Entering directory '/root/pongoOS/newlib/build/libc/stdlib'
  19. rm -f lib.a
  20. llvm-ar cru lib.a lib_a-__adjust.o lib_a-__atexit.o lib_a-__call_atexit.o lib_a-__exp10.o lib_a-__ten_mu.o lib_a-_Exit.o lib_a-abort.o lib_a-abs.o lib_a-aligned_alloc.o lib_a-assert.o lib_a-atexit.o lib_a-atof.o lib_a-atoff.o lib_a-atoi.o lib_a-atol.o lib_a-calloc.o lib_a-div.o lib_a-dtoa.o lib_a-dtoastub.o lib_a-environ.o lib_a-envlock.o lib_a-eprintf.o lib_a-exit.o lib_a-gdtoa-gethex.o lib_a-gdtoa-hexnan.o lib_a-getenv.o lib_a-getenv_r.o lib_a-imaxabs.o lib_a-imaxdiv.o lib_a-itoa.o lib_a-labs.o lib_a-ldiv.o lib_a-ldtoa.o lib_a-malloc.o lib_a-mblen.o lib_a-mblen_r.o lib_a-mbstowcs.o lib_a-mbstowcs_r.o lib_a-mbtowc.o lib_a-mbtowc_r.o lib_a-mlock.o lib_a-mprec.o lib_a-mstats.o lib_a-on_exit_args.o lib_a-quick_exit.o lib_a-rand.o lib_a-rand_r.o lib_a-random.o lib_a-realloc.o lib_a-reallocarray.o lib_a-reallocf.o lib_a-sb_charsets.o lib_a-strtod.o lib_a-strtoimax.o lib_a-strtol.o lib_a-strtoul.o lib_a-strtoumax.o lib_a-utoa.o lib_a-wcstod.o lib_a-wcstoimax.o lib_a-wcstol.o lib_a-wcstoul.o lib_a-wcstoumax.o lib_a-wcstombs.o lib_a-wcstombs_r.o lib_a-wctomb.o lib_a-wctomb_r.o lib_a-strtodg.o lib_a-strtold.o lib_a-strtorx.o lib_a-wcstold.o lib_a-arc4random.o lib_a-arc4random_uniform.o lib_a-cxa_atexit.o lib_a-cxa_finalize.o lib_a-drand48.o lib_a-ecvtbuf.o lib_a-efgcvt.o lib_a-erand48.o lib_a-jrand48.o lib_a-lcong48.o lib_a-lrand48.o lib_a-mrand48.o lib_a-msize.o lib_a-mtrim.o lib_a-nrand48.o lib_a-rand48.o lib_a-seed48.o lib_a-srand48.o lib_a-strtoll.o lib_a-strtoll_r.o lib_a-strtoull.o lib_a-strtoull_r.o lib_a-wcstoll.o lib_a-wcstoll_r.o lib_a-wcstoull.o lib_a-wcstoull_r.o lib_a-atoll.o lib_a-llabs.o lib_a-lldiv.o lib_a-a64l.o lib_a-btowc.o lib_a-getopt.o lib_a-getsubopt.o lib_a-l64a.o lib_a-malign.o lib_a-mbrlen.o lib_a-mbrtowc.o lib_a-mbsinit.o lib_a-mbsnrtowcs.o lib_a-mbsrtowcs.o lib_a-on_exit.o lib_a-valloc.o lib_a-wcrtomb.o lib_a-wcsnrtombs.o lib_a-wcsrtombs.o lib_a-wctob.o lib_a-putenv.o lib_a-putenv_r.o lib_a-setenv.o lib_a-setenv_r.o lib_a-rpmatch.o lib_a-system.o lib_a-freer.o lib_a-reallocr.o lib_a-callocr.o lib_a-cfreer.o lib_a-mallinfor.o lib_a-mallstatsr.o lib_a-msizer.o lib_a-mallocr.o lib_a-malignr.o lib_a-malloptr.o lib_a-pvallocr.o lib_a-vallocr.o
  21. llvm-ranlib lib.a
  22. make[5]: Leaving directory '/root/pongoOS/newlib/build/libc/stdlib'
  23. Making all in ctype
  24. make[5]: Entering directory '/root/pongoOS/newlib/build/libc/ctype'
  25. rm -f lib.a
  26. llvm-ar cru lib.a lib_a-ctype_.o lib_a-isalnum.o lib_a-isalpha.o lib_a-iscntrl.o lib_a-isdigit.o lib_a-islower.o lib_a-isupper.o lib_a-isprint.o lib_a-ispunct.o lib_a-isspace.o lib_a-isxdigit.o lib_a-tolower.o lib_a-toupper.o lib_a-categories.o lib_a-isalnum_l.o lib_a-isalpha_l.o lib_a-isascii.o lib_a-isascii_l.o lib_a-isblank.o lib_a-isblank_l.o lib_a-iscntrl_l.o lib_a-isdigit_l.o lib_a-islower_l.o lib_a-isupper_l.o lib_a-isprint_l.o lib_a-ispunct_l.o lib_a-isspace_l.o lib_a-iswalnum.o lib_a-iswalnum_l.o lib_a-iswalpha.o lib_a-iswalpha_l.o lib_a-iswblank.o lib_a-iswblank_l.o lib_a-iswcntrl.o lib_a-iswcntrl_l.o lib_a-iswctype.o lib_a-iswctype_l.o lib_a-iswdigit.o lib_a-iswdigit_l.o lib_a-iswgraph.o lib_a-iswgraph_l.o lib_a-iswlower.o lib_a-iswlower_l.o lib_a-iswprint.o lib_a-iswprint_l.o lib_a-iswpunct.o lib_a-iswpunct_l.o lib_a-iswspace.o lib_a-iswspace_l.o lib_a-iswupper.o lib_a-iswupper_l.o lib_a-iswxdigit.o lib_a-iswxdigit_l.o lib_a-isxdigit_l.o lib_a-jp2uc.o lib_a-toascii.o lib_a-toascii_l.o lib_a-tolower_l.o lib_a-toupper_l.o lib_a-towctrans.o lib_a-towctrans_l.o lib_a-towlower.o lib_a-towlower_l.o lib_a-towupper.o lib_a-towupper_l.o lib_a-wctrans.o lib_a-wctrans_l.o lib_a-wctype.o lib_a-wctype_l.o
  27. llvm-ranlib lib.a
  28. make[5]: Leaving directory '/root/pongoOS/newlib/build/libc/ctype'
  29. Making all in search
  30. make[5]: Entering directory '/root/pongoOS/newlib/build/libc/search'
  31. rm -f lib.a
  32. llvm-ar cru lib.a lib_a-bsearch.o lib_a-ndbm.o lib_a-qsort.o lib_a-hash.o lib_a-hash_bigkey.o lib_a-hash_buf.o lib_a-hash_func.o lib_a-hash_log2.o lib_a-hash_page.o lib_a-hcreate.o lib_a-hcreate_r.o lib_a-tdelete.o lib_a-tdestroy.o lib_a-tfind.o lib_a-tsearch.o lib_a-twalk.o lib_a-bsd_qsort_r.o lib_a-qsort_r.o
  33. llvm-ranlib lib.a
  34. make[5]: Leaving directory '/root/pongoOS/newlib/build/libc/search'
  35. Making all in stdio
  36. make[5]: Entering directory '/root/pongoOS/newlib/build/libc/stdio'
  37. rm -f lib.a
  38. llvm-ar cru lib.a lib_a-fiprintf.o lib_a-fiscanf.o lib_a-iprintf.o lib_a-iscanf.o lib_a-siprintf.o lib_a-siscanf.o lib_a-sniprintf.o lib_a-vdiprintf.o lib_a-vfprintf.o lib_a-vfwprintf.o lib_a-viprintf.o lib_a-viscanf.o lib_a-vsiprintf.o lib_a-vsiscanf.o lib_a-vsniprintf.o lib_a-clearerr.o lib_a-fclose.o lib_a-fdopen.o lib_a-feof.o lib_a-ferror.o lib_a-fflush.o lib_a-fgetc.o lib_a-fgetpos.o lib_a-fgets.o lib_a-fileno.o lib_a-findfp.o lib_a-flags.o lib_a-fopen.o lib_a-fprintf.o lib_a-fputc.o lib_a-fputs.o lib_a-fread.o lib_a-freopen.o lib_a-fscanf.o lib_a-fseek.o lib_a-fsetpos.o lib_a-ftell.o lib_a-fvwrite.o lib_a-fwalk.o lib_a-fwrite.o lib_a-getc.o lib_a-getchar.o lib_a-getc_u.o lib_a-getchar_u.o lib_a-getdelim.o lib_a-getline.o lib_a-gets.o lib_a-makebuf.o lib_a-perror.o lib_a-printf.o lib_a-putc.o lib_a-putchar.o lib_a-putc_u.o lib_a-putchar_u.o lib_a-puts.o lib_a-refill.o lib_a-remove.o lib_a-rename.o lib_a-rewind.o lib_a-rget.o lib_a-scanf.o lib_a-sccl.o lib_a-setbuf.o lib_a-setbuffer.o lib_a-setlinebuf.o lib_a-setvbuf.o lib_a-snprintf.o lib_a-sprintf.o lib_a-sscanf.o lib_a-stdio.o lib_a-tmpfile.o lib_a-tmpnam.o lib_a-ungetc.o lib_a-vdprintf.o lib_a-vprintf.o lib_a-vscanf.o lib_a-vsnprintf.o lib_a-vsprintf.o lib_a-vsscanf.o lib_a-wbuf.o lib_a-wsetup.o lib_a-asiprintf.o lib_a-vasiprintf.o lib_a-asprintf.o lib_a-fcloseall.o lib_a-fseeko.o lib_a-ftello.o lib_a-getw.o lib_a-mktemp.o lib_a-putw.o lib_a-vasprintf.o lib_a-asniprintf.o lib_a-diprintf.o lib_a-vasniprintf.o lib_a-asnprintf.o lib_a-clearerr_u.o lib_a-dprintf.o lib_a-feof_u.o lib_a-ferror_u.o lib_a-fflush_u.o lib_a-fgetc_u.o lib_a-fgets_u.o lib_a-fgetwc.o lib_a-fgetwc_u.o lib_a-fgetws.o lib_a-fgetws_u.o lib_a-fileno_u.o lib_a-fmemopen.o lib_a-fopencookie.o lib_a-fpurge.o lib_a-fputc_u.o lib_a-fputs_u.o lib_a-fputwc.o lib_a-fputwc_u.o lib_a-fputws.o lib_a-fputws_u.o lib_a-fread_u.o lib_a-fsetlocking.o lib_a-funopen.o lib_a-fwide.o lib_a-fwprintf.o lib_a-fwrite_u.o lib_a-fwscanf.o lib_a-getwc.o lib_a-getwc_u.o lib_a-getwchar.o lib_a-getwchar_u.o lib_a-open_memstream.o lib_a-putwc.o lib_a-putwc_u.o lib_a-putwchar.o lib_a-putwchar_u.o lib_a-stdio_ext.o lib_a-swprintf.o lib_a-swscanf.o lib_a-ungetwc.o lib_a-vasnprintf.o lib_a-vswprintf.o lib_a-vswscanf.o lib_a-vwprintf.o lib_a-vwscanf.o lib_a-wprintf.o lib_a-wscanf.o lib_a-svfiprintf.o lib_a-svfprintf.o lib_a-svfiscanf.o lib_a-svfscanf.o lib_a-vfiprintf.o lib_a-vfscanf.o lib_a-vfiscanf.o lib_a-svfiwprintf.o lib_a-svfwprintf.o lib_a-vfiwprintf.o lib_a-svfiwscanf.o lib_a-svfwscanf.o lib_a-vfiwscanf.o lib_a-vfwscanf.o
  39. llvm-ranlib lib.a
  40. make[5]: Leaving directory '/root/pongoOS/newlib/build/libc/stdio'
  41. Making all in string
  42. make[5]: Entering directory '/root/pongoOS/newlib/build/libc/string'
  43. rm -f lib.a
  44. llvm-ar cru lib.a lib_a-bcopy.o lib_a-bzero.o lib_a-explicit_bzero.o lib_a-ffsl.o lib_a-ffsll.o lib_a-fls.o lib_a-flsl.o lib_a-flsll.o lib_a-index.o lib_a-memchr.o lib_a-memcmp.o lib_a-memcpy.o lib_a-memmove.o lib_a-memset.o lib_a-rindex.o lib_a-strcasecmp.o lib_a-strcat.o lib_a-strchr.o lib_a-strcmp.o lib_a-strcoll.o lib_a-strcpy.o lib_a-strcspn.o lib_a-strdup.o lib_a-strdup_r.o lib_a-strerror.o lib_a-strerror_r.o lib_a-strlcat.o lib_a-strlcpy.o lib_a-strlen.o lib_a-strlwr.o lib_a-strncasecmp.o lib_a-strncat.o lib_a-strncmp.o lib_a-strncpy.o lib_a-strnlen.o lib_a-strnstr.o lib_a-strpbrk.o lib_a-strrchr.o lib_a-strsep.o lib_a-strsignal.o lib_a-strspn.o lib_a-strtok.o lib_a-strtok_r.o lib_a-strupr.o lib_a-strxfrm.o lib_a-strstr.o lib_a-swab.o lib_a-timingsafe_bcmp.o lib_a-timingsafe_memcmp.o lib_a-u_strerr.o lib_a-wcscat.o lib_a-wcschr.o lib_a-wcscmp.o lib_a-wcscoll.o lib_a-wcscpy.o lib_a-wcscspn.o lib_a-wcslcat.o lib_a-wcslcpy.o lib_a-wcslen.o lib_a-wcsncat.o lib_a-wcsncmp.o lib_a-wcsncpy.o lib_a-wcsnlen.o lib_a-wcspbrk.o lib_a-wcsrchr.o lib_a-wcsspn.o lib_a-wcsstr.o lib_a-wcstok.o lib_a-wcswidth.o lib_a-wcsxfrm.o lib_a-wcwidth.o lib_a-wmemchr.o lib_a-wmemcmp.o lib_a-wmemcpy.o lib_a-wmemmove.o lib_a-wmemset.o lib_a-xpg_strerror_r.o lib_a-bcmp.o lib_a-memccpy.o lib_a-mempcpy.o lib_a-stpcpy.o lib_a-stpncpy.o lib_a-strndup.o lib_a-strcasestr.o lib_a-strchrnul.o lib_a-strndup_r.o lib_a-wcpcpy.o lib_a-wcpncpy.o lib_a-wcsdup.o lib_a-gnu_basename.o lib_a-memmem.o lib_a-memrchr.o lib_a-rawmemchr.o lib_a-strcasecmp_l.o lib_a-strcoll_l.o lib_a-strncasecmp_l.o lib_a-strverscmp.o lib_a-strxfrm_l.o lib_a-wcscasecmp.o lib_a-wcscasecmp_l.o lib_a-wcscoll_l.o lib_a-wcsncasecmp.o lib_a-wcsncasecmp_l.o lib_a-wcsxfrm_l.o lib_a-wmempcpy.o
  45. llvm-ranlib lib.a
  46. make[5]: Leaving directory '/root/pongoOS/newlib/build/libc/string'
  47. Making all in signal
  48. make[5]: Entering directory '/root/pongoOS/newlib/build/libc/signal'
  49. rm -f lib.a
  50. llvm-ar cru lib.a lib_a-psignal.o lib_a-raise.o lib_a-signal.o
  51. llvm-ranlib lib.a
  52. make[5]: Leaving directory '/root/pongoOS/newlib/build/libc/signal'
  53. Making all in time
  54. make[5]: Entering directory '/root/pongoOS/newlib/build/libc/time'
  55. rm -f lib.a
  56. llvm-ar cru lib.a lib_a-asctime.o lib_a-asctime_r.o lib_a-clock.o lib_a-ctime.o lib_a-ctime_r.o lib_a-difftime.o lib_a-gettzinfo.o lib_a-gmtime.o lib_a-gmtime_r.o lib_a-lcltime.o lib_a-lcltime_r.o lib_a-mktime.o lib_a-month_lengths.o lib_a-strftime.o lib_a-strptime.o lib_a-time.o lib_a-tzcalc_limits.o lib_a-tzlock.o lib_a-tzset.o lib_a-tzset_r.o lib_a-tzvars.o lib_a-wcsftime.o
  57. llvm-ranlib lib.a
  58. make[5]: Leaving directory '/root/pongoOS/newlib/build/libc/time'
  59. Making all in locale
  60. make[5]: Entering directory '/root/pongoOS/newlib/build/libc/locale'
  61. rm -f lib.a
  62. llvm-ar cru lib.a lib_a-locale.o lib_a-localeconv.o lib_a-duplocale.o lib_a-freelocale.o lib_a-lctype.o lib_a-lmessages.o lib_a-lnumeric.o lib_a-lmonetary.o lib_a-newlocale.o lib_a-nl_langinfo.o lib_a-timelocal.o lib_a-uselocale.o
  63. llvm-ranlib lib.a
  64. make[5]: Leaving directory '/root/pongoOS/newlib/build/libc/locale'
  65. Making all in sys
  66. make[5]: Entering directory '/root/pongoOS/newlib/build/libc/sys'
  67. Making all in .
  68. make[6]: Entering directory '/root/pongoOS/newlib/build/libc/sys'
  69. make[6]: Nothing to be done for 'all-am'.
  70. make[6]: Leaving directory '/root/pongoOS/newlib/build/libc/sys'
  71. make[5]: Leaving directory '/root/pongoOS/newlib/build/libc/sys'
  72. Making all in reent
  73. make[5]: Entering directory '/root/pongoOS/newlib/build/libc/reent'
  74. rm -f lib.a
  75. llvm-ar cru lib.a lib_a-closer.o lib_a-reent.o lib_a-impure.o lib_a-fcntlr.o lib_a-fstatr.o lib_a-getreent.o lib_a-gettimeofdayr.o lib_a-isattyr.o lib_a-linkr.o lib_a-lseekr.o lib_a-mkdirr.o lib_a-openr.o lib_a-readr.o lib_a-renamer.o lib_a-signalr.o lib_a-signgam.o lib_a-sbrkr.o lib_a-statr.o lib_a-timesr.o lib_a-unlinkr.o lib_a-writer.o lib_a-execr.o
  76. llvm-ranlib lib.a
  77. make[5]: Leaving directory '/root/pongoOS/newlib/build/libc/reent'
  78. Making all in errno
  79. make[5]: Entering directory '/root/pongoOS/newlib/build/libc/errno'
  80. rm -f lib.a
  81. llvm-ar cru lib.a lib_a-errno.o
  82. llvm-ranlib lib.a
  83. make[5]: Leaving directory '/root/pongoOS/newlib/build/libc/errno'
  84. Making all in misc
  85. make[5]: Entering directory '/root/pongoOS/newlib/build/libc/misc'
  86. rm -f lib.a
  87. llvm-ar cru lib.a lib_a-__dprintf.o lib_a-unctrl.o lib_a-ffs.o lib_a-init.o lib_a-fini.o
  88. llvm-ranlib lib.a
  89. make[5]: Leaving directory '/root/pongoOS/newlib/build/libc/misc'
  90. Making all in machine
  91. make[5]: Entering directory '/root/pongoOS/newlib/build/libc/machine'
  92. Making all in aarch64
  93. make[6]: Entering directory '/root/pongoOS/newlib/build/libc/machine/aarch64'
  94. rm -f lib.a
  95. llvm-ar cru lib.a lib_a-memchr-stub.o lib_a-memchr.o lib_a-memcmp-stub.o lib_a-memcmp.o lib_a-memcpy-stub.o lib_a-memcpy.o lib_a-memmove-stub.o lib_a-memmove.o lib_a-memset-stub.o lib_a-memset.o lib_a-rawmemchr.o lib_a-rawmemchr-stub.o lib_a-setjmp.o lib_a-stpcpy-stub.o lib_a-stpcpy.o lib_a-strchr-stub.o lib_a-strchr.o lib_a-strchrnul-stub.o lib_a-strchrnul.o lib_a-strcmp-stub.o lib_a-strcmp.o lib_a-strcpy-stub.o lib_a-strcpy.o lib_a-strlen-stub.o lib_a-strlen.o lib_a-strncmp-stub.o lib_a-strncmp.o lib_a-strnlen-stub.o lib_a-strnlen.o lib_a-strrchr-stub.o lib_a-strrchr.o
  96. llvm-ranlib lib.a
  97. make[6]: Leaving directory '/root/pongoOS/newlib/build/libc/machine/aarch64'
  98. Making all in .
  99. make[6]: Entering directory '/root/pongoOS/newlib/build/libc/machine'
  100. rm -f lib.a
  101. ln aarch64/lib.a lib.a >/dev/null 2>/dev/null || \
  102. cp aarch64/lib.a lib.a
  103. make[6]: Leaving directory '/root/pongoOS/newlib/build/libc/machine'
  104. make[5]: Leaving directory '/root/pongoOS/newlib/build/libc/machine'
  105. Making all in syscalls
  106. make[5]: Entering directory '/root/pongoOS/newlib/build/libc/syscalls'
  107. rm -f lib.a
  108. llvm-ar cru lib.a lib_a-sysclose.o lib_a-sysfcntl.o lib_a-sysfstat.o lib_a-sysgetpid.o lib_a-sysgettod.o lib_a-sysisatty.o lib_a-syskill.o lib_a-syslink.o lib_a-syslseek.o lib_a-sysopen.o lib_a-sysread.o lib_a-syssbrk.o lib_a-sysstat.o lib_a-systimes.o lib_a-sysunlink.o lib_a-syswrite.o lib_a-sysexecve.o lib_a-sysfork.o lib_a-syswait.o
  109. llvm-ranlib lib.a
  110. make[5]: Leaving directory '/root/pongoOS/newlib/build/libc/syscalls'
  111. Making all in ssp
  112. make[5]: Entering directory '/root/pongoOS/newlib/build/libc/ssp'
  113. rm -f lib.a
  114. llvm-ar cru lib.a lib_a-chk_fail.o lib_a-stack_protector.o lib_a-memcpy_chk.o lib_a-memmove_chk.o lib_a-mempcpy_chk.o lib_a-memset_chk.o lib_a-stpcpy_chk.o lib_a-stpncpy_chk.o lib_a-strcat_chk.o lib_a-strcpy_chk.o lib_a-strncat_chk.o lib_a-strncpy_chk.o lib_a-gets_chk.o lib_a-snprintf_chk.o lib_a-sprintf_chk.o lib_a-vsnprintf_chk.o lib_a-vsprintf_chk.o
  115. llvm-ranlib lib.a
  116. make[5]: Leaving directory '/root/pongoOS/newlib/build/libc/ssp'
  117. Making all in .
  118. make[5]: Entering directory '/root/pongoOS/newlib/build/libc'
  119. rm -f libc.a
  120. rm -rf tmp
  121. mkdir tmp
  122. cd tmp; \
  123. for i in argz/lib.a stdlib/lib.a ctype/lib.a search/lib.a stdio/lib.a string/lib.a signal/lib.a time/lib.a locale/lib.a reent/lib.a errno/lib.a misc/lib.a ssp/lib.a syscalls/lib.a machine/lib.a ; do \
  124. llvm-ar x ../$i; \
  125. done; \
  126. llvm-ar rc ../libc.a *.o
  127. llvm-ranlib libc.a
  128. rm -rf tmp
  129. make[5]: Leaving directory '/root/pongoOS/newlib/build/libc'
  130. make[4]: Leaving directory '/root/pongoOS/newlib/build/libc'
  131. Making all in libm
  132. make[4]: Entering directory '/root/pongoOS/newlib/build/libm'
  133. Making all in math
  134. make[5]: Entering directory '/root/pongoOS/newlib/build/libm/math'
  135. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-k_standard.o `test -f 'k_standard.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`k_standard.c
  136. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-k_rem_pio2.o `test -f 'k_rem_pio2.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`k_rem_pio2.c
  137. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-k_cos.o `test -f 'k_cos.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`k_cos.c
  138. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-k_sin.o `test -f 'k_sin.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`k_sin.c
  139. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-k_tan.o `test -f 'k_tan.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`k_tan.c
  140. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-e_acos.o `test -f 'e_acos.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`e_acos.c
  141. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-e_acosh.o `test -f 'e_acosh.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`e_acosh.c
  142. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-e_asin.o `test -f 'e_asin.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`e_asin.c
  143. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-e_atan2.o `test -f 'e_atan2.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`e_atan2.c
  144. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-e_atanh.o `test -f 'e_atanh.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`e_atanh.c
  145. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-e_cosh.o `test -f 'e_cosh.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`e_cosh.c
  146. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-e_exp.o `test -f 'e_exp.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`e_exp.c
  147. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-e_fmod.o `test -f 'e_fmod.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`e_fmod.c
  148. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-e_tgamma.o `test -f 'e_tgamma.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`e_tgamma.c
  149. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-e_hypot.o `test -f 'e_hypot.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`e_hypot.c
  150. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-e_j0.o `test -f 'e_j0.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`e_j0.c
  151. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-e_j1.o `test -f 'e_j1.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`e_j1.c
  152. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-e_jn.o `test -f 'e_jn.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`e_jn.c
  153. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-er_lgamma.o `test -f 'er_lgamma.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`er_lgamma.c
  154. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-e_log.o `test -f 'e_log.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`e_log.c
  155. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-e_log10.o `test -f 'e_log10.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`e_log10.c
  156. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-e_pow.o `test -f 'e_pow.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`e_pow.c
  157. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-e_rem_pio2.o `test -f 'e_rem_pio2.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`e_rem_pio2.c
  158. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-e_remainder.o `test -f 'e_remainder.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`e_remainder.c
  159. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-e_scalb.o `test -f 'e_scalb.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`e_scalb.c
  160. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-e_sinh.o `test -f 'e_sinh.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`e_sinh.c
  161. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-e_sqrt.o `test -f 'e_sqrt.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`e_sqrt.c
  162. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-w_acos.o `test -f 'w_acos.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`w_acos.c
  163. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-w_acosh.o `test -f 'w_acosh.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`w_acosh.c
  164. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-w_asin.o `test -f 'w_asin.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`w_asin.c
  165. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-w_atan2.o `test -f 'w_atan2.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`w_atan2.c
  166. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-w_atanh.o `test -f 'w_atanh.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`w_atanh.c
  167. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-w_cosh.o `test -f 'w_cosh.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`w_cosh.c
  168. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-w_exp.o `test -f 'w_exp.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`w_exp.c
  169. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-w_fmod.o `test -f 'w_fmod.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`w_fmod.c
  170. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-w_gamma.o `test -f 'w_gamma.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`w_gamma.c
  171. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-wr_gamma.o `test -f 'wr_gamma.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`wr_gamma.c
  172. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-w_hypot.o `test -f 'w_hypot.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`w_hypot.c
  173. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-w_j0.o `test -f 'w_j0.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`w_j0.c
  174. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-w_j1.o `test -f 'w_j1.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`w_j1.c
  175. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-w_jn.o `test -f 'w_jn.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`w_jn.c
  176. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-w_lgamma.o `test -f 'w_lgamma.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`w_lgamma.c
  177. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-wr_lgamma.o `test -f 'wr_lgamma.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`wr_lgamma.c
  178. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-w_log.o `test -f 'w_log.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`w_log.c
  179. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-w_log10.o `test -f 'w_log10.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`w_log10.c
  180. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-w_pow.o `test -f 'w_pow.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`w_pow.c
  181. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-w_remainder.o `test -f 'w_remainder.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`w_remainder.c
  182. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-w_scalb.o `test -f 'w_scalb.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`w_scalb.c
  183. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-w_sinh.o `test -f 'w_sinh.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`w_sinh.c
  184. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-w_sqrt.o `test -f 'w_sqrt.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`w_sqrt.c
  185. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-w_sincos.o `test -f 'w_sincos.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`w_sincos.c
  186. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-w_drem.o `test -f 'w_drem.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`w_drem.c
  187. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_asinh.o `test -f 's_asinh.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`s_asinh.c
  188. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_atan.o `test -f 's_atan.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`s_atan.c
  189. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_ceil.o `test -f 's_ceil.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`s_ceil.c
  190. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_cos.o `test -f 's_cos.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`s_cos.c
  191. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_erf.o `test -f 's_erf.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`s_erf.c
  192. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_fabs.o `test -f 's_fabs.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`s_fabs.c
  193. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_floor.o `test -f 's_floor.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`s_floor.c
  194. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_frexp.o `test -f 's_frexp.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`s_frexp.c
  195. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_ldexp.o `test -f 's_ldexp.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`s_ldexp.c
  196. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_signif.o `test -f 's_signif.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`s_signif.c
  197. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_sin.o `test -f 's_sin.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`s_sin.c
  198. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_tan.o `test -f 's_tan.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`s_tan.c
  199. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_tanh.o `test -f 's_tanh.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`s_tanh.c
  200. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-w_exp2.o `test -f 'w_exp2.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`w_exp2.c
  201. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-w_tgamma.o `test -f 'w_tgamma.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`w_tgamma.c
  202. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-kf_rem_pio2.o `test -f 'kf_rem_pio2.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`kf_rem_pio2.c
  203. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-kf_cos.o `test -f 'kf_cos.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`kf_cos.c
  204. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-kf_sin.o `test -f 'kf_sin.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`kf_sin.c
  205. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-kf_tan.o `test -f 'kf_tan.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`kf_tan.c
  206. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-ef_acos.o `test -f 'ef_acos.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`ef_acos.c
  207. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-ef_acosh.o `test -f 'ef_acosh.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`ef_acosh.c
  208. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-ef_asin.o `test -f 'ef_asin.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`ef_asin.c
  209. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-ef_atan2.o `test -f 'ef_atan2.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`ef_atan2.c
  210. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-ef_atanh.o `test -f 'ef_atanh.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`ef_atanh.c
  211. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-ef_cosh.o `test -f 'ef_cosh.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`ef_cosh.c
  212. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-ef_exp.o `test -f 'ef_exp.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`ef_exp.c
  213. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-ef_fmod.o `test -f 'ef_fmod.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`ef_fmod.c
  214. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-ef_tgamma.o `test -f 'ef_tgamma.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`ef_tgamma.c
  215. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-ef_hypot.o `test -f 'ef_hypot.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`ef_hypot.c
  216. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-ef_j0.o `test -f 'ef_j0.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`ef_j0.c
  217. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-ef_j1.o `test -f 'ef_j1.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`ef_j1.c
  218. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-ef_jn.o `test -f 'ef_jn.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`ef_jn.c
  219. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-erf_lgamma.o `test -f 'erf_lgamma.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`erf_lgamma.c
  220. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-ef_log.o `test -f 'ef_log.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`ef_log.c
  221. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-ef_log10.o `test -f 'ef_log10.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`ef_log10.c
  222. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-ef_pow.o `test -f 'ef_pow.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`ef_pow.c
  223. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-ef_rem_pio2.o `test -f 'ef_rem_pio2.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`ef_rem_pio2.c
  224. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-ef_remainder.o `test -f 'ef_remainder.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`ef_remainder.c
  225. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-ef_scalb.o `test -f 'ef_scalb.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`ef_scalb.c
  226. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-ef_sinh.o `test -f 'ef_sinh.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`ef_sinh.c
  227. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-ef_sqrt.o `test -f 'ef_sqrt.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`ef_sqrt.c
  228. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-wf_acos.o `test -f 'wf_acos.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`wf_acos.c
  229. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-wf_acosh.o `test -f 'wf_acosh.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`wf_acosh.c
  230. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-wf_asin.o `test -f 'wf_asin.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`wf_asin.c
  231. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-wf_atan2.o `test -f 'wf_atan2.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`wf_atan2.c
  232. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-wf_atanh.o `test -f 'wf_atanh.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`wf_atanh.c
  233. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-wf_cosh.o `test -f 'wf_cosh.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`wf_cosh.c
  234. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-wf_exp.o `test -f 'wf_exp.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`wf_exp.c
  235. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-wf_fmod.o `test -f 'wf_fmod.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`wf_fmod.c
  236. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-wf_gamma.o `test -f 'wf_gamma.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`wf_gamma.c
  237. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-wrf_gamma.o `test -f 'wrf_gamma.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`wrf_gamma.c
  238. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-wf_hypot.o `test -f 'wf_hypot.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`wf_hypot.c
  239. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-wf_j0.o `test -f 'wf_j0.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`wf_j0.c
  240. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-wf_j1.o `test -f 'wf_j1.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`wf_j1.c
  241. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-wf_jn.o `test -f 'wf_jn.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`wf_jn.c
  242. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-wf_lgamma.o `test -f 'wf_lgamma.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`wf_lgamma.c
  243. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-wrf_lgamma.o `test -f 'wrf_lgamma.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`wrf_lgamma.c
  244. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-wf_log.o `test -f 'wf_log.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`wf_log.c
  245. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-wf_log10.o `test -f 'wf_log10.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`wf_log10.c
  246. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-wf_pow.o `test -f 'wf_pow.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`wf_pow.c
  247. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-wf_remainder.o `test -f 'wf_remainder.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`wf_remainder.c
  248. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-wf_scalb.o `test -f 'wf_scalb.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`wf_scalb.c
  249. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-wf_sinh.o `test -f 'wf_sinh.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`wf_sinh.c
  250. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-wf_sqrt.o `test -f 'wf_sqrt.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`wf_sqrt.c
  251. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-wf_sincos.o `test -f 'wf_sincos.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`wf_sincos.c
  252. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-wf_drem.o `test -f 'wf_drem.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`wf_drem.c
  253. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_asinh.o `test -f 'sf_asinh.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`sf_asinh.c
  254. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_atan.o `test -f 'sf_atan.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`sf_atan.c
  255. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_ceil.o `test -f 'sf_ceil.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`sf_ceil.c
  256. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_cos.o `test -f 'sf_cos.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`sf_cos.c
  257. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_erf.o `test -f 'sf_erf.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`sf_erf.c
  258. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_fabs.o `test -f 'sf_fabs.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`sf_fabs.c
  259. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_floor.o `test -f 'sf_floor.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`sf_floor.c
  260. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_frexp.o `test -f 'sf_frexp.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`sf_frexp.c
  261. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_ldexp.o `test -f 'sf_ldexp.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`sf_ldexp.c
  262. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_signif.o `test -f 'sf_signif.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`sf_signif.c
  263. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_sin.o `test -f 'sf_sin.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`sf_sin.c
  264. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_tan.o `test -f 'sf_tan.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`sf_tan.c
  265. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_tanh.o `test -f 'sf_tanh.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`sf_tanh.c
  266. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-wf_exp2.o `test -f 'wf_exp2.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`wf_exp2.c
  267. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-wf_tgamma.o `test -f 'wf_tgamma.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`wf_tgamma.c
  268. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-wf_log2.o `test -f 'wf_log2.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`wf_log2.c
  269. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/math -I/root/pongoOS/newlib/src/newlib/libm/math/../common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-el_hypot.o `test -f 'el_hypot.c' || echo '/root/pongoOS/newlib/src/newlib/libm/math/'`el_hypot.c
  270. rm -f lib.a
  271. llvm-ar cru lib.a lib_a-k_standard.o lib_a-k_rem_pio2.o lib_a-k_cos.o lib_a-k_sin.o lib_a-k_tan.o lib_a-e_acos.o lib_a-e_acosh.o lib_a-e_asin.o lib_a-e_atan2.o lib_a-e_atanh.o lib_a-e_cosh.o lib_a-e_exp.o lib_a-e_fmod.o lib_a-e_tgamma.o lib_a-e_hypot.o lib_a-e_j0.o lib_a-e_j1.o lib_a-e_jn.o lib_a-er_lgamma.o lib_a-e_log.o lib_a-e_log10.o lib_a-e_pow.o lib_a-e_rem_pio2.o lib_a-e_remainder.o lib_a-e_scalb.o lib_a-e_sinh.o lib_a-e_sqrt.o lib_a-w_acos.o lib_a-w_acosh.o lib_a-w_asin.o lib_a-w_atan2.o lib_a-w_atanh.o lib_a-w_cosh.o lib_a-w_exp.o lib_a-w_fmod.o lib_a-w_gamma.o lib_a-wr_gamma.o lib_a-w_hypot.o lib_a-w_j0.o lib_a-w_j1.o lib_a-w_jn.o lib_a-w_lgamma.o lib_a-wr_lgamma.o lib_a-w_log.o lib_a-w_log10.o lib_a-w_pow.o lib_a-w_remainder.o lib_a-w_scalb.o lib_a-w_sinh.o lib_a-w_sqrt.o lib_a-w_sincos.o lib_a-w_drem.o lib_a-s_asinh.o lib_a-s_atan.o lib_a-s_ceil.o lib_a-s_cos.o lib_a-s_erf.o lib_a-s_fabs.o lib_a-s_floor.o lib_a-s_frexp.o lib_a-s_ldexp.o lib_a-s_signif.o lib_a-s_sin.o lib_a-s_tan.o lib_a-s_tanh.o lib_a-w_exp2.o lib_a-w_tgamma.o lib_a-kf_rem_pio2.o lib_a-kf_cos.o lib_a-kf_sin.o lib_a-kf_tan.o lib_a-ef_acos.o lib_a-ef_acosh.o lib_a-ef_asin.o lib_a-ef_atan2.o lib_a-ef_atanh.o lib_a-ef_cosh.o lib_a-ef_exp.o lib_a-ef_fmod.o lib_a-ef_tgamma.o lib_a-ef_hypot.o lib_a-ef_j0.o lib_a-ef_j1.o lib_a-ef_jn.o lib_a-erf_lgamma.o lib_a-ef_log.o lib_a-ef_log10.o lib_a-ef_pow.o lib_a-ef_rem_pio2.o lib_a-ef_remainder.o lib_a-ef_scalb.o lib_a-ef_sinh.o lib_a-ef_sqrt.o lib_a-wf_acos.o lib_a-wf_acosh.o lib_a-wf_asin.o lib_a-wf_atan2.o lib_a-wf_atanh.o lib_a-wf_cosh.o lib_a-wf_exp.o lib_a-wf_fmod.o lib_a-wf_gamma.o lib_a-wrf_gamma.o lib_a-wf_hypot.o lib_a-wf_j0.o lib_a-wf_j1.o lib_a-wf_jn.o lib_a-wf_lgamma.o lib_a-wrf_lgamma.o lib_a-wf_log.o lib_a-wf_log10.o lib_a-wf_pow.o lib_a-wf_remainder.o lib_a-wf_scalb.o lib_a-wf_sinh.o lib_a-wf_sqrt.o lib_a-wf_sincos.o lib_a-wf_drem.o lib_a-sf_asinh.o lib_a-sf_atan.o lib_a-sf_ceil.o lib_a-sf_cos.o lib_a-sf_erf.o lib_a-sf_fabs.o lib_a-sf_floor.o lib_a-sf_frexp.o lib_a-sf_ldexp.o lib_a-sf_signif.o lib_a-sf_sin.o lib_a-sf_tan.o lib_a-sf_tanh.o lib_a-wf_exp2.o lib_a-wf_tgamma.o lib_a-wf_log2.o lib_a-el_hypot.o
  272. llvm-ranlib lib.a
  273. make[5]: Leaving directory '/root/pongoOS/newlib/build/libm/math'
  274. Making all in common
  275. make[5]: Entering directory '/root/pongoOS/newlib/build/libm/common'
  276. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_finite.o `test -f 's_finite.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`s_finite.c
  277. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_copysign.o `test -f 's_copysign.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`s_copysign.c
  278. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_modf.o `test -f 's_modf.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`s_modf.c
  279. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_scalbn.o `test -f 's_scalbn.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`s_scalbn.c
  280. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_cbrt.o `test -f 's_cbrt.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`s_cbrt.c
  281. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_exp10.o `test -f 's_exp10.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`s_exp10.c
  282. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_expm1.o `test -f 's_expm1.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`s_expm1.c
  283. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_ilogb.o `test -f 's_ilogb.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`s_ilogb.c
  284. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_infinity.o `test -f 's_infinity.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`s_infinity.c
  285. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_isinf.o `test -f 's_isinf.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`s_isinf.c
  286. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_isinfd.o `test -f 's_isinfd.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`s_isinfd.c
  287. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_isnan.o `test -f 's_isnan.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`s_isnan.c
  288. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_isnand.o `test -f 's_isnand.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`s_isnand.c
  289. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_log1p.o `test -f 's_log1p.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`s_log1p.c
  290. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_nan.o `test -f 's_nan.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`s_nan.c
  291. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_nextafter.o `test -f 's_nextafter.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`s_nextafter.c
  292. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_pow10.o `test -f 's_pow10.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`s_pow10.c
  293. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_rint.o `test -f 's_rint.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`s_rint.c
  294. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_logb.o `test -f 's_logb.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`s_logb.c
  295. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_log2.o `test -f 's_log2.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`s_log2.c
  296. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_fdim.o `test -f 's_fdim.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`s_fdim.c
  297. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_fma.o `test -f 's_fma.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`s_fma.c
  298. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_fmax.o `test -f 's_fmax.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`s_fmax.c
  299. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_fmin.o `test -f 's_fmin.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`s_fmin.c
  300. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_fpclassify.o `test -f 's_fpclassify.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`s_fpclassify.c
  301. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_lrint.o `test -f 's_lrint.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`s_lrint.c
  302. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_llrint.o `test -f 's_llrint.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`s_llrint.c
  303. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_lround.o `test -f 's_lround.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`s_lround.c
  304. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_llround.o `test -f 's_llround.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`s_llround.c
  305. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_nearbyint.o `test -f 's_nearbyint.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`s_nearbyint.c
  306. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_remquo.o `test -f 's_remquo.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`s_remquo.c
  307. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_round.o `test -f 's_round.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`s_round.c
  308. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_scalbln.o `test -f 's_scalbln.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`s_scalbln.c
  309. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_signbit.o `test -f 's_signbit.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`s_signbit.c
  310. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_trunc.o `test -f 's_trunc.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`s_trunc.c
  311. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-exp.o `test -f 'exp.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`exp.c
  312. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-exp2.o `test -f 'exp2.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`exp2.c
  313. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-exp_data.o `test -f 'exp_data.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`exp_data.c
  314. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-math_err.o `test -f 'math_err.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`math_err.c
  315. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-log.o `test -f 'log.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`log.c
  316. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-log_data.o `test -f 'log_data.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`log_data.c
  317. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-log2.o `test -f 'log2.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`log2.c
  318. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-log2_data.o `test -f 'log2_data.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`log2_data.c
  319. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-pow.o `test -f 'pow.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`pow.c
  320. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-pow_log_data.o `test -f 'pow_log_data.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`pow_log_data.c
  321. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_finite.o `test -f 'sf_finite.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sf_finite.c
  322. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_copysign.o `test -f 'sf_copysign.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sf_copysign.c
  323. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_modf.o `test -f 'sf_modf.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sf_modf.c
  324. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_scalbn.o `test -f 'sf_scalbn.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sf_scalbn.c
  325. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_cbrt.o `test -f 'sf_cbrt.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sf_cbrt.c
  326. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_exp10.o `test -f 'sf_exp10.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sf_exp10.c
  327. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_expm1.o `test -f 'sf_expm1.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sf_expm1.c
  328. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_ilogb.o `test -f 'sf_ilogb.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sf_ilogb.c
  329. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_infinity.o `test -f 'sf_infinity.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sf_infinity.c
  330. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_isinf.o `test -f 'sf_isinf.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sf_isinf.c
  331. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_isinff.o `test -f 'sf_isinff.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sf_isinff.c
  332. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_isnan.o `test -f 'sf_isnan.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sf_isnan.c
  333. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_isnanf.o `test -f 'sf_isnanf.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sf_isnanf.c
  334. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_log1p.o `test -f 'sf_log1p.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sf_log1p.c
  335. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_nan.o `test -f 'sf_nan.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sf_nan.c
  336. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_nextafter.o `test -f 'sf_nextafter.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sf_nextafter.c
  337. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_pow10.o `test -f 'sf_pow10.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sf_pow10.c
  338. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_rint.o `test -f 'sf_rint.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sf_rint.c
  339. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_logb.o `test -f 'sf_logb.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sf_logb.c
  340. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_fdim.o `test -f 'sf_fdim.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sf_fdim.c
  341. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_fma.o `test -f 'sf_fma.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sf_fma.c
  342. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_fmax.o `test -f 'sf_fmax.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sf_fmax.c
  343. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_fmin.o `test -f 'sf_fmin.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sf_fmin.c
  344. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_fpclassify.o `test -f 'sf_fpclassify.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sf_fpclassify.c
  345. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_lrint.o `test -f 'sf_lrint.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sf_lrint.c
  346. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_llrint.o `test -f 'sf_llrint.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sf_llrint.c
  347. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_lround.o `test -f 'sf_lround.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sf_lround.c
  348. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_llround.o `test -f 'sf_llround.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sf_llround.c
  349. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_nearbyint.o `test -f 'sf_nearbyint.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sf_nearbyint.c
  350. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_remquo.o `test -f 'sf_remquo.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sf_remquo.c
  351. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_round.o `test -f 'sf_round.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sf_round.c
  352. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_scalbln.o `test -f 'sf_scalbln.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sf_scalbln.c
  353. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_trunc.o `test -f 'sf_trunc.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sf_trunc.c
  354. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_exp.o `test -f 'sf_exp.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sf_exp.c
  355. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_exp2.o `test -f 'sf_exp2.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sf_exp2.c
  356. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_exp2_data.o `test -f 'sf_exp2_data.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sf_exp2_data.c
  357. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_log.o `test -f 'sf_log.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sf_log.c
  358. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_log_data.o `test -f 'sf_log_data.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sf_log_data.c
  359. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_log2.o `test -f 'sf_log2.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sf_log2.c
  360. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_log2_data.o `test -f 'sf_log2_data.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sf_log2_data.c
  361. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_pow_log2_data.o `test -f 'sf_pow_log2_data.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sf_pow_log2_data.c
  362. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_pow.o `test -f 'sf_pow.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sf_pow.c
  363. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sinf.o `test -f 'sinf.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sinf.c
  364. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-cosf.o `test -f 'cosf.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`cosf.c
  365. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sincosf.o `test -f 'sincosf.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sincosf.c
  366. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sincosf_data.o `test -f 'sincosf_data.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sincosf_data.c
  367. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-math_errf.o `test -f 'math_errf.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`math_errf.c
  368. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-atanl.o `test -f 'atanl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`atanl.c
  369. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-cosl.o `test -f 'cosl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`cosl.c
  370. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sinl.o `test -f 'sinl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sinl.c
  371. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-tanl.o `test -f 'tanl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`tanl.c
  372. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-tanhl.o `test -f 'tanhl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`tanhl.c
  373. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-frexpl.o `test -f 'frexpl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`frexpl.c
  374. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-modfl.o `test -f 'modfl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`modfl.c
  375. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-ceill.o `test -f 'ceill.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`ceill.c
  376. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-fabsl.o `test -f 'fabsl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`fabsl.c
  377. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-floorl.o `test -f 'floorl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`floorl.c
  378. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-log1pl.o `test -f 'log1pl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`log1pl.c
  379. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-expm1l.o `test -f 'expm1l.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`expm1l.c
  380. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-acosl.o `test -f 'acosl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`acosl.c
  381. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-asinl.o `test -f 'asinl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`asinl.c
  382. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-atan2l.o `test -f 'atan2l.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`atan2l.c
  383. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-coshl.o `test -f 'coshl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`coshl.c
  384. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sinhl.o `test -f 'sinhl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sinhl.c
  385. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-expl.o `test -f 'expl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`expl.c
  386. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-ldexpl.o `test -f 'ldexpl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`ldexpl.c
  387. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-logl.o `test -f 'logl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`logl.c
  388. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-log10l.o `test -f 'log10l.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`log10l.c
  389. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-powl.o `test -f 'powl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`powl.c
  390. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sqrtl.o `test -f 'sqrtl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sqrtl.c
  391. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-fmodl.o `test -f 'fmodl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`fmodl.c
  392. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-hypotl.o `test -f 'hypotl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`hypotl.c
  393. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-copysignl.o `test -f 'copysignl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`copysignl.c
  394. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-nanl.o `test -f 'nanl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`nanl.c
  395. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-ilogbl.o `test -f 'ilogbl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`ilogbl.c
  396. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-asinhl.o `test -f 'asinhl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`asinhl.c
  397. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-cbrtl.o `test -f 'cbrtl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`cbrtl.c
  398. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-nextafterl.o `test -f 'nextafterl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`nextafterl.c
  399. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-rintl.o `test -f 'rintl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`rintl.c
  400. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-scalbnl.o `test -f 'scalbnl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`scalbnl.c
  401. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-exp2l.o `test -f 'exp2l.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`exp2l.c
  402. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-scalblnl.o `test -f 'scalblnl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`scalblnl.c
  403. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-tgammal.o `test -f 'tgammal.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`tgammal.c
  404. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-nearbyintl.o `test -f 'nearbyintl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`nearbyintl.c
  405. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-lrintl.o `test -f 'lrintl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`lrintl.c
  406. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-llrintl.o `test -f 'llrintl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`llrintl.c
  407. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-roundl.o `test -f 'roundl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`roundl.c
  408. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-lroundl.o `test -f 'lroundl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`lroundl.c
  409. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-llroundl.o `test -f 'llroundl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`llroundl.c
  410. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-truncl.o `test -f 'truncl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`truncl.c
  411. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-remquol.o `test -f 'remquol.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`remquol.c
  412. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-fdiml.o `test -f 'fdiml.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`fdiml.c
  413. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-fmaxl.o `test -f 'fmaxl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`fmaxl.c
  414. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-fminl.o `test -f 'fminl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`fminl.c
  415. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-fmal.o `test -f 'fmal.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`fmal.c
  416. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-acoshl.o `test -f 'acoshl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`acoshl.c
  417. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-atanhl.o `test -f 'atanhl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`atanhl.c
  418. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-remainderl.o `test -f 'remainderl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`remainderl.c
  419. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-lgammal.o `test -f 'lgammal.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`lgammal.c
  420. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-erfl.o `test -f 'erfl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`erfl.c
  421. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-erfcl.o `test -f 'erfcl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`erfcl.c
  422. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-logbl.o `test -f 'logbl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`logbl.c
  423. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-nexttowardf.o `test -f 'nexttowardf.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`nexttowardf.c
  424. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-nexttoward.o `test -f 'nexttoward.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`nexttoward.c
  425. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-nexttowardl.o `test -f 'nexttowardl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`nexttowardl.c
  426. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-log2l.o `test -f 'log2l.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`log2l.c
  427. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sl_finite.o `test -f 'sl_finite.c' || echo '/root/pongoOS/newlib/src/newlib/libm/common/'`sl_finite.c
  428. rm -f lib.a
  429. llvm-ar cru lib.a lib_a-s_finite.o lib_a-s_copysign.o lib_a-s_modf.o lib_a-s_scalbn.o lib_a-s_cbrt.o lib_a-s_exp10.o lib_a-s_expm1.o lib_a-s_ilogb.o lib_a-s_infinity.o lib_a-s_isinf.o lib_a-s_isinfd.o lib_a-s_isnan.o lib_a-s_isnand.o lib_a-s_log1p.o lib_a-s_nan.o lib_a-s_nextafter.o lib_a-s_pow10.o lib_a-s_rint.o lib_a-s_logb.o lib_a-s_log2.o lib_a-s_fdim.o lib_a-s_fma.o lib_a-s_fmax.o lib_a-s_fmin.o lib_a-s_fpclassify.o lib_a-s_lrint.o lib_a-s_llrint.o lib_a-s_lround.o lib_a-s_llround.o lib_a-s_nearbyint.o lib_a-s_remquo.o lib_a-s_round.o lib_a-s_scalbln.o lib_a-s_signbit.o lib_a-s_trunc.o lib_a-exp.o lib_a-exp2.o lib_a-exp_data.o lib_a-math_err.o lib_a-log.o lib_a-log_data.o lib_a-log2.o lib_a-log2_data.o lib_a-pow.o lib_a-pow_log_data.o lib_a-sf_finite.o lib_a-sf_copysign.o lib_a-sf_modf.o lib_a-sf_scalbn.o lib_a-sf_cbrt.o lib_a-sf_exp10.o lib_a-sf_expm1.o lib_a-sf_ilogb.o lib_a-sf_infinity.o lib_a-sf_isinf.o lib_a-sf_isinff.o lib_a-sf_isnan.o lib_a-sf_isnanf.o lib_a-sf_log1p.o lib_a-sf_nan.o lib_a-sf_nextafter.o lib_a-sf_pow10.o lib_a-sf_rint.o lib_a-sf_logb.o lib_a-sf_fdim.o lib_a-sf_fma.o lib_a-sf_fmax.o lib_a-sf_fmin.o lib_a-sf_fpclassify.o lib_a-sf_lrint.o lib_a-sf_llrint.o lib_a-sf_lround.o lib_a-sf_llround.o lib_a-sf_nearbyint.o lib_a-sf_remquo.o lib_a-sf_round.o lib_a-sf_scalbln.o lib_a-sf_trunc.o lib_a-sf_exp.o lib_a-sf_exp2.o lib_a-sf_exp2_data.o lib_a-sf_log.o lib_a-sf_log_data.o lib_a-sf_log2.o lib_a-sf_log2_data.o lib_a-sf_pow_log2_data.o lib_a-sf_pow.o lib_a-sinf.o lib_a-cosf.o lib_a-sincosf.o lib_a-sincosf_data.o lib_a-math_errf.o lib_a-atanl.o lib_a-cosl.o lib_a-sinl.o lib_a-tanl.o lib_a-tanhl.o lib_a-frexpl.o lib_a-modfl.o lib_a-ceill.o lib_a-fabsl.o lib_a-floorl.o lib_a-log1pl.o lib_a-expm1l.o lib_a-acosl.o lib_a-asinl.o lib_a-atan2l.o lib_a-coshl.o lib_a-sinhl.o lib_a-expl.o lib_a-ldexpl.o lib_a-logl.o lib_a-log10l.o lib_a-powl.o lib_a-sqrtl.o lib_a-fmodl.o lib_a-hypotl.o lib_a-copysignl.o lib_a-nanl.o lib_a-ilogbl.o lib_a-asinhl.o lib_a-cbrtl.o lib_a-nextafterl.o lib_a-rintl.o lib_a-scalbnl.o lib_a-exp2l.o lib_a-scalblnl.o lib_a-tgammal.o lib_a-nearbyintl.o lib_a-lrintl.o lib_a-llrintl.o lib_a-roundl.o lib_a-lroundl.o lib_a-llroundl.o lib_a-truncl.o lib_a-remquol.o lib_a-fdiml.o lib_a-fmaxl.o lib_a-fminl.o lib_a-fmal.o lib_a-acoshl.o lib_a-atanhl.o lib_a-remainderl.o lib_a-lgammal.o lib_a-erfl.o lib_a-erfcl.o lib_a-logbl.o lib_a-nexttowardf.o lib_a-nexttoward.o lib_a-nexttowardl.o lib_a-log2l.o lib_a-sl_finite.o
  430. llvm-ranlib lib.a
  431. make[5]: Leaving directory '/root/pongoOS/newlib/build/libm/common'
  432. Making all in complex
  433. make[5]: Entering directory '/root/pongoOS/newlib/build/libm/complex'
  434. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-cabs.o `test -f 'cabs.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`cabs.c
  435. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-cacos.o `test -f 'cacos.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`cacos.c
  436. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-cacosh.o `test -f 'cacosh.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`cacosh.c
  437. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-carg.o `test -f 'carg.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`carg.c
  438. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-casin.o `test -f 'casin.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`casin.c
  439. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-casinh.o `test -f 'casinh.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`casinh.c
  440. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-catan.o `test -f 'catan.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`catan.c
  441. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-catanh.o `test -f 'catanh.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`catanh.c
  442. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-ccos.o `test -f 'ccos.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`ccos.c
  443. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-ccosh.o `test -f 'ccosh.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`ccosh.c
  444. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-cephes_subr.o `test -f 'cephes_subr.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`cephes_subr.c
  445. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-cexp.o `test -f 'cexp.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`cexp.c
  446. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-cimag.o `test -f 'cimag.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`cimag.c
  447. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-clog.o `test -f 'clog.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`clog.c
  448. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-clog10.o `test -f 'clog10.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`clog10.c
  449. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-conj.o `test -f 'conj.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`conj.c
  450. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-cpow.o `test -f 'cpow.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`cpow.c
  451. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-cproj.o `test -f 'cproj.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`cproj.c
  452. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-creal.o `test -f 'creal.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`creal.c
  453. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-csin.o `test -f 'csin.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`csin.c
  454. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-csinh.o `test -f 'csinh.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`csinh.c
  455. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-csqrt.o `test -f 'csqrt.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`csqrt.c
  456. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-ctan.o `test -f 'ctan.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`ctan.c
  457. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-ctanh.o `test -f 'ctanh.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`ctanh.c
  458. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-cabsf.o `test -f 'cabsf.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`cabsf.c
  459. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-casinf.o `test -f 'casinf.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`casinf.c
  460. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-ccosf.o `test -f 'ccosf.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`ccosf.c
  461. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-cimagf.o `test -f 'cimagf.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`cimagf.c
  462. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-cprojf.o `test -f 'cprojf.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`cprojf.c
  463. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-csqrtf.o `test -f 'csqrtf.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`csqrtf.c
  464. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-cacosf.o `test -f 'cacosf.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`cacosf.c
  465. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-casinhf.o `test -f 'casinhf.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`casinhf.c
  466. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-ccoshf.o `test -f 'ccoshf.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`ccoshf.c
  467. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-clogf.o `test -f 'clogf.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`clogf.c
  468. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-clog10f.o `test -f 'clog10f.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`clog10f.c
  469. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-crealf.o `test -f 'crealf.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`crealf.c
  470. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-ctanf.o `test -f 'ctanf.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`ctanf.c
  471. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-cacoshf.o `test -f 'cacoshf.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`cacoshf.c
  472. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-catanf.o `test -f 'catanf.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`catanf.c
  473. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-cephes_subrf.o `test -f 'cephes_subrf.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`cephes_subrf.c
  474. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-conjf.o `test -f 'conjf.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`conjf.c
  475. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-csinf.o `test -f 'csinf.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`csinf.c
  476. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-ctanhf.o `test -f 'ctanhf.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`ctanhf.c
  477. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-cargf.o `test -f 'cargf.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`cargf.c
  478. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-catanhf.o `test -f 'catanhf.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`catanhf.c
  479. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-cexpf.o `test -f 'cexpf.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`cexpf.c
  480. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-cpowf.o `test -f 'cpowf.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`cpowf.c
  481. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-csinhf.o `test -f 'csinhf.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`csinhf.c
  482. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-cabsl.o `test -f 'cabsl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`cabsl.c
  483. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-creall.o `test -f 'creall.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`creall.c
  484. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-cimagl.o `test -f 'cimagl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`cimagl.c
  485. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-ccoshl.o `test -f 'ccoshl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`ccoshl.c
  486. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-cacoshl.o `test -f 'cacoshl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`cacoshl.c
  487. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-clogl.o `test -f 'clogl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`clogl.c
  488. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-csqrtl.o `test -f 'csqrtl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`csqrtl.c
  489. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-cargl.o `test -f 'cargl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`cargl.c
  490. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-cprojl.o `test -f 'cprojl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`cprojl.c
  491. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-cexpl.o `test -f 'cexpl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`cexpl.c
  492. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-cephes_subrl.o `test -f 'cephes_subrl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`cephes_subrl.c
  493. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-cacosl.o `test -f 'cacosl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`cacosl.c
  494. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-ccosl.o `test -f 'ccosl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`ccosl.c
  495. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-casinl.o `test -f 'casinl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`casinl.c
  496. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-catanhl.o `test -f 'catanhl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`catanhl.c
  497. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-conjl.o `test -f 'conjl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`conjl.c
  498. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-cpowl.o `test -f 'cpowl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`cpowl.c
  499. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-ctanhl.o `test -f 'ctanhl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`ctanhl.c
  500. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-ctanl.o `test -f 'ctanl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`ctanl.c
  501. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-casinhl.o `test -f 'casinhl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`casinhl.c
  502. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-csinhl.o `test -f 'csinhl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`csinhl.c
  503. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-csinl.o `test -f 'csinl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`csinl.c
  504. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/complex -I/root/pongoOS/newlib/src/newlib/libm/complex/../common -I/root/pongoOS/newlib/src/newlib/libm/complex/ -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-catanl.o `test -f 'catanl.c' || echo '/root/pongoOS/newlib/src/newlib/libm/complex/'`catanl.c
  505. rm -f lib.a
  506. llvm-ar cru lib.a lib_a-cabs.o lib_a-cacos.o lib_a-cacosh.o lib_a-carg.o lib_a-casin.o lib_a-casinh.o lib_a-catan.o lib_a-catanh.o lib_a-ccos.o lib_a-ccosh.o lib_a-cephes_subr.o lib_a-cexp.o lib_a-cimag.o lib_a-clog.o lib_a-clog10.o lib_a-conj.o lib_a-cpow.o lib_a-cproj.o lib_a-creal.o lib_a-csin.o lib_a-csinh.o lib_a-csqrt.o lib_a-ctan.o lib_a-ctanh.o lib_a-cabsf.o lib_a-casinf.o lib_a-ccosf.o lib_a-cimagf.o lib_a-cprojf.o lib_a-csqrtf.o lib_a-cacosf.o lib_a-casinhf.o lib_a-ccoshf.o lib_a-clogf.o lib_a-clog10f.o lib_a-crealf.o lib_a-ctanf.o lib_a-cacoshf.o lib_a-catanf.o lib_a-cephes_subrf.o lib_a-conjf.o lib_a-csinf.o lib_a-ctanhf.o lib_a-cargf.o lib_a-catanhf.o lib_a-cexpf.o lib_a-cpowf.o lib_a-csinhf.o lib_a-cabsl.o lib_a-creall.o lib_a-cimagl.o lib_a-ccoshl.o lib_a-cacoshl.o lib_a-clogl.o lib_a-csqrtl.o lib_a-cargl.o lib_a-cprojl.o lib_a-cexpl.o lib_a-cephes_subrl.o lib_a-cacosl.o lib_a-ccosl.o lib_a-casinl.o lib_a-catanhl.o lib_a-conjl.o lib_a-cpowl.o lib_a-ctanhl.o lib_a-ctanl.o lib_a-casinhl.o lib_a-csinhl.o lib_a-csinl.o lib_a-catanl.o
  507. llvm-ranlib lib.a
  508. make[5]: Leaving directory '/root/pongoOS/newlib/build/libm/complex'
  509. Making all in fenv
  510. make[5]: Entering directory '/root/pongoOS/newlib/build/libm/fenv'
  511. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/fenv -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-feclearexcept.o `test -f 'feclearexcept.c' || echo '/root/pongoOS/newlib/src/newlib/libm/fenv/'`feclearexcept.c
  512. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/fenv -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-fe_dfl_env.o `test -f 'fe_dfl_env.c' || echo '/root/pongoOS/newlib/src/newlib/libm/fenv/'`fe_dfl_env.c
  513. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/fenv -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-fegetenv.o `test -f 'fegetenv.c' || echo '/root/pongoOS/newlib/src/newlib/libm/fenv/'`fegetenv.c
  514. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/fenv -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-fegetexceptflag.o `test -f 'fegetexceptflag.c' || echo '/root/pongoOS/newlib/src/newlib/libm/fenv/'`fegetexceptflag.c
  515. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/fenv -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-fegetround.o `test -f 'fegetround.c' || echo '/root/pongoOS/newlib/src/newlib/libm/fenv/'`fegetround.c
  516. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/fenv -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-feholdexcept.o `test -f 'feholdexcept.c' || echo '/root/pongoOS/newlib/src/newlib/libm/fenv/'`feholdexcept.c
  517. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/fenv -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-feraiseexcept.o `test -f 'feraiseexcept.c' || echo '/root/pongoOS/newlib/src/newlib/libm/fenv/'`feraiseexcept.c
  518. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/fenv -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-fesetenv.o `test -f 'fesetenv.c' || echo '/root/pongoOS/newlib/src/newlib/libm/fenv/'`fesetenv.c
  519. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/fenv -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-fesetexceptflag.o `test -f 'fesetexceptflag.c' || echo '/root/pongoOS/newlib/src/newlib/libm/fenv/'`fesetexceptflag.c
  520. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/fenv -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-fesetround.o `test -f 'fesetround.c' || echo '/root/pongoOS/newlib/src/newlib/libm/fenv/'`fesetround.c
  521. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/fenv -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-fetestexcept.o `test -f 'fetestexcept.c' || echo '/root/pongoOS/newlib/src/newlib/libm/fenv/'`fetestexcept.c
  522. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/fenv -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI -fbuiltin -fno-math-errno --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-feupdateenv.o `test -f 'feupdateenv.c' || echo '/root/pongoOS/newlib/src/newlib/libm/fenv/'`feupdateenv.c
  523. rm -f lib.a
  524. llvm-ar cru lib.a lib_a-feclearexcept.o lib_a-fe_dfl_env.o lib_a-fegetenv.o lib_a-fegetexceptflag.o lib_a-fegetround.o lib_a-feholdexcept.o lib_a-feraiseexcept.o lib_a-fesetenv.o lib_a-fesetexceptflag.o lib_a-fesetround.o lib_a-fetestexcept.o lib_a-feupdateenv.o
  525. llvm-ranlib lib.a
  526. make[5]: Leaving directory '/root/pongoOS/newlib/build/libm/fenv'
  527. Making all in machine
  528. make[5]: Entering directory '/root/pongoOS/newlib/build/libm/machine'
  529. Making all in aarch64
  530. make[6]: Entering directory '/root/pongoOS/newlib/build/libm/machine/aarch64'
  531. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/machine/aarch64 -I /root/pongoOS/newlib/src/newlib/libm/machine/aarch64/../../../../newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-e_sqrt.o `test -f 'e_sqrt.c' || echo '/root/pongoOS/newlib/src/newlib/libm/machine/aarch64/'`e_sqrt.c
  532. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/machine/aarch64 -I /root/pongoOS/newlib/src/newlib/libm/machine/aarch64/../../../../newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-ef_sqrt.o `test -f 'ef_sqrt.c' || echo '/root/pongoOS/newlib/src/newlib/libm/machine/aarch64/'`ef_sqrt.c
  533. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/machine/aarch64 -I /root/pongoOS/newlib/src/newlib/libm/machine/aarch64/../../../../newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_ceil.o `test -f 's_ceil.c' || echo '/root/pongoOS/newlib/src/newlib/libm/machine/aarch64/'`s_ceil.c
  534. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/machine/aarch64 -I /root/pongoOS/newlib/src/newlib/libm/machine/aarch64/../../../../newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_fabs.o `test -f 's_fabs.c' || echo '/root/pongoOS/newlib/src/newlib/libm/machine/aarch64/'`s_fabs.c
  535. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/machine/aarch64 -I /root/pongoOS/newlib/src/newlib/libm/machine/aarch64/../../../../newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_floor.o `test -f 's_floor.c' || echo '/root/pongoOS/newlib/src/newlib/libm/machine/aarch64/'`s_floor.c
  536. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/machine/aarch64 -I /root/pongoOS/newlib/src/newlib/libm/machine/aarch64/../../../../newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_fma.o `test -f 's_fma.c' || echo '/root/pongoOS/newlib/src/newlib/libm/machine/aarch64/'`s_fma.c
  537. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/machine/aarch64 -I /root/pongoOS/newlib/src/newlib/libm/machine/aarch64/../../../../newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_fmax.o `test -f 's_fmax.c' || echo '/root/pongoOS/newlib/src/newlib/libm/machine/aarch64/'`s_fmax.c
  538. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/machine/aarch64 -I /root/pongoOS/newlib/src/newlib/libm/machine/aarch64/../../../../newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_fmin.o `test -f 's_fmin.c' || echo '/root/pongoOS/newlib/src/newlib/libm/machine/aarch64/'`s_fmin.c
  539. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/machine/aarch64 -I /root/pongoOS/newlib/src/newlib/libm/machine/aarch64/../../../../newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_llrint.o `test -f 's_llrint.c' || echo '/root/pongoOS/newlib/src/newlib/libm/machine/aarch64/'`s_llrint.c
  540. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/machine/aarch64 -I /root/pongoOS/newlib/src/newlib/libm/machine/aarch64/../../../../newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_llround.o `test -f 's_llround.c' || echo '/root/pongoOS/newlib/src/newlib/libm/machine/aarch64/'`s_llround.c
  541. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/machine/aarch64 -I /root/pongoOS/newlib/src/newlib/libm/machine/aarch64/../../../../newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_lrint.o `test -f 's_lrint.c' || echo '/root/pongoOS/newlib/src/newlib/libm/machine/aarch64/'`s_lrint.c
  542. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/machine/aarch64 -I /root/pongoOS/newlib/src/newlib/libm/machine/aarch64/../../../../newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_lround.o `test -f 's_lround.c' || echo '/root/pongoOS/newlib/src/newlib/libm/machine/aarch64/'`s_lround.c
  543. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/machine/aarch64 -I /root/pongoOS/newlib/src/newlib/libm/machine/aarch64/../../../../newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_nearbyint.o `test -f 's_nearbyint.c' || echo '/root/pongoOS/newlib/src/newlib/libm/machine/aarch64/'`s_nearbyint.c
  544. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/machine/aarch64 -I /root/pongoOS/newlib/src/newlib/libm/machine/aarch64/../../../../newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_rint.o `test -f 's_rint.c' || echo '/root/pongoOS/newlib/src/newlib/libm/machine/aarch64/'`s_rint.c
  545. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/machine/aarch64 -I /root/pongoOS/newlib/src/newlib/libm/machine/aarch64/../../../../newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_round.o `test -f 's_round.c' || echo '/root/pongoOS/newlib/src/newlib/libm/machine/aarch64/'`s_round.c
  546. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/machine/aarch64 -I /root/pongoOS/newlib/src/newlib/libm/machine/aarch64/../../../../newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-s_trunc.o `test -f 's_trunc.c' || echo '/root/pongoOS/newlib/src/newlib/libm/machine/aarch64/'`s_trunc.c
  547. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/machine/aarch64 -I /root/pongoOS/newlib/src/newlib/libm/machine/aarch64/../../../../newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_ceil.o `test -f 'sf_ceil.c' || echo '/root/pongoOS/newlib/src/newlib/libm/machine/aarch64/'`sf_ceil.c
  548. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/machine/aarch64 -I /root/pongoOS/newlib/src/newlib/libm/machine/aarch64/../../../../newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_fabs.o `test -f 'sf_fabs.c' || echo '/root/pongoOS/newlib/src/newlib/libm/machine/aarch64/'`sf_fabs.c
  549. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/machine/aarch64 -I /root/pongoOS/newlib/src/newlib/libm/machine/aarch64/../../../../newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_floor.o `test -f 'sf_floor.c' || echo '/root/pongoOS/newlib/src/newlib/libm/machine/aarch64/'`sf_floor.c
  550. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/machine/aarch64 -I /root/pongoOS/newlib/src/newlib/libm/machine/aarch64/../../../../newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_fma.o `test -f 'sf_fma.c' || echo '/root/pongoOS/newlib/src/newlib/libm/machine/aarch64/'`sf_fma.c
  551. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/machine/aarch64 -I /root/pongoOS/newlib/src/newlib/libm/machine/aarch64/../../../../newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_fmax.o `test -f 'sf_fmax.c' || echo '/root/pongoOS/newlib/src/newlib/libm/machine/aarch64/'`sf_fmax.c
  552. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/machine/aarch64 -I /root/pongoOS/newlib/src/newlib/libm/machine/aarch64/../../../../newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_fmin.o `test -f 'sf_fmin.c' || echo '/root/pongoOS/newlib/src/newlib/libm/machine/aarch64/'`sf_fmin.c
  553. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/machine/aarch64 -I /root/pongoOS/newlib/src/newlib/libm/machine/aarch64/../../../../newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_llrint.o `test -f 'sf_llrint.c' || echo '/root/pongoOS/newlib/src/newlib/libm/machine/aarch64/'`sf_llrint.c
  554. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/machine/aarch64 -I /root/pongoOS/newlib/src/newlib/libm/machine/aarch64/../../../../newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_llround.o `test -f 'sf_llround.c' || echo '/root/pongoOS/newlib/src/newlib/libm/machine/aarch64/'`sf_llround.c
  555. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/machine/aarch64 -I /root/pongoOS/newlib/src/newlib/libm/machine/aarch64/../../../../newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_lrint.o `test -f 'sf_lrint.c' || echo '/root/pongoOS/newlib/src/newlib/libm/machine/aarch64/'`sf_lrint.c
  556. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/machine/aarch64 -I /root/pongoOS/newlib/src/newlib/libm/machine/aarch64/../../../../newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_lround.o `test -f 'sf_lround.c' || echo '/root/pongoOS/newlib/src/newlib/libm/machine/aarch64/'`sf_lround.c
  557. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/machine/aarch64 -I /root/pongoOS/newlib/src/newlib/libm/machine/aarch64/../../../../newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_nearbyint.o `test -f 'sf_nearbyint.c' || echo '/root/pongoOS/newlib/src/newlib/libm/machine/aarch64/'`sf_nearbyint.c
  558. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/machine/aarch64 -I /root/pongoOS/newlib/src/newlib/libm/machine/aarch64/../../../../newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_rint.o `test -f 'sf_rint.c' || echo '/root/pongoOS/newlib/src/newlib/libm/machine/aarch64/'`sf_rint.c
  559. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/machine/aarch64 -I /root/pongoOS/newlib/src/newlib/libm/machine/aarch64/../../../../newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_round.o `test -f 'sf_round.c' || echo '/root/pongoOS/newlib/src/newlib/libm/machine/aarch64/'`sf_round.c
  560. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/machine/aarch64 -I /root/pongoOS/newlib/src/newlib/libm/machine/aarch64/../../../../newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-sf_trunc.o `test -f 'sf_trunc.c' || echo '/root/pongoOS/newlib/src/newlib/libm/machine/aarch64/'`sf_trunc.c
  561. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/machine/aarch64 -I /root/pongoOS/newlib/src/newlib/libm/machine/aarch64/../../../../newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-fenv.o `test -f 'fenv.c' || echo '/root/pongoOS/newlib/src/newlib/libm/machine/aarch64/'`fenv.c
  562. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/machine/aarch64 -I /root/pongoOS/newlib/src/newlib/libm/machine/aarch64/../../../../newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-feclearexcept.o `test -f 'feclearexcept.c' || echo '/root/pongoOS/newlib/src/newlib/libm/machine/aarch64/'`feclearexcept.c
  563. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/machine/aarch64 -I /root/pongoOS/newlib/src/newlib/libm/machine/aarch64/../../../../newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-fegetenv.o `test -f 'fegetenv.c' || echo '/root/pongoOS/newlib/src/newlib/libm/machine/aarch64/'`fegetenv.c
  564. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/machine/aarch64 -I /root/pongoOS/newlib/src/newlib/libm/machine/aarch64/../../../../newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-fegetexceptflag.o `test -f 'fegetexceptflag.c' || echo '/root/pongoOS/newlib/src/newlib/libm/machine/aarch64/'`fegetexceptflag.c
  565. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/machine/aarch64 -I /root/pongoOS/newlib/src/newlib/libm/machine/aarch64/../../../../newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-fegetround.o `test -f 'fegetround.c' || echo '/root/pongoOS/newlib/src/newlib/libm/machine/aarch64/'`fegetround.c
  566. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/machine/aarch64 -I /root/pongoOS/newlib/src/newlib/libm/machine/aarch64/../../../../newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-feholdexcept.o `test -f 'feholdexcept.c' || echo '/root/pongoOS/newlib/src/newlib/libm/machine/aarch64/'`feholdexcept.c
  567. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/machine/aarch64 -I /root/pongoOS/newlib/src/newlib/libm/machine/aarch64/../../../../newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-feraiseexcept.o `test -f 'feraiseexcept.c' || echo '/root/pongoOS/newlib/src/newlib/libm/machine/aarch64/'`feraiseexcept.c
  568. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/machine/aarch64 -I /root/pongoOS/newlib/src/newlib/libm/machine/aarch64/../../../../newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-fesetenv.o `test -f 'fesetenv.c' || echo '/root/pongoOS/newlib/src/newlib/libm/machine/aarch64/'`fesetenv.c
  569. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/machine/aarch64 -I /root/pongoOS/newlib/src/newlib/libm/machine/aarch64/../../../../newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-fesetexceptflag.o `test -f 'fesetexceptflag.c' || echo '/root/pongoOS/newlib/src/newlib/libm/machine/aarch64/'`fesetexceptflag.c
  570. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/machine/aarch64 -I /root/pongoOS/newlib/src/newlib/libm/machine/aarch64/../../../../newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-fesetround.o `test -f 'fesetround.c' || echo '/root/pongoOS/newlib/src/newlib/libm/machine/aarch64/'`fesetround.c
  571. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/machine/aarch64 -I /root/pongoOS/newlib/src/newlib/libm/machine/aarch64/../../../../newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-fetestexcept.o `test -f 'fetestexcept.c' || echo '/root/pongoOS/newlib/src/newlib/libm/machine/aarch64/'`fetestexcept.c
  572. clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"4.1.0\" -DPACKAGE_STRING=\"newlib\ 4.1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I. -I/root/pongoOS/newlib/src/newlib/libm/machine/aarch64 -I /root/pongoOS/newlib/src/newlib/libm/machine/aarch64/../../../../newlib/libm/common -fno-builtin -D__NO_SYSCALLS__ -DNO_FLOATING_POINT -D_COMPILING_NEWLIB -DHAVE_INIT_FINI --target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL -c -o lib_a-feupdateenv.o `test -f 'feupdateenv.c' || echo '/root/pongoOS/newlib/src/newlib/libm/machine/aarch64/'`feupdateenv.c
  573. rm -f lib.a
  574. llvm-ar cru lib.a lib_a-e_sqrt.o lib_a-ef_sqrt.o lib_a-s_ceil.o lib_a-s_fabs.o lib_a-s_floor.o lib_a-s_fma.o lib_a-s_fmax.o lib_a-s_fmin.o lib_a-s_llrint.o lib_a-s_llround.o lib_a-s_lrint.o lib_a-s_lround.o lib_a-s_nearbyint.o lib_a-s_rint.o lib_a-s_round.o lib_a-s_trunc.o lib_a-sf_ceil.o lib_a-sf_fabs.o lib_a-sf_floor.o lib_a-sf_fma.o lib_a-sf_fmax.o lib_a-sf_fmin.o lib_a-sf_llrint.o lib_a-sf_llround.o lib_a-sf_lrint.o lib_a-sf_lround.o lib_a-sf_nearbyint.o lib_a-sf_rint.o lib_a-sf_round.o lib_a-sf_trunc.o lib_a-fenv.o lib_a-feclearexcept.o lib_a-fegetenv.o lib_a-fegetexceptflag.o lib_a-fegetround.o lib_a-feholdexcept.o lib_a-feraiseexcept.o lib_a-fesetenv.o lib_a-fesetexceptflag.o lib_a-fesetround.o lib_a-fetestexcept.o lib_a-feupdateenv.o
  575. llvm-ranlib lib.a
  576. make[6]: Leaving directory '/root/pongoOS/newlib/build/libm/machine/aarch64'
  577. Making all in .
  578. make[6]: Entering directory '/root/pongoOS/newlib/build/libm/machine'
  579. rm -f lib.a
  580. ln aarch64/lib.a lib.a >/dev/null 2>/dev/null || \
  581. cp aarch64/lib.a lib.a
  582. make[6]: Leaving directory '/root/pongoOS/newlib/build/libm/machine'
  583. make[5]: Leaving directory '/root/pongoOS/newlib/build/libm/machine'
  584. make[5]: Entering directory '/root/pongoOS/newlib/build/libm'
  585. rm -f libm.a
  586. rm -rf tmp
  587. mkdir tmp
  588. cd tmp; \
  589. for i in math/lib.a common/lib.a complex/lib.a fenv/lib.a machine/lib.a; do \
  590. llvm-ar x ../$i; \
  591. done; \
  592. llvm-ar rc ../libm.a *.o
  593. llvm-ranlib libm.a
  594. rm -rf tmp
  595. make[5]: Leaving directory '/root/pongoOS/newlib/build/libm'
  596. make[4]: Leaving directory '/root/pongoOS/newlib/build/libm'
  597. Making all in doc
  598. make[4]: Entering directory '/root/pongoOS/newlib/build/doc'
  599. gcc -g -c /root/pongoOS/newlib/src/newlib/doc/makedoc.c
  600. gcc -o makedoc makedoc.o
  601. make[4]: Leaving directory '/root/pongoOS/newlib/build/doc'
  602. Making all in .
  603. make[4]: Entering directory '/root/pongoOS/newlib/build'
  604. rm -f libm.a
  605. ln libm/libm.a libm.a >/dev/null 2>/dev/null || cp libm/libm.a libm.a
  606. rm -rf libc.a libg.a tmp
  607. mkdir tmp
  608. cd tmp; \
  609. llvm-ar x ../libm.a lib_a-s_fpclassify.o lib_a-sf_fpclassify.o lib_a-s_isinf.o lib_a-sf_isinf.o lib_a-s_isnan.o lib_a-sf_isnan.o lib_a-s_isinfd.o lib_a-sf_isinff.o lib_a-s_isnand.o lib_a-sf_isnanf.o lib_a-s_nan.o lib_a-sf_nan.o lib_a-s_ldexp.o lib_a-sf_ldexp.o lib_a-s_frexp.o lib_a-sf_frexp.o lib_a-s_modf.o lib_a-sf_modf.o lib_a-s_scalbn.o lib_a-sf_scalbn.o lib_a-s_finite.o lib_a-sf_finite.o lib_a-s_copysign.o lib_a-sf_copysign.o ; \
  610. llvm-ar x ../libc/libc.a ; \
  611. llvm-ar rc ../libc.a *.o
  612. llvm-ranlib libc.a
  613. ln libc.a libg.a >/dev/null 2>/dev/null || cp libc.a libg.a
  614. rm -rf tmp
  615. make[4]: Leaving directory '/root/pongoOS/newlib/build'
  616. make[3]: Leaving directory '/root/pongoOS/newlib/build'
  617. make[2]: Leaving directory '/root/pongoOS/newlib/build'
  618. make -C /root/pongoOS/newlib/build install
  619. make[2]: Entering directory '/root/pongoOS/newlib/build'
  620. Making install in libc
  621. make[3]: Entering directory '/root/pongoOS/newlib/build/libc'
  622. Making install in argz
  623. make[4]: Entering directory '/root/pongoOS/newlib/build/libc/argz'
  624. make[5]: Entering directory '/root/pongoOS/newlib/build/libc/argz'
  625. make[5]: Nothing to be done for 'install-exec-am'.
  626. make[5]: Nothing to be done for 'install-data-am'.
  627. make[5]: Leaving directory '/root/pongoOS/newlib/build/libc/argz'
  628. make[4]: Leaving directory '/root/pongoOS/newlib/build/libc/argz'
  629. Making install in stdlib
  630. make[4]: Entering directory '/root/pongoOS/newlib/build/libc/stdlib'
  631. make[5]: Entering directory '/root/pongoOS/newlib/build/libc/stdlib'
  632. make[5]: Nothing to be done for 'install-exec-am'.
  633. make[5]: Nothing to be done for 'install-data-am'.
  634. make[5]: Leaving directory '/root/pongoOS/newlib/build/libc/stdlib'
  635. make[4]: Leaving directory '/root/pongoOS/newlib/build/libc/stdlib'
  636. Making install in ctype
  637. make[4]: Entering directory '/root/pongoOS/newlib/build/libc/ctype'
  638. make[5]: Entering directory '/root/pongoOS/newlib/build/libc/ctype'
  639. make[5]: Nothing to be done for 'install-exec-am'.
  640. make[5]: Nothing to be done for 'install-data-am'.
  641. make[5]: Leaving directory '/root/pongoOS/newlib/build/libc/ctype'
  642. make[4]: Leaving directory '/root/pongoOS/newlib/build/libc/ctype'
  643. Making install in search
  644. make[4]: Entering directory '/root/pongoOS/newlib/build/libc/search'
  645. make[5]: Entering directory '/root/pongoOS/newlib/build/libc/search'
  646. make[5]: Nothing to be done for 'install-exec-am'.
  647. make[5]: Nothing to be done for 'install-data-am'.
  648. make[5]: Leaving directory '/root/pongoOS/newlib/build/libc/search'
  649. make[4]: Leaving directory '/root/pongoOS/newlib/build/libc/search'
  650. Making install in stdio
  651. make[4]: Entering directory '/root/pongoOS/newlib/build/libc/stdio'
  652. make[5]: Entering directory '/root/pongoOS/newlib/build/libc/stdio'
  653. make[5]: Nothing to be done for 'install-exec-am'.
  654. make[5]: Nothing to be done for 'install-data-am'.
  655. make[5]: Leaving directory '/root/pongoOS/newlib/build/libc/stdio'
  656. make[4]: Leaving directory '/root/pongoOS/newlib/build/libc/stdio'
  657. Making install in string
  658. make[4]: Entering directory '/root/pongoOS/newlib/build/libc/string'
  659. make[5]: Entering directory '/root/pongoOS/newlib/build/libc/string'
  660. make[5]: Nothing to be done for 'install-exec-am'.
  661. make[5]: Nothing to be done for 'install-data-am'.
  662. make[5]: Leaving directory '/root/pongoOS/newlib/build/libc/string'
  663. make[4]: Leaving directory '/root/pongoOS/newlib/build/libc/string'
  664. Making install in signal
  665. make[4]: Entering directory '/root/pongoOS/newlib/build/libc/signal'
  666. make[5]: Entering directory '/root/pongoOS/newlib/build/libc/signal'
  667. make[5]: Nothing to be done for 'install-exec-am'.
  668. make[5]: Nothing to be done for 'install-data-am'.
  669. make[5]: Leaving directory '/root/pongoOS/newlib/build/libc/signal'
  670. make[4]: Leaving directory '/root/pongoOS/newlib/build/libc/signal'
  671. Making install in time
  672. make[4]: Entering directory '/root/pongoOS/newlib/build/libc/time'
  673. make[5]: Entering directory '/root/pongoOS/newlib/build/libc/time'
  674. make[5]: Nothing to be done for 'install-exec-am'.
  675. make[5]: Nothing to be done for 'install-data-am'.
  676. make[5]: Leaving directory '/root/pongoOS/newlib/build/libc/time'
  677. make[4]: Leaving directory '/root/pongoOS/newlib/build/libc/time'
  678. Making install in locale
  679. make[4]: Entering directory '/root/pongoOS/newlib/build/libc/locale'
  680. make[5]: Entering directory '/root/pongoOS/newlib/build/libc/locale'
  681. make[5]: Nothing to be done for 'install-exec-am'.
  682. make[5]: Nothing to be done for 'install-data-am'.
  683. make[5]: Leaving directory '/root/pongoOS/newlib/build/libc/locale'
  684. make[4]: Leaving directory '/root/pongoOS/newlib/build/libc/locale'
  685. Making install in sys
  686. make[4]: Entering directory '/root/pongoOS/newlib/build/libc/sys'
  687. Making install in .
  688. make[5]: Entering directory '/root/pongoOS/newlib/build/libc/sys'
  689. make[6]: Entering directory '/root/pongoOS/newlib/build/libc/sys'
  690. make[6]: Nothing to be done for 'install-exec-am'.
  691. make[6]: Nothing to be done for 'install-data-am'.
  692. make[6]: Leaving directory '/root/pongoOS/newlib/build/libc/sys'
  693. make[5]: Leaving directory '/root/pongoOS/newlib/build/libc/sys'
  694. make[4]: Leaving directory '/root/pongoOS/newlib/build/libc/sys'
  695. Making install in reent
  696. make[4]: Entering directory '/root/pongoOS/newlib/build/libc/reent'
  697. make[5]: Entering directory '/root/pongoOS/newlib/build/libc/reent'
  698. make[5]: Nothing to be done for 'install-exec-am'.
  699. make[5]: Nothing to be done for 'install-data-am'.
  700. make[5]: Leaving directory '/root/pongoOS/newlib/build/libc/reent'
  701. make[4]: Leaving directory '/root/pongoOS/newlib/build/libc/reent'
  702. Making install in errno
  703. make[4]: Entering directory '/root/pongoOS/newlib/build/libc/errno'
  704. make[5]: Entering directory '/root/pongoOS/newlib/build/libc/errno'
  705. make[5]: Nothing to be done for 'install-exec-am'.
  706. make[5]: Nothing to be done for 'install-data-am'.
  707. make[5]: Leaving directory '/root/pongoOS/newlib/build/libc/errno'
  708. make[4]: Leaving directory '/root/pongoOS/newlib/build/libc/errno'
  709. Making install in misc
  710. make[4]: Entering directory '/root/pongoOS/newlib/build/libc/misc'
  711. make[5]: Entering directory '/root/pongoOS/newlib/build/libc/misc'
  712. make[5]: Nothing to be done for 'install-exec-am'.
  713. make[5]: Nothing to be done for 'install-data-am'.
  714. make[5]: Leaving directory '/root/pongoOS/newlib/build/libc/misc'
  715. make[4]: Leaving directory '/root/pongoOS/newlib/build/libc/misc'
  716. Making install in machine
  717. make[4]: Entering directory '/root/pongoOS/newlib/build/libc/machine'
  718. Making install in aarch64
  719. make[5]: Entering directory '/root/pongoOS/newlib/build/libc/machine/aarch64'
  720. make[6]: Entering directory '/root/pongoOS/newlib/build/libc/machine/aarch64'
  721. make[6]: Nothing to be done for 'install-exec-am'.
  722. make[6]: Nothing to be done for 'install-data-am'.
  723. make[6]: Leaving directory '/root/pongoOS/newlib/build/libc/machine/aarch64'
  724. make[5]: Leaving directory '/root/pongoOS/newlib/build/libc/machine/aarch64'
  725. Making install in .
  726. make[5]: Entering directory '/root/pongoOS/newlib/build/libc/machine'
  727. make[6]: Entering directory '/root/pongoOS/newlib/build/libc/machine'
  728. make[6]: Nothing to be done for 'install-exec-am'.
  729. make[6]: Nothing to be done for 'install-data-am'.
  730. make[6]: Leaving directory '/root/pongoOS/newlib/build/libc/machine'
  731. make[5]: Leaving directory '/root/pongoOS/newlib/build/libc/machine'
  732. make[4]: Leaving directory '/root/pongoOS/newlib/build/libc/machine'
  733. Making install in syscalls
  734. make[4]: Entering directory '/root/pongoOS/newlib/build/libc/syscalls'
  735. make[5]: Entering directory '/root/pongoOS/newlib/build/libc/syscalls'
  736. make[5]: Nothing to be done for 'install-exec-am'.
  737. make[5]: Nothing to be done for 'install-data-am'.
  738. make[5]: Leaving directory '/root/pongoOS/newlib/build/libc/syscalls'
  739. make[4]: Leaving directory '/root/pongoOS/newlib/build/libc/syscalls'
  740. Making install in ssp
  741. make[4]: Entering directory '/root/pongoOS/newlib/build/libc/ssp'
  742. make[5]: Entering directory '/root/pongoOS/newlib/build/libc/ssp'
  743. make[5]: Nothing to be done for 'install-exec-am'.
  744. make[5]: Nothing to be done for 'install-data-am'.
  745. make[5]: Leaving directory '/root/pongoOS/newlib/build/libc/ssp'
  746. make[4]: Leaving directory '/root/pongoOS/newlib/build/libc/ssp'
  747. Making install in .
  748. make[4]: Entering directory '/root/pongoOS/newlib/build/libc'
  749. make[5]: Entering directory '/root/pongoOS/newlib/build/libc'
  750. make[5]: Nothing to be done for 'install-exec-am'.
  751. make[5]: Nothing to be done for 'install-data-am'.
  752. make[5]: Leaving directory '/root/pongoOS/newlib/build/libc'
  753. make[4]: Leaving directory '/root/pongoOS/newlib/build/libc'
  754. make[3]: Leaving directory '/root/pongoOS/newlib/build/libc'
  755. Making install in libm
  756. make[3]: Entering directory '/root/pongoOS/newlib/build/libm'
  757. Making install in math
  758. make[4]: Entering directory '/root/pongoOS/newlib/build/libm/math'
  759. make[5]: Entering directory '/root/pongoOS/newlib/build/libm/math'
  760. make[5]: Nothing to be done for 'install-exec-am'.
  761. make[5]: Nothing to be done for 'install-data-am'.
  762. make[5]: Leaving directory '/root/pongoOS/newlib/build/libm/math'
  763. make[4]: Leaving directory '/root/pongoOS/newlib/build/libm/math'
  764. Making install in common
  765. make[4]: Entering directory '/root/pongoOS/newlib/build/libm/common'
  766. make[5]: Entering directory '/root/pongoOS/newlib/build/libm/common'
  767. make[5]: Nothing to be done for 'install-exec-am'.
  768. make[5]: Nothing to be done for 'install-data-am'.
  769. make[5]: Leaving directory '/root/pongoOS/newlib/build/libm/common'
  770. make[4]: Leaving directory '/root/pongoOS/newlib/build/libm/common'
  771. Making install in complex
  772. make[4]: Entering directory '/root/pongoOS/newlib/build/libm/complex'
  773. make[5]: Entering directory '/root/pongoOS/newlib/build/libm/complex'
  774. make[5]: Nothing to be done for 'install-exec-am'.
  775. make[5]: Nothing to be done for 'install-data-am'.
  776. make[5]: Leaving directory '/root/pongoOS/newlib/build/libm/complex'
  777. make[4]: Leaving directory '/root/pongoOS/newlib/build/libm/complex'
  778. Making install in fenv
  779. make[4]: Entering directory '/root/pongoOS/newlib/build/libm/fenv'
  780. make[5]: Entering directory '/root/pongoOS/newlib/build/libm/fenv'
  781. make[5]: Nothing to be done for 'install-exec-am'.
  782. make[5]: Nothing to be done for 'install-data-am'.
  783. make[5]: Leaving directory '/root/pongoOS/newlib/build/libm/fenv'
  784. make[4]: Leaving directory '/root/pongoOS/newlib/build/libm/fenv'
  785. Making install in machine
  786. make[4]: Entering directory '/root/pongoOS/newlib/build/libm/machine'
  787. Making install in aarch64
  788. make[5]: Entering directory '/root/pongoOS/newlib/build/libm/machine/aarch64'
  789. make[6]: Entering directory '/root/pongoOS/newlib/build/libm/machine/aarch64'
  790. make[6]: Nothing to be done for 'install-exec-am'.
  791. make[6]: Nothing to be done for 'install-data-am'.
  792. make[6]: Leaving directory '/root/pongoOS/newlib/build/libm/machine/aarch64'
  793. make[5]: Leaving directory '/root/pongoOS/newlib/build/libm/machine/aarch64'
  794. Making install in .
  795. make[5]: Entering directory '/root/pongoOS/newlib/build/libm/machine'
  796. make[6]: Entering directory '/root/pongoOS/newlib/build/libm/machine'
  797. make[6]: Nothing to be done for 'install-exec-am'.
  798. make[6]: Nothing to be done for 'install-data-am'.
  799. make[6]: Leaving directory '/root/pongoOS/newlib/build/libm/machine'
  800. make[5]: Leaving directory '/root/pongoOS/newlib/build/libm/machine'
  801. make[4]: Leaving directory '/root/pongoOS/newlib/build/libm/machine'
  802. make[4]: Entering directory '/root/pongoOS/newlib/build/libm'
  803. make[5]: Entering directory '/root/pongoOS/newlib/build/libm'
  804. make[5]: Nothing to be done for 'install-exec-am'.
  805. make[5]: Nothing to be done for 'install-data-am'.
  806. make[5]: Leaving directory '/root/pongoOS/newlib/build/libm'
  807. make[4]: Leaving directory '/root/pongoOS/newlib/build/libm'
  808. make[3]: Leaving directory '/root/pongoOS/newlib/build/libm'
  809. Making install in doc
  810. make[3]: Entering directory '/root/pongoOS/newlib/build/doc'
  811. make[4]: Entering directory '/root/pongoOS/newlib/build/doc'
  812. make[4]: Nothing to be done for 'install-exec-am'.
  813. make[4]: Nothing to be done for 'install-data-am'.
  814. make[4]: Leaving directory '/root/pongoOS/newlib/build/doc'
  815. make[3]: Leaving directory '/root/pongoOS/newlib/build/doc'
  816. Making install in .
  817. make[3]: Entering directory '/root/pongoOS/newlib/build'
  818. make[4]: Entering directory '/root/pongoOS/newlib/build'
  819. make[4]: Nothing to be done for 'install-exec-am'.
  820. /usr/bin/mkdir -p '/root/pongoOS/newlib/aarch64-none-darwin/lib'
  821. /usr/bin/install -c -m 644 libm.a libc.a '/root/pongoOS/newlib/aarch64-none-darwin/lib'
  822. ( cd '/root/pongoOS/newlib/aarch64-none-darwin/lib' && llvm-ranlib libm.a )
  823. ( cd '/root/pongoOS/newlib/aarch64-none-darwin/lib' && llvm-ranlib libc.a )
  824. rm -f /root/pongoOS/newlib/aarch64-none-darwin/lib/libg.a
  825. ln /root/pongoOS/newlib/aarch64-none-darwin/lib/libc.a /root/pongoOS/newlib/aarch64-none-darwin/lib/libg.a >/dev/null 2>/dev/null || cp /root/pongoOS/newlib/aarch64-none-darwin/lib/libc.a /root/pongoOS/newlib/aarch64-none-darwin/lib/libg.a
  826. true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=--target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL " "CCASFLAGS=--target=arm64-apple-ios12.0 -Wall -O3 -ffreestanding -nostdlib -nostdlibinc -fno-builtin -fno-blocks -U__nonnull -D_LDBL_EQ_DBL " "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=" "INSTALL=/usr/bin/install -c" "LDFLAGS=" "LIBCFLAGS=" "LIBCFLAGS_FOR_TARGET=" "MAKE=make" "MAKEINFO=/bin/bash /root/pongoOS/newlib/src/missing --run makeinfo " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/bash" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/root/pongoOS/newlib" "infodir=/root/pongoOS/newlib/share/info" "libdir=/root/pongoOS/newlib/lib" "prefix=/root/pongoOS/newlib" "tooldir=/root/pongoOS/newlib/aarch64-none-darwin" "top_toollibdir=/root/pongoOS/newlib/aarch64-none-darwin/lib" "AR=llvm-ar" "AS=as" "CC=clang -I/root/pongoOS/newlib/build/targ-include -I/root/pongoOS/newlib/src/newlib/libc/include" "LD=" "LIBCFLAGS=" "NM=" "PICFLAG=" "RANLIB=llvm-ranlib" "DESTDIR=" DO=install multi-do # make
  827. if [ -z "" ]; then \
  828. /bin/bash /root/pongoOS/newlib/src/newlib/../mkinstalldirs /root/pongoOS/newlib/aarch64-none-darwin/include; \
  829. for i in /root/pongoOS/newlib/src/newlib/libc/include/*.h; do \
  830. /usr/bin/install -c -m 644 $i /root/pongoOS/newlib/aarch64-none-darwin/include/`basename $i`; \
  831. done; \
  832. /usr/bin/install -c -m 644 newlib.h /root/pongoOS/newlib/aarch64-none-darwin/include/newlib.h; \
  833. /usr/bin/install -c -m 644 _newlib_version.h /root/pongoOS/newlib/aarch64-none-darwin/include/_newlib_version.h; \
  834. /bin/bash /root/pongoOS/newlib/src/newlib/../mkinstalldirs /root/pongoOS/newlib/aarch64-none-darwin/include/machine; \
  835. for i in /root/pongoOS/newlib/src/newlib/libc/include/machine/*.h; do \
  836. /usr/bin/install -c -m 644 $i /root/pongoOS/newlib/aarch64-none-darwin/include/machine/`basename $i`; \
  837. done; \
  838. for i in /root/pongoOS/newlib/src/newlib/libc/machine/aarch64/machine/*.h; do \
  839. if [ -f $i ]; then \
  840. /usr/bin/install -c -m 644 $i /root/pongoOS/newlib/aarch64-none-darwin/include/machine/`basename $i`; \
  841. else true; fi ; \
  842. done; \
  843. /bin/bash /root/pongoOS/newlib/src/newlib/../mkinstalldirs /root/pongoOS/newlib/aarch64-none-darwin/include/rpc; \
  844. for i in /root/pongoOS/newlib/src/newlib/libc/include/rpc/*.h; do \
  845. /usr/bin/install -c -m 644 $i /root/pongoOS/newlib/aarch64-none-darwin/include/rpc/`basename $i`; \
  846. done; \
  847. /bin/bash /root/pongoOS/newlib/src/newlib/../mkinstalldirs /root/pongoOS/newlib/aarch64-none-darwin/include/ssp; \
  848. for i in /root/pongoOS/newlib/src/newlib/libc/include/ssp/*.h; do \
  849. /usr/bin/install -c -m 644 $i /root/pongoOS/newlib/aarch64-none-darwin/include/ssp/`basename $i`; \
  850. done; \
  851. /bin/bash /root/pongoOS/newlib/src/newlib/../mkinstalldirs /root/pongoOS/newlib/aarch64-none-darwin/include/sys; \
  852. for i in /root/pongoOS/newlib/src/newlib/libc/include/sys/*.h; do \
  853. /usr/bin/install -c -m 644 $i /root/pongoOS/newlib/aarch64-none-darwin/include/sys/`basename $i`; \
  854. done; \
  855. for i in /root/pongoOS/newlib/src/newlib/libc/machine/aarch64/sys/*.h; do \
  856. if [ -f $i ]; then \
  857. /usr/bin/install -c -m 644 $i /root/pongoOS/newlib/aarch64-none-darwin/include/sys/`basename $i`; \
  858. else true; fi ; \
  859. done ; \
  860. for i in /root/pongoOS/newlib/src/newlib/libc/machine/aarch64/include/*.h; do \
  861. if [ -f $i ]; then \
  862. /usr/bin/install -c -m 644 $i /root/pongoOS/newlib/aarch64-none-darwin/include/`basename $i`; \
  863. else true; fi ; \
  864. done ; \
  865. for i in /root/pongoOS/newlib/src/newlib/libc/sys//sys/*.h; do \
  866. if [ -f $i ]; then \
  867. /usr/bin/install -c -m 644 $i /root/pongoOS/newlib/aarch64-none-darwin/include/sys/`basename $i`; \
  868. else true; fi ; \
  869. done ; \
  870. /bin/bash /root/pongoOS/newlib/src/newlib/../mkinstalldirs /root/pongoOS/newlib/aarch64-none-darwin/include/bits; \
  871. for i in /root/pongoOS/newlib/src/newlib/libc/sys//bits/*.h; do \
  872. if [ -f $i ]; then \
  873. /usr/bin/install -c -m 644 $i /root/pongoOS/newlib/aarch64-none-darwin/include/bits/`basename $i`; \
  874. else true; fi ; \
  875. done ; \
  876. for i in /root/pongoOS/newlib/src/newlib/libc/sys//machine/*.h; do \
  877. if [ -f $i ]; then \
  878. /usr/bin/install -c -m 644 $i /root/pongoOS/newlib/aarch64-none-darwin/include/machine/`basename $i`; \
  879. else true; fi ; \
  880. done ; \
  881. for i in /root/pongoOS/newlib/src/newlib/libc/sys//include/*.h; do \
  882. if [ -f $i ]; then \
  883. /usr/bin/install -c -m 644 $i /root/pongoOS/newlib/aarch64-none-darwin/include/`basename $i`; \
  884. else true; fi ; \
  885. done ; \
  886. for i in /root/pongoOS/newlib/src/newlib/libc/sys//include/*; do \
  887. if [ -d $i ]; then \
  888. for j in $i/*.h; do \
  889. /usr/bin/install -c -m 644 $j /root/pongoOS/newlib/aarch64-none-darwin/include/`basename $i`/`basename $j`; \
  890. done ; \
  891. else true; fi ; \
  892. done ; \
  893. for i in /root/pongoOS/newlib/src/newlib/libc/sys//machine/aarch64/include/*.h; do \
  894. if [ -f $i ]; then \
  895. /usr/bin/install -c -m 644 $i /root/pongoOS/newlib/aarch64-none-darwin/include/machine/`basename $i`; \
  896. else true; fi ; \
  897. done ; \
  898. for i in rpc/types.h rpc/xdr.h; do \
  899. if [ -f /root/pongoOS/newlib/aarch64-none-darwin/include/$i ]; then \
  900. rm /root/pongoOS/newlib/aarch64-none-darwin/include/$i; \
  901. else true; fi ; \
  902. done ; \
  903. else true; fi
  904. mkdir -p -- /root/pongoOS/newlib/aarch64-none-darwin/include
  905. mkdir -p -- /root/pongoOS/newlib/aarch64-none-darwin/include/machine
  906. mkdir -p -- /root/pongoOS/newlib/aarch64-none-darwin/include/rpc
  907. mkdir -p -- /root/pongoOS/newlib/aarch64-none-darwin/include/ssp
  908. mkdir -p -- /root/pongoOS/newlib/aarch64-none-darwin/include/sys
  909. mkdir -p -- /root/pongoOS/newlib/aarch64-none-darwin/include/bits
  910. /usr/bin/mkdir -p '/root/pongoOS/newlib/aarch64-none-darwin/lib'
  911. make[4]: Leaving directory '/root/pongoOS/newlib/build'
  912. make[3]: Leaving directory '/root/pongoOS/newlib/build'
  913. make[2]: Leaving directory '/root/pongoOS/newlib/build'
  914. make[1]: Leaving directory '/root/pongoOS/newlib'
  915. clang -o build/Pongo --target=arm64-apple-ios12.0 -Wall -Wunused-label -Werror -O3 -flto -ffreestanding -U__nonnull -nostdlibinc -Inewlib/aarch64-none-darwin/include -nostdlib -static -Wl,-fatal_warnings -Wl,-dead_strip -Wl,-Z -fuse-ld=/usr/bin/ld64 -DPONGO_VERSION='"2.4.5-339cd264"' -DAUTOBOOT -DPONGO_PRIVATE=1 -Isrc/lib -Iinclude -Iapple-include -Iinclude/modules/linux/ -Isrc/kernel -Isrc/drivers -Isrc/modules/linux/libfdt -Lnewlib/aarch64-none-darwin/lib -lc -lm -Wl,-preload -Wl,-no_uuid -Wl,-e,start -Wl,-order_file,src/sym_order.txt -Wl,-image_base,0x100000000 -Wl,-sectalign,__DATA,__common,0x8 -Wl,-segalign,0x4000 -DDER_TAG_SIZE=8 src/boot/entry.S src/boot/stage3.c src/boot/clearhook.S src/boot/patches.S src/boot/demote_patch.S src/boot/jump_to_image.S src/boot/main.c src/kernel/dtree.c src/kernel/dtree_getprop.c src/kernel/entry.c src/kernel/legacy.c src/kernel/locks.c src/kernel/lowlevel.c src/kernel/main_task.c src/kernel/mm.c src/kernel/panic.c src/kernel/syscall.c src/kernel/task.c src/kernel/vfs.c src/kernel/support/exit.c src/kernel/support/io.c src/kernel/support/malloc.c src/kernel/support/process.c src/kernel/support/sbrk.c src/dynamic/modload.c src/dynamic/modload_macho.c src/kernel/int.S src/shell/autoboot.c src/shell/command.c src/shell/hex.c src/shell/linux.c src/shell/main.c src/shell/usbloader.c src/drivers/aes/aes_a7.c src/drivers/aes/aes_a9.c src/drivers/aes/aes.c src/drivers/framebuffer/fb.c src/drivers/gpio/gpio.c src/drivers/hal/hal.c src/drivers/mipi/mipi.c src/drivers/plat/s5l8960.c src/drivers/plat/s8000.c src/drivers/plat/s8001.c src/drivers/plat/s8003.c src/drivers/plat/t7000.c src/drivers/plat/t7001.c src/drivers/plat/t8010.c src/drivers/plat/t8011.c src/drivers/plat/t8012.c src/drivers/plat/t8015.c src/drivers/sep/sep.c src/drivers/timer/timer.c src/drivers/tz/tz.c src/drivers/uart/uart.c src/drivers/usb/synopsys_otg.c src/drivers/xnu/xnu.c src/drivers/sep/sep_racer.S src/drivers/xnu/xnu.S src/modules/linux/libfdt/fdt_addresses.c src/modules/linux/libfdt/fdt.c src/modules/linux/libfdt/fdt_empty_tree.c src/modules/linux/libfdt/fdt_overlay.c src/modules/linux/libfdt/fdt_ro.c src/modules/linux/libfdt/fdt_rw.c src/modules/linux/libfdt/fdt_strerror.c src/modules/linux/libfdt/fdt_sw.c src/modules/linux/libfdt/fdt_wip.c src/modules/linux/linux.c src/lib/img4/img4.c src/lib/libDER/DER_Decode.c src/lib/libDER/DER_Encode.c src/lib/libDER/oids.c src/lib/lzma/lzmadec.c
  916. src/kernel/main_task.c:100:32: error: format specifies type 'char *' but the argument has type 'void *' [-Werror,-Wformat]
  917. iprintf("Booted by: %s\n", dt_get_prop("chosen", "firmware-version", NULL));
  918. ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  919. 1 error generated.
  920. In file included from src/modules/linux/libfdt/fdt_addresses.c:7:
  921. In file included from src/modules/linux/libfdt/libfdt_env.h:70:
  922. apple-include/AvailabilityMacros.h:244:5: error: 'TARGET_OS_OSX' is not defined, evaluates to 0 [-Werror,-Wundef-prefix=TARGET_OS_]
  923. #if TARGET_OS_OSX
  924. ^
  925. apple-include/AvailabilityMacros.h:246:7: error: 'TARGET_OS_MACCATALYST' is not defined, evaluates to 0 [-Werror,-Wundef-prefix=TARGET_OS_]
  926. #elif TARGET_OS_MACCATALYST
  927. ^
  928. 2 errors generated.
  929. In file included from src/modules/linux/libfdt/fdt.c:6:
  930. In file included from src/modules/linux/libfdt/libfdt_env.h:70:
  931. apple-include/AvailabilityMacros.h:244:5: error: 'TARGET_OS_OSX' is not defined, evaluates to 0 [-Werror,-Wundef-prefix=TARGET_OS_]
  932. #if TARGET_OS_OSX
  933. ^
  934. apple-include/AvailabilityMacros.h:246:7: error: 'TARGET_OS_MACCATALYST' is not defined, evaluates to 0 [-Werror,-Wundef-prefix=TARGET_OS_]
  935. #elif TARGET_OS_MACCATALYST
  936. ^
  937. 2 errors generated.
  938. In file included from src/modules/linux/libfdt/fdt_empty_tree.c:6:
  939. In file included from src/modules/linux/libfdt/libfdt_env.h:70:
  940. apple-include/AvailabilityMacros.h:244:5: error: 'TARGET_OS_OSX' is not defined, evaluates to 0 [-Werror,-Wundef-prefix=TARGET_OS_]
  941. #if TARGET_OS_OSX
  942. ^
  943. apple-include/AvailabilityMacros.h:246:7: error: 'TARGET_OS_MACCATALYST' is not defined, evaluates to 0 [-Werror,-Wundef-prefix=TARGET_OS_]
  944. #elif TARGET_OS_MACCATALYST
  945. ^
  946. 2 errors generated.
  947. In file included from src/modules/linux/libfdt/fdt_overlay.c:7:
  948. In file included from src/modules/linux/libfdt/libfdt_env.h:70:
  949. apple-include/AvailabilityMacros.h:244:5: error: 'TARGET_OS_OSX' is not defined, evaluates to 0 [-Werror,-Wundef-prefix=TARGET_OS_]
  950. #if TARGET_OS_OSX
  951. ^
  952. apple-include/AvailabilityMacros.h:246:7: error: 'TARGET_OS_MACCATALYST' is not defined, evaluates to 0 [-Werror,-Wundef-prefix=TARGET_OS_]
  953. #elif TARGET_OS_MACCATALYST
  954. ^
  955. 2 errors generated.
  956. In file included from src/modules/linux/libfdt/fdt_ro.c:6:
  957. In file included from src/modules/linux/libfdt/libfdt_env.h:70:
  958. apple-include/AvailabilityMacros.h:244:5: error: 'TARGET_OS_OSX' is not defined, evaluates to 0 [-Werror,-Wundef-prefix=TARGET_OS_]
  959. #if TARGET_OS_OSX
  960. ^
  961. apple-include/AvailabilityMacros.h:246:7: error: 'TARGET_OS_MACCATALYST' is not defined, evaluates to 0 [-Werror,-Wundef-prefix=TARGET_OS_]
  962. #elif TARGET_OS_MACCATALYST
  963. ^
  964. 2 errors generated.
  965. In file included from src/modules/linux/libfdt/fdt_rw.c:6:
  966. In file included from src/modules/linux/libfdt/libfdt_env.h:70:
  967. apple-include/AvailabilityMacros.h:244:5: error: 'TARGET_OS_OSX' is not defined, evaluates to 0 [-Werror,-Wundef-prefix=TARGET_OS_]
  968. #if TARGET_OS_OSX
  969. ^
  970. apple-include/AvailabilityMacros.h:246:7: error: 'TARGET_OS_MACCATALYST' is not defined, evaluates to 0 [-Werror,-Wundef-prefix=TARGET_OS_]
  971. #elif TARGET_OS_MACCATALYST
  972. ^
  973. 2 errors generated.
  974. In file included from src/modules/linux/libfdt/fdt_strerror.c:7:
  975. In file included from src/modules/linux/libfdt/libfdt_env.h:70:
  976. apple-include/AvailabilityMacros.h:244:5: error: 'TARGET_OS_OSX' is not defined, evaluates to 0 [-Werror,-Wundef-prefix=TARGET_OS_]
  977. #if TARGET_OS_OSX
  978. ^
  979. apple-include/AvailabilityMacros.h:246:7: error: 'TARGET_OS_MACCATALYST' is not defined, evaluates to 0 [-Werror,-Wundef-prefix=TARGET_OS_]
  980. #elif TARGET_OS_MACCATALYST
  981. ^
  982. 2 errors generated.
  983. In file included from src/modules/linux/libfdt/fdt_sw.c:6:
  984. In file included from src/modules/linux/libfdt/libfdt_env.h:70:
  985. apple-include/AvailabilityMacros.h:244:5: error: 'TARGET_OS_OSX' is not defined, evaluates to 0 [-Werror,-Wundef-prefix=TARGET_OS_]
  986. #if TARGET_OS_OSX
  987. ^
  988. apple-include/AvailabilityMacros.h:246:7: error: 'TARGET_OS_MACCATALYST' is not defined, evaluates to 0 [-Werror,-Wundef-prefix=TARGET_OS_]
  989. #elif TARGET_OS_MACCATALYST
  990. ^
  991. 2 errors generated.
  992. In file included from src/modules/linux/libfdt/fdt_wip.c:6:
  993. In file included from src/modules/linux/libfdt/libfdt_env.h:70:
  994. apple-include/AvailabilityMacros.h:244:5: error: 'TARGET_OS_OSX' is not defined, evaluates to 0 [-Werror,-Wundef-prefix=TARGET_OS_]
  995. #if TARGET_OS_OSX
  996. ^
  997. apple-include/AvailabilityMacros.h:246:7: error: 'TARGET_OS_MACCATALYST' is not defined, evaluates to 0 [-Werror,-Wundef-prefix=TARGET_OS_]
  998. #elif TARGET_OS_MACCATALYST
  999. ^
  1000. 2 errors generated.
  1001. In file included from src/modules/linux/linux.c:30:
  1002. In file included from src/modules/linux/libfdt/libfdt.h:9:
  1003. In file included from src/modules/linux/libfdt/libfdt_env.h:70:
  1004. apple-include/AvailabilityMacros.h:244:5: error: 'TARGET_OS_OSX' is not defined, evaluates to 0 [-Werror,-Wundef-prefix=TARGET_OS_]
  1005. #if TARGET_OS_OSX
  1006. ^
  1007. apple-include/AvailabilityMacros.h:246:7: error: 'TARGET_OS_MACCATALYST' is not defined, evaluates to 0 [-Werror,-Wundef-prefix=TARGET_OS_]
  1008. #elif TARGET_OS_MACCATALYST
  1009. ^
  1010. 2 errors generated.
  1011. make: *** [Makefile:99: build/Pongo] Error 1
  1012. root@ubuntu:~/pongoOS#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement