1 | INFO: checking for vcs source checkout... |
---|
2 | INFO: no |
---|
3 | INFO: checking for a shell... |
---|
4 | INFO: /bin/sh |
---|
5 | INFO: checking for host system type... |
---|
6 | INFO: powerpc-apple-darwin9.8.0 |
---|
7 | INFO: checking for target system type... |
---|
8 | INFO: powerpc-apple-darwin9.8.0 |
---|
9 | INFO: checking for a shell... |
---|
10 | INFO: /bin/sh |
---|
11 | INFO: checking for host system type... |
---|
12 | INFO: powerpc-apple-darwin9.8.0 |
---|
13 | INFO: checking for target system type... |
---|
14 | INFO: powerpc-apple-darwin9.8.0 |
---|
15 | INFO: checking for android platform directory... |
---|
16 | INFO: no |
---|
17 | INFO: checking for android sysroot directory... |
---|
18 | INFO: no |
---|
19 | INFO: checking for android system directory... |
---|
20 | INFO: no |
---|
21 | INFO: checking for the Android toolchain directory... |
---|
22 | INFO: not found |
---|
23 | INFO: checking for android platform directory... |
---|
24 | INFO: no |
---|
25 | INFO: checking for android system directory... |
---|
26 | INFO: no |
---|
27 | INFO: checking for android sysroot directory... |
---|
28 | INFO: no |
---|
29 | INFO: checking for the Android toolchain directory... |
---|
30 | INFO: not found |
---|
31 | INFO: checking for vcs source checkout... |
---|
32 | INFO: no |
---|
33 | INFO: checking whether cross compiling... |
---|
34 | INFO: no |
---|
35 | INFO: checking for the target C compiler... |
---|
36 | DEBUG: _cc: Trying /opt/local/bin/gcc-mp-7 |
---|
37 | INFO: /opt/local/bin/gcc-mp-7 |
---|
38 | INFO: checking whether the target C compiler can be used... |
---|
39 | DEBUG: Creating `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_mozjs60/mozjs60/work/.tmp/conftest.CoXRsM.c` with content: |
---|
40 | DEBUG: | #if defined(_MSC_VER) |
---|
41 | DEBUG: | #if defined(__clang__) |
---|
42 | DEBUG: | %COMPILER "clang-cl" |
---|
43 | DEBUG: | %VERSION _MSC_FULL_VER |
---|
44 | DEBUG: | #else |
---|
45 | DEBUG: | %COMPILER "msvc" |
---|
46 | DEBUG: | %VERSION _MSC_FULL_VER |
---|
47 | DEBUG: | #endif |
---|
48 | DEBUG: | #elif defined(__clang__) |
---|
49 | DEBUG: | %COMPILER "clang" |
---|
50 | DEBUG: | # if !__cplusplus || __has_feature(cxx_alignof) |
---|
51 | DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__ |
---|
52 | DEBUG: | # endif |
---|
53 | DEBUG: | #elif defined(__GNUC__) |
---|
54 | DEBUG: | %COMPILER "gcc" |
---|
55 | DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__ |
---|
56 | DEBUG: | #endif |
---|
57 | DEBUG: | |
---|
58 | DEBUG: | #if __cplusplus |
---|
59 | DEBUG: | %cplusplus __cplusplus |
---|
60 | DEBUG: | #elif __STDC_VERSION__ |
---|
61 | DEBUG: | %STDC_VERSION __STDC_VERSION__ |
---|
62 | DEBUG: | #elif __STDC__ |
---|
63 | DEBUG: | %STDC_VERSION 198900L |
---|
64 | DEBUG: | #endif |
---|
65 | DEBUG: | #if __i386__ || _M_IX86 |
---|
66 | DEBUG: | %CPU "x86" |
---|
67 | DEBUG: | #elif __x86_64__ || _M_X64 |
---|
68 | DEBUG: | %CPU "x86_64" |
---|
69 | DEBUG: | #elif __arm__ || _M_ARM |
---|
70 | DEBUG: | %CPU "arm" |
---|
71 | DEBUG: | #elif __aarch64__ |
---|
72 | DEBUG: | %CPU "aarch64" |
---|
73 | DEBUG: | #elif __ia64__ |
---|
74 | DEBUG: | %CPU "ia64" |
---|
75 | DEBUG: | #elif __s390x__ |
---|
76 | DEBUG: | %CPU "s390x" |
---|
77 | DEBUG: | #elif __s390__ |
---|
78 | DEBUG: | %CPU "s390" |
---|
79 | DEBUG: | #elif __powerpc64__ |
---|
80 | DEBUG: | %CPU "ppc64" |
---|
81 | DEBUG: | #elif __powerpc__ |
---|
82 | DEBUG: | %CPU "ppc" |
---|
83 | DEBUG: | #elif __alpha__ |
---|
84 | DEBUG: | %CPU "Alpha" |
---|
85 | DEBUG: | #elif __hppa__ |
---|
86 | DEBUG: | %CPU "hppa" |
---|
87 | DEBUG: | #elif __sparc__ && __arch64__ |
---|
88 | DEBUG: | %CPU "sparc64" |
---|
89 | DEBUG: | #elif __sparc__ |
---|
90 | DEBUG: | %CPU "sparc" |
---|
91 | DEBUG: | #elif __mips64 |
---|
92 | DEBUG: | %CPU "mips64" |
---|
93 | DEBUG: | #elif __mips__ |
---|
94 | DEBUG: | %CPU "mips32" |
---|
95 | DEBUG: | #elif __sh__ |
---|
96 | DEBUG: | %CPU "sh4" |
---|
97 | DEBUG: | #endif |
---|
98 | DEBUG: | #if __FreeBSD_kernel__ |
---|
99 | DEBUG: | %KERNEL "kFreeBSD" |
---|
100 | DEBUG: | #elif __DragonFly__ |
---|
101 | DEBUG: | %KERNEL "DragonFly" |
---|
102 | DEBUG: | #elif __OpenBSD__ |
---|
103 | DEBUG: | %KERNEL "OpenBSD" |
---|
104 | DEBUG: | #elif __sun__ |
---|
105 | DEBUG: | %KERNEL "SunOS" |
---|
106 | DEBUG: | #elif __FreeBSD__ |
---|
107 | DEBUG: | %KERNEL "FreeBSD" |
---|
108 | DEBUG: | #elif __linux__ |
---|
109 | DEBUG: | %KERNEL "Linux" |
---|
110 | DEBUG: | #elif _WIN32 || __CYGWIN__ |
---|
111 | DEBUG: | %KERNEL "WINNT" |
---|
112 | DEBUG: | #elif __NetBSD__ |
---|
113 | DEBUG: | %KERNEL "NetBSD" |
---|
114 | DEBUG: | #elif __APPLE__ |
---|
115 | DEBUG: | %KERNEL "Darwin" |
---|
116 | DEBUG: | #endif |
---|
117 | DEBUG: | #if _MSC_VER || __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ |
---|
118 | DEBUG: | %ENDIANNESS "little" |
---|
119 | DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ |
---|
120 | DEBUG: | %ENDIANNESS "big" |
---|
121 | DEBUG: | #endif |
---|
122 | DEBUG: Executing: `/opt/local/bin/gcc-mp-7 -E /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_mozjs60/mozjs60/work/.tmp/conftest.CoXRsM.c` |
---|
123 | DEBUG: COMPILER = gcc |
---|
124 | DEBUG: VERSION = 7.5.0 |
---|
125 | DEBUG: STDC_VERSION = 201112L |
---|
126 | DEBUG: KERNEL = Darwin |
---|
127 | DEBUG: ENDIANNESS = big |
---|
128 | DEBUG: Creating `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_mozjs60/mozjs60/work/.tmp/conftest.WwVyvP.c` with content: |
---|
129 | DEBUG: | #if defined(_MSC_VER) |
---|
130 | DEBUG: | #if defined(__clang__) |
---|
131 | DEBUG: | %COMPILER "clang-cl" |
---|
132 | DEBUG: | %VERSION _MSC_FULL_VER |
---|
133 | DEBUG: | #else |
---|
134 | DEBUG: | %COMPILER "msvc" |
---|
135 | DEBUG: | %VERSION _MSC_FULL_VER |
---|
136 | DEBUG: | #endif |
---|
137 | DEBUG: | #elif defined(__clang__) |
---|
138 | DEBUG: | %COMPILER "clang" |
---|
139 | DEBUG: | # if !__cplusplus || __has_feature(cxx_alignof) |
---|
140 | DEBUG: | %VERSION __clang_major__.__clang_minor__.__clang_patchlevel__ |
---|
141 | DEBUG: | # endif |
---|
142 | DEBUG: | #elif defined(__GNUC__) |
---|
143 | DEBUG: | %COMPILER "gcc" |
---|
144 | DEBUG: | %VERSION __GNUC__.__GNUC_MINOR__.__GNUC_PATCHLEVEL__ |
---|
145 | DEBUG: | #endif |
---|
146 | DEBUG: | |
---|
147 | DEBUG: | #if __cplusplus |
---|
148 | DEBUG: | %cplusplus __cplusplus |
---|
149 | DEBUG: | #elif __STDC_VERSION__ |
---|
150 | DEBUG: | %STDC_VERSION __STDC_VERSION__ |
---|
151 | DEBUG: | #elif __STDC__ |
---|
152 | DEBUG: | %STDC_VERSION 198900L |
---|
153 | DEBUG: | #endif |
---|
154 | DEBUG: | #if __i386__ || _M_IX86 |
---|
155 | DEBUG: | %CPU "x86" |
---|
156 | DEBUG: | #elif __x86_64__ || _M_X64 |
---|
157 | DEBUG: | %CPU "x86_64" |
---|
158 | DEBUG: | #elif __arm__ || _M_ARM |
---|
159 | DEBUG: | %CPU "arm" |
---|
160 | DEBUG: | #elif __aarch64__ |
---|
161 | DEBUG: | %CPU "aarch64" |
---|
162 | DEBUG: | #elif __ia64__ |
---|
163 | DEBUG: | %CPU "ia64" |
---|
164 | DEBUG: | #elif __s390x__ |
---|
165 | DEBUG: | %CPU "s390x" |
---|
166 | DEBUG: | #elif __s390__ |
---|
167 | DEBUG: | %CPU "s390" |
---|
168 | DEBUG: | #elif __powerpc64__ |
---|
169 | DEBUG: | %CPU "ppc64" |
---|
170 | DEBUG: | #elif __powerpc__ |
---|
171 | DEBUG: | %CPU "ppc" |
---|
172 | DEBUG: | #elif __alpha__ |
---|
173 | DEBUG: | %CPU "Alpha" |
---|
174 | DEBUG: | #elif __hppa__ |
---|
175 | DEBUG: | %CPU "hppa" |
---|
176 | DEBUG: | #elif __sparc__ && __arch64__ |
---|
177 | DEBUG: | %CPU "sparc64" |
---|
178 | DEBUG: | #elif __sparc__ |
---|
179 | DEBUG: | %CPU "sparc" |
---|
180 | DEBUG: | #elif __mips64 |
---|
181 | DEBUG: | %CPU "mips64" |
---|
182 | DEBUG: | #elif __mips__ |
---|
183 | DEBUG: | %CPU "mips32" |
---|
184 | DEBUG: | #elif __sh__ |
---|
185 | DEBUG: | %CPU "sh4" |
---|
186 | DEBUG: | #endif |
---|
187 | DEBUG: | #if __FreeBSD_kernel__ |
---|
188 | DEBUG: | %KERNEL "kFreeBSD" |
---|
189 | DEBUG: | #elif __DragonFly__ |
---|
190 | DEBUG: | %KERNEL "DragonFly" |
---|
191 | DEBUG: | #elif __OpenBSD__ |
---|
192 | DEBUG: | %KERNEL "OpenBSD" |
---|
193 | DEBUG: | #elif __sun__ |
---|
194 | DEBUG: | %KERNEL "SunOS" |
---|
195 | DEBUG: | #elif __FreeBSD__ |
---|
196 | DEBUG: | %KERNEL "FreeBSD" |
---|
197 | DEBUG: | #elif __linux__ |
---|
198 | DEBUG: | %KERNEL "Linux" |
---|
199 | DEBUG: | #elif _WIN32 || __CYGWIN__ |
---|
200 | DEBUG: | %KERNEL "WINNT" |
---|
201 | DEBUG: | #elif __NetBSD__ |
---|
202 | DEBUG: | %KERNEL "NetBSD" |
---|
203 | DEBUG: | #elif __APPLE__ |
---|
204 | DEBUG: | %KERNEL "Darwin" |
---|
205 | DEBUG: | #endif |
---|
206 | DEBUG: | #if _MSC_VER || __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ |
---|
207 | DEBUG: | %ENDIANNESS "little" |
---|
208 | DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ |
---|
209 | DEBUG: | %ENDIANNESS "big" |
---|
210 | DEBUG: | #endif |
---|
211 | DEBUG: Executing: `/opt/local/bin/gcc-mp-7 -std=gnu99 -E /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_mozjs60/mozjs60/work/.tmp/conftest.WwVyvP.c` |
---|
212 | DEBUG: COMPILER = gcc |
---|
213 | DEBUG: VERSION = 7.5.0 |
---|
214 | DEBUG: STDC_VERSION = 199901L |
---|
215 | DEBUG: KERNEL = Darwin |
---|
216 | DEBUG: ENDIANNESS = big |
---|
217 | INFO: no |
---|
218 | ERROR: Target C compiler target CPU (unknown) does not match --target CPU (powerpc) |
---|