Opened 10 years ago

Last modified 10 years ago

#3560 new defect

configure/fate changes armv7s to armv6j

Reported by: Jeremy Huddleston Owned by:
Priority: normal Component: undetermined
Version: unspecified Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

fate incorrectly changes arch=armv7s to arch=armv6j

See: http://fate.ffmpeg.org/history.cgi?slot=armv7s-darwin-clang-apple-5.1

$ cat armv7s-darwin-clang-apple-5.1 
slot=armv7s-darwin-clang-apple-5.1
cc="/usr/bin/clang"
workdir=/Users/jeremy/src/ffmpeg/fate/$slot
repo=file:/Users/jeremy/src/ffmpeg/fate/src
samples=/Users/jeremy/src/ffmpeg/fate/fate-suite
fate_recv="ssh fate@fate.ffmpeg.org"

build_only=yes
target_os=darwin
arch=armv7s
extra_cflags="-arch armv7s -miphoneos-version-min=7.1"
extra_ldflags="-arch armv7s -miphoneos-version-min=7.1"
comment_conf="--disable-asm"
extra_conf="--enable-cross-compile --cross-prefix=/usr/bin/ --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk ${comment_conf}"

comment="${comment_conf}"

Change History (3)

comment:1 by Carl Eugen Hoyos, 10 years ago

Why are you adding -disable-asm?

comment:2 by Michael Niedermayer, 10 years ago

I suspect that is configure and not fate
see probe_arm_arch()

comment:3 by Michael Niedermayer, 10 years ago

Summary: fate changes armv7s to armv6jconfigure/fate changes armv7s to armv6j
Note: See TracTickets for help on using tickets.