blob d78ecbbab0be54f70b00ad3d6ac3b689b8175b29 826 bytes (raw)
name: packages/patches/liba52-use-mtune-not-mcpu.patch # note: path name is non-authoritative(*)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
| | Copied from Debian.
From: Rodeo
Origin: https://github.com/HandBrake/HandBrake/blob/master/contrib/a52dec/A04-modern-gcc-cflags.patch
--- a52dec-0.7.4/configure.in.orig
+++ a52dec-0.7.4/configure.in
@@ -34,11 +34,11 @@
case "$host" in
i?86-* | k?-*)
case "$host" in
- i386-*) OPT_CFLAGS="$CFLAGS -mcpu=i386";;
- i486-*) OPT_CFLAGS="$CFLAGS -mcpu=i486";;
- i586-*) OPT_CFLAGS="$CFLAGS -mcpu=pentium";;
- i686-*) OPT_CFLAGS="$CFLAGS -mcpu=pentiumpro";;
- k6-*) OPT_CFLAGS="$CFLAGS -mcpu=k6";;
+ i386-*) OPT_CFLAGS="$CFLAGS -mtune=i386";;
+ i486-*) OPT_CFLAGS="$CFLAGS -mtune=i486";;
+ i586-*) OPT_CFLAGS="$CFLAGS -mtune=pentium";;
+ i686-*) OPT_CFLAGS="$CFLAGS -mtune=pentiumpro";;
+ k6-*) OPT_CFLAGS="$CFLAGS -mtune=k6";;
esac
AC_TRY_CFLAGS([$OPT_CFLAGS],[CFLAGS=$OPT_CFLAGS]);;
sparc-* | sparc64-*)
|
debug log:
solving d78ecbbab0be54f70b00ad3d6ac3b689b8175b29 ...
found d78ecbbab0be54f70b00ad3d6ac3b689b8175b29 in https://git.savannah.gnu.org/cgit/guix.git
(*) Git path names are given by the tree(s) the blob belongs to.
Blobs themselves have no identifier aside from the hash of its contents.^
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).