SOURCES: cinelerra-guicast_bootstrap.patch - proper -B for !x86

qboosh qboosh at pld-linux.org
Wed Nov 2 20:27:33 CET 2005


Author: qboosh                       Date: Wed Nov  2 19:27:33 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- proper -B for !x86

---- Files affected:
SOURCES:
   cinelerra-guicast_bootstrap.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/cinelerra-guicast_bootstrap.patch
diff -u SOURCES/cinelerra-guicast_bootstrap.patch:1.1 SOURCES/cinelerra-guicast_bootstrap.patch:1.2
--- SOURCES/cinelerra-guicast_bootstrap.patch:1.1	Mon Sep 13 11:16:08 2004
+++ SOURCES/cinelerra-guicast_bootstrap.patch	Wed Nov  2 20:27:28 2005
@@ -6,17 +6,16 @@
  endif
  
 +ifeq ($(OBJDIR), alpha)
-+BOOTSTRAPFLAGS := -DBOOTSTRAP="\"objcopy -B i386 -I binary -O elf64-alpha\""
++BOOTSTRAPFLAGS := -DBOOTSTRAP="\"objcopy -B alpha -I binary -O elf64-alpha\""
 +endif
 +
 +ifeq ($(OBJDIR), ppc)
-+BOOTSTRAPFLAGS := -DBOOTSTRAP="\"objcopy -B i386 -I binary -O elf32-ppc\""
++BOOTSTRAPFLAGS := -DBOOTSTRAP="\"objcopy -B powerpc -I binary -O elf32-powerpc\""
 +endif
 +
 +ifeq ($(OBJDIR), sparc)
-+BOOTSTRAPFLAGS := -DBOOTSTRAP="\"objcopy -B i386 -I binary -O elf32-sparc\""
++BOOTSTRAPFLAGS := -DBOOTSTRAP="\"objcopy -B sparc -I binary -O elf32-sparc\""
 +endif
  
  $(shell sh -c 'if ! test -d $(OBJDIR)\; then mkdir $(OBJDIR)\; fi' )
  
-Only in cinelerra-1.2.1/guicast: Makefile~
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/cinelerra-guicast_bootstrap.patch?r1=1.1&r2=1.2&f=u




More information about the pld-cvs-commit mailing list