Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 250089 Details for
Bug 333771
sys-libs/pthreads-w32: new ebuild for Windows pthreading library
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
eblit with flag-o-matic changes/extensions
flag-o-matic.eblit (text/plain), 602 bytes, created by
Dennis Schridde
on 2010-10-10 10:30:25 UTC
(
hide
)
Description:
eblit with flag-o-matic changes/extensions
Filename:
MIME Type:
Creator:
Dennis Schridde
Created:
2010-10-10 10:30:25 UTC
Size:
602 bytes
patch
obsolete
>test-flag-LD() { > local flags="$1" > > [[ -z ${flags} ]] && \ > return 1 > > local PROG=$(tc-getCC) > local tmpfile=$(mktemp tmp.test-flag-LD.XXXXXX) > echo 'int main(void){}' \ > | ${PROG} ${flags} -o "${tmpfile}" -xc - \ > > /dev/null 2&>1 > local ret=$? > rm -f "${tmpfile}" > /dev/null 2&>1 > return $ret >} > >test-flags-LD() { test-flags-PROG "LD" "$@"; } > >strip-unsupported-flags() { > export CFLAGS=$(test-flags-CC ${CFLAGS}) > export CXXFLAGS=$(test-flags-CXX ${CXXFLAGS}) > export FFLAGS=$(test-flags-F77 ${FFLAGS}) > export FCFLAGS=$(test-flags-FC ${FCFLAGS}) > export LDFLAGS=$(test-flags-LD ${LDFLAGS}) >}
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 Raw
Actions:
View
Attachments on
bug 333771
:
243827
|
243829
|
243831
|
243833
|
243835
|
243837
| 250089 |
250091
|
250093
|
250095
|
250097
|
283479
|
283481
|
283483
|
283485
|
283487
|
283489
|
283491
|
283493
|
283495
|
283497
|
283499