[FFmpeg-trac] #8277(undetermined:closed): i686 build target fails test on x86_64 toolchain

FFmpeg trac at avcodec.org
Tue Oct 15 19:05:38 EEST 2019


#8277: i686 build target fails test on x86_64 toolchain
-------------------------------------+-------------------------------------
             Reporter:  kwizart      |                    Owner:
                 Type:  defect       |                   Status:  closed
             Priority:  normal       |                Component:
                                     |  undetermined
              Version:  unspecified  |               Resolution:  invalid
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Changes (by cehoyos):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 This is an invalid usage of the configure script (the error is correct),
 `arch` is not meant to request a target but to tell the configure script
 the target architecture if it cannot be detected. Use the `cc` option to
 pass the necessary flags.
 Unrelated: The `optflags` option is a debug option that can also easily
 break configure, you should avoid using it.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/8277#comment:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list