Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 362308 Details for
Bug 489902
bootstrap-prefix.sh: stage2 reports "UNKNOWN ARCH" on "OS X Mavericks"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to bootstrap-prefix.sh for OS X Mavericks
1.patch (text/plain), 1.27 KB, created by
Linlin Yan
on 2013-10-30 20:10:01 UTC
(
hide
)
Description:
patch to bootstrap-prefix.sh for OS X Mavericks
Filename:
MIME Type:
Creator:
Linlin Yan
Created:
2013-10-30 20:10:01 UTC
Size:
1.27 KB
patch
obsolete
>--- bootstrap-prefix.sh.old 2013-10-31 04:00:52.000000000 +0800 >+++ bootstrap-prefix.sh.new 2013-10-31 03:58:06.000000000 +0800 >@@ -124,7 +124,7 @@ > profile="${PORTDIR}/profiles/prefix/darwin/macos/10.$((rev - 4))/x86" > ldflags_make_defaults="LDFLAGS=\"-Wl,-search_paths_first -L${ROOT}/usr/lib -L${ROOT}/lib -L${ROOT}/tmp/usr/lib\"" > ;; >- i*86-apple-darwin1[012]) >+ i*86-apple-darwin1[0123]) > rev=${CHOST##*darwin} > profile="${PORTDIR}/profiles/prefix/darwin/macos/10.$((rev - 4))/x86" > ldflags_make_defaults="LDFLAGS=\"-Wl,-search_paths_first -L${ROOT}/usr/lib -L${ROOT}/lib -L${ROOT}/tmp/usr/lib\"" >@@ -134,7 +134,7 @@ > HOSTCC='gcc -m32' > " > ;; >- x86_64-apple-darwin9|x86_64-apple-darwin1[012]) >+ x86_64-apple-darwin9|x86_64-apple-darwin1[0123]) > rev=${CHOST##*darwin} > profile="${PORTDIR}/profiles/prefix/darwin/macos/10.$((rev - 4))/x64" > ldflags_make_defaults="LDFLAGS=\"-Wl,-search_paths_first -L${ROOT}/usr/lib -L${ROOT}/lib -L${ROOT}/tmp/usr/lib\"" >@@ -1106,6 +1106,9 @@ > *-darwin*) > pkgs=( ${pkgs[@]} sys-apps/darwin-miscutils sys-libs/csu ) > case "$(gcc --version)" in >+ *"Apple LLVM version 5.0"*) >+ pkgs=( ${pkgs[@]} sys-devel/binutils-apple ) >+ ;; > *"(GCC) 4.2.1 "*) > pkgs=( ${pkgs[@]} sys-devel/binutils-apple ) > ;;
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 489902
: 362308