Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 365868 Details for
Bug 493568
app-emulation/qemu-1.6.1[static-user]: with =sys-devel/make-4.0-r1 - ar: two different operation options specified
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
arflags-gmake-4.0.patch
arflags-gmake-4.0.patch (text/plain), 1.03 KB, created by
Ted Tanberry
on 2013-12-22 00:21:58 UTC
(
hide
)
Description:
arflags-gmake-4.0.patch
Filename:
MIME Type:
Creator:
Ted Tanberry
Created:
2013-12-22 00:21:58 UTC
Size:
1.03 KB
patch
obsolete
>--- configure >+++ configure >@@ -308,6 +308,9 @@ query_pkg_config() { > pkg_config=query_pkg_config > sdl_config="${SDL_CONFIG-${cross_prefix}sdl-config}" > >+# If the user hasn't specified ARFLAGS, default to 'rv', just as make does. >+ARFLAGS="${ARFLAGS-rv}" >+ > # default flags for all hosts > QEMU_CFLAGS="-fno-strict-aliasing $QEMU_CFLAGS" > QEMU_CFLAGS="-Wall -Wundef -Wwrite-strings -Wmissing-prototypes $QEMU_CFLAGS" >@@ -3664,6 +3667,7 @@ echo "C compiler $cc" > echo "Host C compiler $host_cc" > echo "C++ compiler $cxx" > echo "Objective-C compiler $objcc" >+echo "ARFLAGS $ARFLAGS" > echo "CFLAGS $CFLAGS" > echo "QEMU_CFLAGS $QEMU_CFLAGS" > echo "LDFLAGS $LDFLAGS" >@@ -4239,6 +4243,7 @@ echo "HOST_CC=$host_cc" >> $config_host_mak > echo "CXX=$cxx" >> $config_host_mak > echo "OBJCC=$objcc" >> $config_host_mak > echo "AR=$ar" >> $config_host_mak >+echo "ARFLAGS=$ARFLAGS" >> $config_host_mak > echo "AS=$as" >> $config_host_mak > echo "CPP=$cpp" >> $config_host_mak > echo "OBJCOPY=$objcopy" >> $config_host_mak
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 493568
:
365864
|
365866
| 365868