[FFmpeg-devel] [PATCH]configure: Do not use -fomit-frame-pointer on sparc

Carl Eugen Hoyos ceffmpeg at gmail.com
Sun Sep 9 17:03:54 EEST 2018


2018-09-09 2:39 GMT+02:00, Michael Niedermayer <michael at niedermayer.cc>:
> On Sun, Sep 09, 2018 at 01:03:36AM +0200, Carl Eugen Hoyos wrote:
>> Hi!
>>
>> Attached patch fixes many warnings when compiling for sparc.
>>
>> Please comment, Carl Eugen
>
>>  configure |    2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>> 92a4853fbf697e9528ab000924a001fd6366b279
>> 0001-configure-Do-not-use-fomit-frame-pointer-on-sparc.patch
>> From 9239602b04abb2ee7b986897923a929a2e6a5028 Mon Sep 17 00:00:00 2001
>> From: Carl Eugen Hoyos <ceffmpeg at gmail.com>
>> Date: Sun, 9 Sep 2018 01:01:24 +0200
>> Subject: [PATCH] configure: Do not use -fomit-frame-pointer on sparc.
>>
>> Silences many warnings on compilation.
>
> can you show some examples of these warnings ?

The warning for every C file when using the Sun Studio / Oracle Studio
compiler is:
cc: Warning: frameptr value of the xregs option is not available on
SPARC Solaris, ignored.
cc: Warning: illegal use of -xregs option, empty value ignored

Added locally to the commit message.

Carl Eugen


More information about the ffmpeg-devel mailing list