Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 399936 Details for
Bug 544742
dev-lang/python:2.7: support crosscompilation from Gentoo/Linux to Gentoo/FreeBSD
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
python-2.7.9-freebsd-crosscompile.patch
python-2.7.9-freebsd-crosscompile.patch (text/plain), 796 bytes, created by
i.Dark_Templar
on 2015-03-28 10:09:46 UTC
(
hide
)
Description:
python-2.7.9-freebsd-crosscompile.patch
Filename:
MIME Type:
Creator:
i.Dark_Templar
Created:
2015-03-28 10:09:46 UTC
Size:
796 bytes
patch
obsolete
>--- configure.ac.bak 2015-03-19 11:56:07.834648555 +0300 >+++ configure.ac 2015-03-19 12:02:09.529126752 +0300 >@@ -318,16 +318,21 @@ > case "$host" in > *-*-linux*) > ac_sys_system=Linux >+ ac_sys_release= > ;; > *-*-cygwin*) > ac_sys_system=Cygwin >+ ac_sys_release= >+ ;; >+ *-*-freebsd*) >+ ac_sys_system=FreeBSD >+ ac_sys_release=`echo $host | sed 's:.*freebsd::'` > ;; > *) > # for now, limit cross builds to known configurations > MACHDEP="unknown" > AC_MSG_ERROR([cross build not supported for $host]) > esac >- ac_sys_release= > else > ac_sys_system=`uname -s` > if test "$ac_sys_system" = "AIX" \ >@@ -368,6 +373,9 @@ > *-*-cygwin*) > _host_cpu= > ;; >+ *-*-freebsd*) >+ _host_cpu=$host_cpu >+ ;; > *) > # for now, limit cross builds to known configurations > MACHDEP="unknown"
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 544742
: 399936 |
400142
|
400144