Projects
Essentials
kvazaar
kvazaar-arm.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File kvazaar-arm.patch of Package kvazaar (Revision 2)
Currently displaying revision
2
,
Show latest
--- src/Makefile.orig 2015-09-14 13:53:11.007232697 +0200 +++ src/Makefile 2015-09-14 13:53:49.500301266 +0200 @@ -70,6 +70,12 @@ ifeq ($(ARCH), x86_64) else ifeq ($(ARCH), ppc64) TARGET_CPU_BITS := 64 TARGET_CPU_ARCH := ppc +else ifeq ($(ARCH), armv6l) + TARGET_CPU_BITS := arch=armv6 + TARGET_CPU_ARCH := arm +else ifeq ($(ARCH), armv7l) + TARGET_CPU_BITS := arch=armv7-a + TARGET_CPU_ARCH := arm else #safe (?) defaults TARGET_CPU_BITS := 32 @@ -138,6 +144,7 @@ ifdef CHECKPOINTS CFLAGS += -DCHECKPOINTS endif +ifneq ($(TARGET_CPU_ARCH), arm) # Compile files in strategy directories with appropriate flags. ifeq ($(ARCH), ppc64) strategies/altivec/%.o: EXTRA_FLAGS += -maltivec -fno-lto @@ -153,6 +160,7 @@ else strategies/avx2/%.lo: EXTRA_FLAGS += -mavx2 -fno-lto endif endif +endif OBJS = \ bitstream.o \
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.