Overview
Comment: | Don't match against androideabi*, but android*
On AArch64, it's just -android and not -androideabi. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
0132db8ec5c7e48baa4e91e4102be434 |
User & Date: | js on 2016-07-09 19:58:56 |
Other Links: | manifest | tags |
Context
2016-07-09
| ||
20:09 | Update copyright check-in: f6ec3fb905 user: js tags: trunk | |
19:58 | Don't match against androideabi*, but android* check-in: 0132db8ec5 user: js tags: trunk | |
2016-07-03
| ||
19:03 | Don't use ${MFLAGS} with ${MAKE} check-in: b9bf94078c user: js tags: trunk | |
Changes
Modified m4/buildsys.m4 from [6023004bc8] to [84c8baccbe].
︙ | |||
170 171 172 173 174 175 176 | 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 | - + | PLUGIN_CFLAGS='-fPIC -DPIC' PLUGIN_LDFLAGS='-shared' PLUGIN_SUFFIX='.so' INSTALL_LIB='&& ${INSTALL} -m 755 $$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR} && rm -f ${DESTDIR}${libdir}/$$i && ${LN_S} $$i.${LIB_MAJOR}.${LIB_MINOR} ${DESTDIR}${libdir}/$$i' UNINSTALL_LIB='&& rm -f ${DESTDIR}${libdir}/$$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR}' CLEAN_LIB='' ;; |
︙ |