diff options
author | Maya Rashish <coypu@sdf.org> | 2016-08-14 18:23:40 +0000 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-08-15 02:11:03 +0200 |
commit | 23f505bee0f87c80bb84cabd29bff2149b01e46d (patch) | |
tree | 4db1784aabd01414c3605349125128b6b323d54c /configure | |
parent | d14993478cd9d6274f439f3200ea11c63ff8e0fa (diff) | |
download | ffmpeg-23f505bee0f87c80bb84cabd29bff2149b01e46d.tar.gz |
configure: All sun4 machines are SPARCs, not just sun4u
Allow building on sun4v
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4212,7 +4212,7 @@ case "$arch" in sh4|sh) arch="sh4" ;; - sun4u|sparc*) + sun4*|sparc*) arch="sparc" ;; tilegx|tile-gx) |