Commit Graph

7 Commits

Author SHA1 Message Date
Ken 3f33f8a6e5
Intel fixes (#608)
* ycbcr: intel assembly fixes for old gcc-as in Tiger

minor changes in assembly that are friendly to the
older gcc-as in Tiger

* libvpx/moz.build: only use force_cpusubtype_all on PPC

this flag is not accepted by the intel assembler

* libvpx: compiler/assembler fixes for intel

use clang-3.4 as the primary compiler
use yasm for the assembly

* nss: use clang-3.4 as compiler on Intel

nss contains assembly that the old gas assembler can't manage
using clang-3.4 is the easiest fix for this, as it is
already needed elsewhere for libvpx

* Intel mozconfig: update

we need to force the old gas assembler to be used
for the majority of the build as the newer clang
one will fail

* client.mk: use original which

MacPorts has a newer version of the which command
that is supposed to be more like current 'which' versions,
but there is an error in it at present and the construct
used in TFF doesn't work correctly.

Until this is fixed, use the original /usr/bin/which (and that
one can in fact be used forever, of course).
2020-06-11 15:31:09 -07:00
Cameron Kaiser fae264c819 #590: TLS 1.3 support (consolidated) with locale workaround 2020-02-17 20:51:23 -08:00
Cameron Kaiser c9168bc53e #369: update to roytam version of NSS 3.48 2020-01-23 17:47:36 -08:00
Cameron Kaiser 630d191905 #501: basic support (doesn't work yet, doesn't crash) from M1294490 2019-02-06 06:54:39 -08:00
Cameron Kaiser f79d49e991 #443: update certs and pins, M1397811 M1407740 M1408005 M1411458 M1406750 M1412252 M1400763 2017-11-09 21:02:34 -08:00
Cameron Kaiser 87b5609122 #429: install modules/woff2 (current to Fx57) 2017-10-05 17:33:16 -07:00
Cameron Kaiser c9b2922b70 hello FPR 2017-04-19 00:56:45 -07:00