Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 352590 Details for
Bug 475294
Please add multilib support to libcxxrt and libcxx.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
test phase, sample patch for libcxx-9999.ebuild
libcxx-9999-test.patch (text/plain), 824 bytes, created by
Yuta SATOH
on 2013-07-04 11:01:47 UTC
(
hide
)
Description:
test phase, sample patch for libcxx-9999.ebuild
Filename:
MIME Type:
Creator:
Yuta SATOH
Created:
2013-07-04 11:01:47 UTC
Size:
824 bytes
patch
obsolete
>diff --git a/libcxx-9999.ebuild b/libcxx-9999.ebuild >index abffa7b..604e20e 100644 >--- a/libcxx-9999.ebuild >+++ b/libcxx-9999.ebuild >@@ -67,9 +67,12 @@ multilib_src_compile() { > # Tests fail for now, if anybody is able to fix them, help is very welcome. > multilib_src_test() { > cd "${BUILD_DIR}/test" >- LD_LIBRARY_PATH="${BUILD_DIR}/lib:${LD_LIBRARY_PATH}" \ >- LD_32_LIBRARY_PATH="${BUILD_DIR}/lib:${LD_32_LIBRARY_PATH}" \ >- CC="clang++ $(get_abi_CFLAGS) ${CXXFLAGS}" \ >+ if [[ ${ABI} == x86_fbsd ]] && has_multilib_profile ; then >+ export LD_32_LIBRARY_PATH="${BUILD_DIR}/lib:${LD_32_LIBRARY_PATH}" >+ else >+ export LD_LIBRARY_PATH="${BUILD_DIR}/lib:${LD_LIBRARY_PATH}" >+ fi >+ CC="clang++ $(get_abi_CFLAGS) ${CXXFLAGS}" \ > HEADER_INCLUDE="-I${BUILD_DIR}/include" \ > SOURCE_LIB="-L${BUILD_DIR}/lib" \ > LIBS="-lm" \
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 475294
:
352308
|
352314
|
352316
|
352318
|
352320
|
352386
|
352508
|
352514
|
352516
|
352588
| 352590 |
352596