FreeBSD Bugzilla – Attachment 149951 Details for
Bug 195466
[PATCH] multimedia/libvpx add armv6 support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
add armv6 support
patch_multimedia_libvpx (text/plain), 1.63 KB, created by
Mikael Urankar
on 2014-11-28 10:43:10 UTC
(
hide
)
Description:
add armv6 support
Filename:
MIME Type:
Creator:
Mikael Urankar
Created:
2014-11-28 10:43:10 UTC
Size:
1.63 KB
patch
obsolete
>--- Makefile.orig >+++ Makefile >@@ -23,6 +23,7 @@ USE_LDCONFIG= yes > > OPTIONS_DEFINE= DEBUG POSTPROC RUNTIME THREADS SHARED > OPTIONS_DEFAULT= POSTPROC RUNTIME THREADS SHARED >+OPTIONS_EXCLUDE_armv6= RUNTIME > POSTPROC_DESC= Enable postprocessing > RUNTIME_DESC= Enable runtime CPU detection > SHARED_DESC= Enable shared-library support >@@ -74,6 +75,9 @@ CONFIGURE_ARGS+= --target=ia64-linux-gcc > CONFIGURE_ARGS+= --target=ppc32-linux-gcc > .elif ${ARCH} == "powerpc64" > CONFIGURE_ARGS+= --target=ppc64-linux-gcc >+.elif ${ARCH} == "armv6" >+CONFIGURE_ARGS+= --target=armv6-linux-gcc --cpu=armv6 >+EXTRA_PATCHES+= ${FILESDIR}/extra-patch-build_make_Makefile > .else > IGNORE= no support for ${ARCH} the moment. testing/patches are welcome > .endif > >--- /dev/null >+++ files/extra-patch-build_make_Makefile >@@ -0,0 +1,11 @@ >+--- build/make/Makefile.orig 2013-11-18 22:18:52 UTC >++++ build/make/Makefile >+@@ -68,7 +68,7 @@ BUILD_ROOT?=. >+ VPATH=$(SRC_PATH_BARE) >+ CFLAGS+=-I$(BUILD_PFX)$(BUILD_ROOT) -I$(SRC_PATH) >+ CXXFLAGS+=-I$(BUILD_PFX)$(BUILD_ROOT) -I$(SRC_PATH) >+-ASFLAGS+=-I$(BUILD_PFX)$(BUILD_ROOT)/ -I$(SRC_PATH)/ >++ASFLAGS+=-I$(BUILD_PFX)$(BUILD_ROOT)/ -I$(SRC_PATH)/ -meabi=5 >+ DIST_DIR?=dist >+ HOSTCC?=gcc >+ TGT_ISA:=$(word 1, $(subst -, ,$(TOOLCHAIN))) > >--- /dev/null >+++ files/patch-build_make_configure.sh >@@ -0,0 +1,10 @@ >+--- build/make/configure.sh.orig 2014-11-27 18:00:48 UTC >++++ build/make/configure.sh >+@@ -799,7 +799,6 @@ process_common_toolchain() { >+ >+ case ${tgt_cc} in >+ gcc) >+- CROSS=${CROSS:-arm-none-linux-gnueabi-} >+ link_with_cc=gcc >+ setup_gnu_toolchain >+ arch_int=${tgt_isa##armv}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 195466
: 149951