target.mk: change i386 CPU type to pentium-mmx
authorRosen Penev <rosenp@gmail.com>
Sun, 12 Jan 2020 04:44:34 +0000 (20:44 -0800)
committerPetr Štetiar <ynezz@true.cz>
Wed, 8 Jul 2020 20:54:34 +0000 (22:54 +0200)
commit691bf54369fbccf9c27a14231a14dcdf07acaf36
treed33d72cf058583907b37707171d9c478e2b1edd8
parent3e992ea790f470d754eaba3e76608630f38055db
target.mk: change i386 CPU type to pentium-mmx

f4f8f4a180366ee90fd8e153213db2cb746ca361 broke ffmpeg compilation with x86

The reason is that ffmpeg's x86 assembly requires at least MMX, which the
pentium CPU_TYPE was preventing.

Fixes ffmpeg compilation on x86_legacy and x86_geode.

Ref: https://github.com/openwrt/openwrt/pull/3061
Signed-off-by: Rosen Penev <rosenp@gmail.com>
include/target.mk