]> git.pld-linux.org Git - packages/cinelerra.git/blobdiff - cinelerra-guicast_bootstrap.patch
- proper -B for !x86
[packages/cinelerra.git] / cinelerra-guicast_bootstrap.patch
index 61c3ccc14c749be8f214caa9e38f5125a7b46ff6..219edeb2d0df7284eb0e3b135d7727cf0a3998ac 100644 (file)
@@ -6,17 +6,16 @@ diff -dur cinelerra-1.2.1.orig/guicast/Makefile cinelerra-1.2.1/guicast/Makefile
  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~
This page took 0.049962 seconds and 4 git commands to generate.