Guest User

Untitled

a guest
Mar 16th, 2021
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 21.36 KB | None | 0 0
  1. [ -f stage_final ] || echo stage3 > stage_final
  2. make[1]: Entering directory '/private/var/mobile/gcc/gcc-build'
  3. make[2]: Entering directory '/private/var/mobile/gcc/gcc-build'
  4. make[3]: Entering directory '/private/var/mobile/gcc/gcc-build'
  5. rm -f stage_current
  6. make[3]: Leaving directory '/private/var/mobile/gcc/gcc-build'
  7. make[2]: Leaving directory '/private/var/mobile/gcc/gcc-build'
  8. make[2]: Entering directory '/private/var/mobile/gcc/gcc-build'
  9. make[3]: Entering directory '/private/var/mobile/gcc/gcc-build/gmp'
  10. make  all-recursive
  11. make[4]: Entering directory '/private/var/mobile/gcc/gcc-build/gmp'
  12. Making all in tests
  13. make[5]: Entering directory '/private/var/mobile/gcc/gcc-build/gmp/tests'
  14. Making all in .
  15. make[6]: Entering directory '/private/var/mobile/gcc/gcc-build/gmp/tests'
  16. make[6]: Nothing to be done for 'all-am'.
  17. make[6]: Leaving directory '/private/var/mobile/gcc/gcc-build/gmp/tests'
  18. Making all in devel
  19. make[6]: Entering directory '/private/var/mobile/gcc/gcc-build/gmp/tests/devel'
  20. make[6]: Nothing to be done for 'all'.
  21. make[6]: Leaving directory '/private/var/mobile/gcc/gcc-build/gmp/tests/devel'
  22. Making all in mpn
  23. make[6]: Entering directory '/private/var/mobile/gcc/gcc-build/gmp/tests/mpn'
  24. make[6]: Nothing to be done for 'all'.
  25. make[6]: Leaving directory '/private/var/mobile/gcc/gcc-build/gmp/tests/mpn'
  26. Making all in mpz
  27. make[6]: Entering directory '/private/var/mobile/gcc/gcc-build/gmp/tests/mpz'
  28. make[6]: Nothing to be done for 'all'.
  29. make[6]: Leaving directory '/private/var/mobile/gcc/gcc-build/gmp/tests/mpz'
  30. Making all in mpq
  31. make[6]: Entering directory '/private/var/mobile/gcc/gcc-build/gmp/tests/mpq'
  32. make[6]: Nothing to be done for 'all'.
  33. make[6]: Leaving directory '/private/var/mobile/gcc/gcc-build/gmp/tests/mpq'
  34. Making all in mpf
  35. make[6]: Entering directory '/private/var/mobile/gcc/gcc-build/gmp/tests/mpf'
  36. make[6]: Nothing to be done for 'all'.
  37. make[6]: Leaving directory '/private/var/mobile/gcc/gcc-build/gmp/tests/mpf'
  38. Making all in rand
  39. make[6]: Entering directory '/private/var/mobile/gcc/gcc-build/gmp/tests/rand'
  40. make[6]: Nothing to be done for 'all'.
  41. make[6]: Leaving directory '/private/var/mobile/gcc/gcc-build/gmp/tests/rand'
  42. Making all in misc
  43. make[6]: Entering directory '/private/var/mobile/gcc/gcc-build/gmp/tests/misc'
  44. make[6]: Nothing to be done for 'all'.
  45. make[6]: Leaving directory '/private/var/mobile/gcc/gcc-build/gmp/tests/misc'
  46. Making all in cxx
  47. make[6]: Entering directory '/private/var/mobile/gcc/gcc-build/gmp/tests/cxx'
  48. make[6]: Nothing to be done for 'all'.
  49. make[6]: Leaving directory '/private/var/mobile/gcc/gcc-build/gmp/tests/cxx'
  50. make[5]: Leaving directory '/private/var/mobile/gcc/gcc-build/gmp/tests'
  51. Making all in mpn
  52. make[5]: Entering directory '/private/var/mobile/gcc/gcc-build/gmp/mpn'
  53. make[5]: Nothing to be done for 'all'.
  54. make[5]: Leaving directory '/private/var/mobile/gcc/gcc-build/gmp/mpn'
  55. Making all in mpz
  56. make[5]: Entering directory '/private/var/mobile/gcc/gcc-build/gmp/mpz'
  57. make[5]: Nothing to be done for 'all'.
  58. make[5]: Leaving directory '/private/var/mobile/gcc/gcc-build/gmp/mpz'
  59. Making all in mpq
  60. make[5]: Entering directory '/private/var/mobile/gcc/gcc-build/gmp/mpq'
  61. make[5]: Nothing to be done for 'all'.
  62. make[5]: Leaving directory '/private/var/mobile/gcc/gcc-build/gmp/mpq'
  63. Making all in mpf
  64. make[5]: Entering directory '/private/var/mobile/gcc/gcc-build/gmp/mpf'
  65. make[5]: Nothing to be done for 'all'.
  66. make[5]: Leaving directory '/private/var/mobile/gcc/gcc-build/gmp/mpf'
  67. Making all in printf
  68. make[5]: Entering directory '/private/var/mobile/gcc/gcc-build/gmp/printf'
  69. make[5]: Nothing to be done for 'all'.
  70. make[5]: Leaving directory '/private/var/mobile/gcc/gcc-build/gmp/printf'
  71. Making all in scanf
  72. make[5]: Entering directory '/private/var/mobile/gcc/gcc-build/gmp/scanf'
  73. make[5]: Nothing to be done for 'all'.
  74. make[5]: Leaving directory '/private/var/mobile/gcc/gcc-build/gmp/scanf'
  75. Making all in rand
  76. make[5]: Entering directory '/private/var/mobile/gcc/gcc-build/gmp/rand'
  77. make[5]: Nothing to be done for 'all'.
  78. make[5]: Leaving directory '/private/var/mobile/gcc/gcc-build/gmp/rand'
  79. Making all in cxx
  80. make[5]: Entering directory '/private/var/mobile/gcc/gcc-build/gmp/cxx'
  81. make[5]: Nothing to be done for 'all'.
  82. make[5]: Leaving directory '/private/var/mobile/gcc/gcc-build/gmp/cxx'
  83. Making all in demos
  84. make[5]: Entering directory '/private/var/mobile/gcc/gcc-build/gmp/demos'
  85. Making all in calc
  86. make[6]: Entering directory '/private/var/mobile/gcc/gcc-build/gmp/demos/calc'
  87. make  all-am
  88. make[7]: Entering directory '/private/var/mobile/gcc/gcc-build/gmp/demos/calc'
  89. make[7]: Nothing to be done for 'all-am'.
  90. make[7]: Leaving directory '/private/var/mobile/gcc/gcc-build/gmp/demos/calc'
  91. make[6]: Leaving directory '/private/var/mobile/gcc/gcc-build/gmp/demos/calc'
  92. Making all in expr
  93. make[6]: Entering directory '/private/var/mobile/gcc/gcc-build/gmp/demos/expr'
  94. make[6]: Nothing to be done for 'all'.
  95. make[6]: Leaving directory '/private/var/mobile/gcc/gcc-build/gmp/demos/expr'
  96. make[6]: Entering directory '/private/var/mobile/gcc/gcc-build/gmp/demos'
  97. make[6]: Nothing to be done for 'all-am'.
  98. make[6]: Leaving directory '/private/var/mobile/gcc/gcc-build/gmp/demos'
  99. make[5]: Leaving directory '/private/var/mobile/gcc/gcc-build/gmp/demos'
  100. Making all in tune
  101. make[5]: Entering directory '/private/var/mobile/gcc/gcc-build/gmp/tune'
  102. make[5]: Nothing to be done for 'all'.
  103. make[5]: Leaving directory '/private/var/mobile/gcc/gcc-build/gmp/tune'
  104. Making all in doc
  105. make[5]: Entering directory '/private/var/mobile/gcc/gcc-build/gmp/doc'
  106. make[5]: Nothing to be done for 'all'.
  107. make[5]: Leaving directory '/private/var/mobile/gcc/gcc-build/gmp/doc'
  108. make[5]: Entering directory '/private/var/mobile/gcc/gcc-build/gmp'
  109. make[5]: Leaving directory '/private/var/mobile/gcc/gcc-build/gmp'
  110. make[4]: Leaving directory '/private/var/mobile/gcc/gcc-build/gmp'
  111. make[3]: Leaving directory '/private/var/mobile/gcc/gcc-build/gmp'
  112. make[3]: Entering directory '/private/var/mobile/gcc/gcc-build/mpfr'
  113. Making all in doc
  114. make[4]: Entering directory '/private/var/mobile/gcc/gcc-build/mpfr/doc'
  115. make[4]: Nothing to be done for 'all'.
  116. make[4]: Leaving directory '/private/var/mobile/gcc/gcc-build/mpfr/doc'
  117. Making all in src
  118. make[4]: Entering directory '/private/var/mobile/gcc/gcc-build/mpfr/src'
  119. make  all-am
  120. make[5]: Entering directory '/private/var/mobile/gcc/gcc-build/mpfr/src'
  121. make[5]: Nothing to be done for 'all-am'.
  122. make[5]: Leaving directory '/private/var/mobile/gcc/gcc-build/mpfr/src'
  123. make[4]: Leaving directory '/private/var/mobile/gcc/gcc-build/mpfr/src'
  124. Making all in tests
  125. make[4]: Entering directory '/private/var/mobile/gcc/gcc-build/mpfr/tests'
  126. make[4]: Nothing to be done for 'all'.
  127. make[4]: Leaving directory '/private/var/mobile/gcc/gcc-build/mpfr/tests'
  128. Making all in tune
  129. make[4]: Entering directory '/private/var/mobile/gcc/gcc-build/mpfr/tune'
  130. make[4]: Nothing to be done for 'all'.
  131. make[4]: Leaving directory '/private/var/mobile/gcc/gcc-build/mpfr/tune'
  132. make[4]: Entering directory '/private/var/mobile/gcc/gcc-build/mpfr'
  133. make[4]: Nothing to be done for 'all-am'.
  134. make[4]: Leaving directory '/private/var/mobile/gcc/gcc-build/mpfr'
  135. make[3]: Leaving directory '/private/var/mobile/gcc/gcc-build/mpfr'
  136. make[3]: Entering directory '/private/var/mobile/gcc/gcc-build/mpc'
  137. make  all-recursive
  138. make[4]: Entering directory '/private/var/mobile/gcc/gcc-build/mpc'
  139. Making all in src
  140. make[5]: Entering directory '/private/var/mobile/gcc/gcc-build/mpc/src'
  141. make[5]: Nothing to be done for 'all'.
  142. make[5]: Leaving directory '/private/var/mobile/gcc/gcc-build/mpc/src'
  143. Making all in tests
  144. make[5]: Entering directory '/private/var/mobile/gcc/gcc-build/mpc/tests'
  145. make[5]: Nothing to be done for 'all'.
  146. make[5]: Leaving directory '/private/var/mobile/gcc/gcc-build/mpc/tests'
  147. Making all in doc
  148. make[5]: Entering directory '/private/var/mobile/gcc/gcc-build/mpc/doc'
  149. make[5]: Nothing to be done for 'all'.
  150. make[5]: Leaving directory '/private/var/mobile/gcc/gcc-build/mpc/doc'
  151. make[5]: Entering directory '/private/var/mobile/gcc/gcc-build/mpc'
  152. make[5]: Leaving directory '/private/var/mobile/gcc/gcc-build/mpc'
  153. make[4]: Leaving directory '/private/var/mobile/gcc/gcc-build/mpc'
  154. make[3]: Leaving directory '/private/var/mobile/gcc/gcc-build/mpc'
  155. make[3]: Entering directory '/private/var/mobile/gcc/gcc-build/isl'
  156. make  all-recursive
  157. make[4]: Entering directory '/private/var/mobile/gcc/gcc-build/isl'
  158. Making all in .
  159. make[5]: Entering directory '/private/var/mobile/gcc/gcc-build/isl'
  160. make[5]: Leaving directory '/private/var/mobile/gcc/gcc-build/isl'
  161. Making all in doc
  162. make[5]: Entering directory '/private/var/mobile/gcc/gcc-build/isl/doc'
  163. make[5]: Nothing to be done for 'all'.
  164. make[5]: Leaving directory '/private/var/mobile/gcc/gcc-build/isl/doc'
  165. make[4]: Leaving directory '/private/var/mobile/gcc/gcc-build/isl'
  166. make[3]: Leaving directory '/private/var/mobile/gcc/gcc-build/isl'
  167. Configuring stage 1 in ./gcc
  168. configure: loading cache ./config.cache
  169. checking build system type... aarch64-apple-darwin20.0.0
  170. checking host system type... aarch64-apple-darwin20.0.0
  171. checking target system type... aarch64-apple-darwin20.0.0
  172. checking LIBRARY_PATH variable... ok
  173. checking GCC_EXEC_PREFIX variable... ok
  174. checking whether to place generated files in the source directory... no
  175. checking whether a default linker was specified... no
  176. checking whether a default assembler was specified... no
  177. checking for aarch64-apple-darwin20.0.0-gcc... gcc
  178. checking whether the C compiler works... yes
  179. checking for C compiler default output file name... a.out
  180. checking for suffix of executables...
  181. checking whether we are cross compiling... no
  182. checking for suffix of object files... o
  183. checking whether we are using the GNU C compiler... yes
  184. checking whether gcc accepts -g... yes
  185. checking for gcc option to accept ISO C89... none needed
  186. checking whether we are using the GNU C++ compiler... yes
  187. checking whether g++ -std=c++11 accepts -g... yes
  188. checking for aarch64-apple-darwin20.0.0-gnatbind... no
  189. checking for aarch64-apple-darwin20.0.0-gnatmake... no
  190. checking whether compiler driver understands Ada... rm: cannot remove 'conftest.dSYM': Is a directory
  191. no
  192. checking how to run the C++ preprocessor... g++ -std=c++11 -E
  193. checking for grep that handles long lines and -e... /bin/grep
  194. checking for egrep... /bin/grep -E
  195. checking for ANSI C header files... rm: cannot remove 'conftest.dSYM': Is a directory
  196. rm: cannot remove 'conftest.dSYM': Is a directory
  197. yes
  198. checking for sys/types.h... yes
  199. checking for sys/stat.h... yes
  200. checking for stdlib.h... yes
  201. checking for string.h... yes
  202. checking for memory.h... yes
  203. checking for strings.h... yes
  204. checking for inttypes.h... yes
  205. checking for stdint.h... yes
  206. checking for unistd.h... yes
  207. checking minix/config.h usability... no
  208. checking minix/config.h presence... no
  209. checking for minix/config.h... no
  210. checking whether it is safe to define __EXTENSIONS__... yes
  211. checking how to run the C preprocessor... gcc -E
  212. checking for inline... inline
  213. checking for special C compiler options needed for large files... no
  214. checking for _FILE_OFFSET_BITS value needed for large files... no
  215. checking size of void *... 8
  216. checking size of short... 2
  217. checking size of int... 4
  218. checking size of long... 8
  219. checking for long long... yes
  220. checking size of long long... 8
  221. checking for int8_t... yes
  222. checking for int16_t... yes
  223. checking for int32_t... yes
  224. checking for int64_t... yes
  225. checking for unsigned long long int... yes
  226. checking for long long int... yes
  227. checking for intmax_t... yes
  228. checking for intptr_t... yes
  229. checking for uint8_t... yes
  230. checking for uint16_t... yes
  231. checking for uint32_t... yes
  232. checking for uint64_t... yes
  233. checking for uintmax_t... yes
  234. checking for uintptr_t... yes
  235. checking for int64_t underlying type... long long
  236. checking for std::swap in <utility>... yes
  237. checking whether g++ -std=c++11 is affected by placement new aliasing bug... yes
  238. checking whether g++ -std=c++11 supports -W... yes
  239. checking whether g++ -std=c++11 supports -Wall... yes
  240. checking whether g++ -std=c++11 supports -Wnarrowing... yes
  241. checking whether g++ -std=c++11 supports -Wwrite-strings... yes
  242. checking whether g++ -std=c++11 supports -Wcast-qual... yes
  243. checking whether g++ -std=c++11 supports -Werror=format-diag... yes
  244. checking whether g++ -std=c++11 supports -Wformat... yes
  245. checking whether gcc supports -Wstrict-prototypes... yes
  246. checking whether gcc supports -Wmissing-prototypes... yes
  247. checking whether gcc supports -Werror=format-diag... (cached) yes
  248. checking whether g++ -std=c++11 supports -Wmissing-format-attribute... yes
  249. checking whether g++ -std=c++11 supports -Woverloaded-virtual... yes
  250. checking whether gcc supports -Wold-style-definition... yes
  251. checking whether gcc supports -Wc++-compat... yes
  252. checking whether g++ -std=c++11 supports -pedantic -Wlong-long -Wvariadic-macros -Woverlength-strings... yes
  253. checking whether gcc supports -fno-exceptions... yes
  254. checking whether gcc supports -fno-rtti... yes
  255. checking whether gcc supports -fasynchronous-unwind-tables... yes
  256. checking valgrind.h usability... no
  257. checking valgrind.h presence... no
  258. checking for valgrind.h... no
  259. checking for VALGRIND_DISCARD in <valgrind/memcheck.h>... no
  260. checking for VALGRIND_DISCARD in <memcheck.h>... no
  261. checking for multiarch configuration... auto
  262. configure: WARNING: decimal float is not supported for this target, ignored
  263. configure: WARNING: fixed-point is not supported for this target, ignored
  264. checking whether make sets $(MAKE)... yes
  265. checking for gawk... gawk
  266. checking whether ln -s works... yes
  267. checking whether ln works... yes
  268. checking for aarch64-apple-darwin20.0.0-ranlib... ranlib
  269. checking for a BSD compatible install... /usr/bin/install -c
  270. checking for cmp's capabilities... gnucompare
  271. checking for mktemp... yes
  272. checking for makeinfo... /var/mobile/gcc/missing makeinfo --split-size=5000000 --split-size=5000000
  273. checking for modern makeinfo... no
  274. configure: WARNING:
  275. *** Makeinfo is missing or too old.
  276. *** Info documentation will not be built.
  277. checking for recent Pod::Man... yes
  278. checking for flex... flex
  279. checking for bison... bison
  280. checking for nm... nm
  281. checking for ar... ar
  282. checking for sphinx-build... texinfo
  283. checking for ANSI C header files... (cached) yes
  284. checking whether time.h and sys/time.h may both be included... yes
  285. checking whether string.h and strings.h may both be included... yes
  286. checking for sys/wait.h that is POSIX.1 compatible... yes
  287. checking whether termios.h defines TIOCGWINSZ... yes
  288. checking for limits.h... yes
  289. checking for stddef.h... yes
  290. checking for string.h... (cached) yes
  291. checking for strings.h... (cached) yes
  292. checking for stdlib.h... (cached) yes
  293. checking for time.h... yes
  294. checking for iconv.h... yes
  295. checking for fcntl.h... yes
  296. checking for ftw.h... yes
  297. checking for unistd.h... (cached) yes
  298. checking for sys/file.h... yes
  299. checking for sys/time.h... yes
  300. checking for sys/mman.h... yes
  301. checking for sys/resource.h... yes
  302. checking for sys/param.h... yes
  303. checking for sys/times.h... yes
  304. checking for sys/stat.h... (cached) yes
  305. checking for direct.h... no
  306. checking for malloc.h... no
  307. checking for langinfo.h... yes
  308. checking for ldfcn.h... no
  309. checking for locale.h... yes
  310. checking for wchar.h... yes
  311. checking for thread.h... no
  312. checking for pthread.h... yes
  313. checking for CHAR_BIT... yes
  314. checking whether byte ordering is bigendian... no
  315. checking how to run the C++ preprocessor... g++ -std=c++11 -E
  316. checking for unordered_map... yes
  317. checking for tr1/unordered_map... no
  318. checking for ext/hash_map... yes
  319. checking dependency style of g++ -std=c++11... gcc3
  320. checking for collect2 libraries... none required
  321. checking for library containing exc_resume... no
  322. checking for library containing kstat_open... no
  323. checking for library containing gethostbyname... none required
  324. checking for library containing socket... none required
  325. checking for library containing ldexp... none required
  326. checking for library containing dlopen... none required
  327. checking for inttypes.h... yes
  328. checking for zstd.h... no
  329. checking for library containing ZSTD_compress... no
  330. checking for times... yes
  331. checking for clock... yes
  332. checking for kill... yes
  333. checking for getrlimit... yes
  334. checking for setrlimit... yes
  335. checking for atoq... no
  336. checking for popen... yes
  337. checking for sysconf... yes
  338. checking for strsignal... yes
  339. checking for getrusage... yes
  340. checking for nl_langinfo... yes
  341. checking for gettimeofday... yes
  342. checking for mbstowcs... yes
  343. checking for wcswidth... yes
  344. checking for mmap... yes
  345. checking for posix_fallocate... no
  346. checking for setlocale... yes
  347. checking for clearerr_unlocked... yes
  348. checking for feof_unlocked... yes
  349. checking for ferror_unlocked... yes
  350. checking for fflush_unlocked... no
  351. checking for fgetc_unlocked... no
  352. checking for fgets_unlocked... no
  353. checking for fileno_unlocked... yes
  354. checking for fprintf_unlocked... no
  355. checking for fputc_unlocked... no
  356. checking for fputs_unlocked... no
  357. checking for fread_unlocked... no
  358. checking for fwrite_unlocked... no
  359. checking for getchar_unlocked... yes
  360. checking for getc_unlocked... yes
  361. checking for putchar_unlocked... yes
  362. checking for putc_unlocked... yes
  363. checking for madvise... yes
  364. checking for mallinfo... no
  365. checking for mallinfo2... no
  366. checking for fstatat... yes
  367. checking whether mbstowcs works... yes
  368. checking for ssize_t... yes
  369. checking for caddr_t... yes
  370. checking for sighander_t... no
  371. checking for sys/mman.h... (cached) yes
  372. checking for mmap... (cached) yes
  373. checking whether read-only mmap of a plain file works... yes
  374. checking whether mmap from /dev/zero works... no
  375. checking for MAP_ANON(YMOUS)... yes
  376. checking whether mmap with MAP_ANON(YMOUS) works... yes
  377. checking for pid_t... yes
  378. checking for vfork.h... no
  379. checking for fork... yes
  380. checking for vfork... yes
  381. checking for working fork... yes
  382. checking for working vfork... (cached) yes
  383. checking for ld used by GCC... /usr/bin/ld
  384. checking if the linker (/usr/bin/ld) is GNU ld... no
  385. checking for shared library run path origin... done
  386. checking for iconv... yes
  387. checking how to link with libiconv... -liconv
  388. checking for iconv declaration...
  389.         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  390. checking for LC_MESSAGES... yes
  391. checking for nl_langinfo and CODESET... yes
  392. checking whether basename is declared... no
  393. checking whether strstr is declared... yes
  394. checking whether getenv is declared... yes
  395. checking whether atol is declared... yes
  396. checking whether atoll is declared... yes
  397. checking whether asprintf is declared... yes
  398. checking whether sbrk is declared... yes
  399. checking whether abort is declared... yes
  400. checking whether atof is declared... yes
  401. checking whether getcwd is declared... yes
  402. checking whether getwd is declared... yes
  403. checking whether madvise is declared... yes
  404. checking whether stpcpy is declared... yes
  405. checking whether strnlen is declared... yes
  406. checking whether strsignal is declared... yes
  407. checking whether strverscmp is declared... no
  408. checking whether strtol is declared... yes
  409. checking whether strtoul is declared... yes
  410. checking whether strtoll is declared... yes
  411. checking whether strtoull is declared... yes
  412. checking whether setenv is declared... yes
  413. checking whether unsetenv is declared... yes
  414. checking whether errno is declared... yes
  415. checking whether snprintf is declared... yes
  416. checking whether vsnprintf is declared... yes
  417. checking whether vasprintf is declared... yes
  418. checking whether malloc is declared... yes
  419. checking whether realloc is declared... yes
  420. checking whether calloc is declared... yes
  421. checking whether free is declared... yes
  422. checking whether getopt is declared... yes
  423. checking whether clock is declared... yes
  424. checking whether getpagesize is declared... yes
  425. checking whether ffs is declared... yes
  426. checking whether clearerr_unlocked is declared... yes
  427. checking whether feof_unlocked is declared... yes
  428. checking whether ferror_unlocked is declared... yes
  429. checking whether fflush_unlocked is declared... no
  430. checking whether fgetc_unlocked is declared... no
  431. checking whether fgets_unlocked is declared... no
  432. checking whether fileno_unlocked is declared... yes
  433. checking whether fprintf_unlocked is declared... no
  434. checking whether fputc_unlocked is declared... no
  435. checking whether fputs_unlocked is declared... no
  436. checking whether fread_unlocked is declared... no
  437. checking whether fwrite_unlocked is declared... no
  438. checking whether getchar_unlocked is declared... yes
  439. checking whether getc_unlocked is declared... yes
  440. checking whether putchar_unlocked is declared... yes
  441. checking whether putc_unlocked is declared... yes
  442. checking whether getrlimit is declared... yes
  443. checking whether setrlimit is declared... yes
  444. checking whether getrusage is declared... yes
  445. checking whether mallinfo is declared... no
  446. checking whether mallinfo2 is declared... no
  447. checking whether ldgetname is declared... no
  448. checking whether times is declared... yes
  449. checking whether sigaltstack is declared... yes
  450. checking for struct tms... yes
  451. checking for clock_t... yes
  452. checking for F_SETLKW... yes
  453. checking for O_CLOEXEC... yes
  454. checking for AF_UNIX... yes
  455. checking for AF_INET6... yes
  456. checking if mkdir takes one argument... no
  457. *** Configuration aarch64-apple-darwin20.0.0 not supported
  458. make[2]: *** [Makefile:4512: configure-stage1-gcc] Error 1
  459. make[2]: Leaving directory '/private/var/mobile/gcc/gcc-build'
  460. make[1]: *** [Makefile:27507: stage1-bubble] Error 2
  461. make[1]: Leaving directory '/private/var/mobile/gcc/gcc-build'
  462. make: *** [Makefile:1035: all] Error 2
  463.  
Advertisement
Add Comment
Please, Sign In to add comment