changeset 6315:68f215650b0b

Update darwin-ppc::darwin-runtime from 7 to 8 for fix darwin-ppc::cross/gcc
author Masamichi Hosoda <trueroad@users.noreply.github.com>
date Wed, 14 Jan 2015 21:04:52 +0900
parents 8e8886596e4c
children a0e1808eee0d
files gub/settings.py gub/specs/darwin/darwin-sdk.py
diffstat 2 files changed, 2 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/gub/settings.py	Tue Jan 13 22:56:57 2015 +0900
+++ b/gub/settings.py	Wed Jan 14 21:04:52 2015 +0900
@@ -17,7 +17,7 @@
     'debian-mipsel': 'mipsel-linux',
     'debian-x86': 'i686-linux',
     'cygwin': 'i686-cygwin',
-    'darwin-ppc': 'powerpc-apple-darwin7',
+    'darwin-ppc': 'powerpc-apple-darwin8',
     'darwin-x86': 'i686-apple-darwin8',
 
     'freebsd4-x86': 'i686-freebsd4',
--- a/gub/specs/darwin/darwin-sdk.py	Tue Jan 13 22:56:57 2015 +0900
+++ b/gub/specs/darwin/darwin-sdk.py	Wed Jan 14 21:04:52 2015 +0900
@@ -1,7 +1,7 @@
 from gub import build
 
 class Darwin_sdk (build.SdkBuild):
-    source = 'http://lilypond.org/download/gub-sources/darwin7-sdk-0.4.tar.gz'
+    source = 'http://lilypond.org/download/gub-sources/darwin8-sdk-0.4.tar.gz'
     def patch (self):
         self.system ('''
 rm %(srcdir)s/usr/lib/libgcc*
@@ -26,6 +26,3 @@
         pat = self.expand ('%(srcdir)s/usr/lib/*.la')
         for a in glob.glob (pat):
             self.file_sub ([(r' (/usr/lib/.*\.la)', r'%(system_root)s\1')], a)
-
-class Darwin_sdk__darwin__x86 (Darwin_sdk):
-    source = 'http://lilypond.org/download/gub-sources/darwin8-sdk-0.4.tar.gz'