[Projeler-commits] r104 - in PSP: . binutils-psp gcc-psp gcc-psp/files gdb-psp gdb-psp/files newlib-psp newlib-psp/files pspsdk pspsdk-headers pspsdk/files

projeler-uludag at uludag.org.tr projeler-uludag at uludag.org.tr
10 Şub 2006 Cum 04:18:22 EET


Author: caglar
Date: Fri Feb 10 04:17:53 2006
New Revision: 104

Added:
   PSP/bootstrap
   PSP/gcc-psp/
   PSP/gcc-psp/actions.py
   PSP/gcc-psp/files/
   PSP/gcc-psp/files/05gcc-psp
   PSP/gcc-psp/files/gcc-4.0.2.patch
   PSP/gcc-psp/pspec.xml
   PSP/gdb-psp/
   PSP/gdb-psp/actions.py
   PSP/gdb-psp/files/
   PSP/gdb-psp/files/gdb-6.3.patch
   PSP/gdb-psp/pspec.xml
   PSP/newlib-psp/
   PSP/newlib-psp/actions.py
   PSP/newlib-psp/files/
   PSP/newlib-psp/files/newlib-1.13.0.patch
   PSP/newlib-psp/pspec.xml
   PSP/pspsdk/
   PSP/pspsdk-headers/
   PSP/pspsdk-headers/actions.py
   PSP/pspsdk-headers/pspec.xml
   PSP/pspsdk/actions.py
   PSP/pspsdk/files/
   PSP/pspsdk/files/include.patch
   PSP/pspsdk/pspec.xml
Modified:
   PSP/binutils-psp/actions.py
   PSP/binutils-psp/pspec.xml
Log:
PSP toolchain ve SDK, ehem ayrıca mips portu olmuş bu :P

Modified: PSP/binutils-psp/actions.py
=================================================================
--- PSP/binutils-psp/actions.py	(original)
+++ PSP/binutils-psp/actions.py	Fri Feb 10 04:17:53 2006
@@ -17,17 +17,19 @@
 def setup():
     shelltools.makedirs("%s/build-psp" % get.workDIR())
     shelltools.cd("%s/build-psp/" % get.workDIR())
+    
     shelltools.system("%s/%s/configure --prefix=/opt/psp --target=psp --enable-install-libbfd" % (get.workDIR(), WorkDir))
 
 def build():
     shelltools.cd("%s/build-psp/" % get.workDIR())
+    
     autotools.make()
     
 def install():
     shelltools.cd("%s/build-psp/" % get.workDIR())
+    
     autotools.rawInstall("DESTDIR=%s" % get.installDIR())
 
     bins = ["addr2line", "ar", "as", "c++filt", "ld", "nm", "objcopy", "objdump", "ranlib", "readelf", "size", "strings", "strip"]
     for bin in bins:
         pisitools.dosym("/opt/psp/bin/psp-%s" % bin, "/usr/bin/psp-%s" % bin)
-

Modified: PSP/binutils-psp/pspec.xml
=================================================================
--- PSP/binutils-psp/pspec.xml	(original)
+++ PSP/binutils-psp/pspec.xml	Fri Feb 10 04:17:53 2006
@@ -13,8 +13,6 @@
         <IsA>app:console</IsA>
         <Summary>Tools necessary to build programs</Summary>
         <Description>Tools necessary to build programs</Description>
-        <Summary xml:lang="tr">Programların inşaası için gerekli araçlar</Summary>
-        <Description xml:lang="tr">Programların inşaası için gerekli araçlar</Description>
         <Archive sha1sum="5c80fd5657da47efc16a63fdd93ef7395319fbbf" type="tarbz2">http://ftp.gnu.org/gnu/binutils/binutils-2.16.1.tar.bz2</Archive>
         <BuildDependencies>
             <Dependency>gettext</Dependency>



Projeler-commits mesaj listesiyle ilgili daha fazla bilgi