Found from where BOOTSTRAP variable comes ...
24 Feb
2019
24 Feb
'19
1:37 p.m.
I'm stupid, it was defined in https://git.cinelerra-gg.org/git/?p=goodguy/cinelerra.git;a=blob;f=cinelerra... ifeq ($(OBJDIR), i686) 5 BOOTSTRAPFLAGS := -DBOOTSTRAP="\"objcopy -B i386 -I binary -O elf32-i386\"" 6 endif 7 8 ifeq ($(OBJDIR), x86_64) 9 BOOTSTRAPFLAGS := -DBOOTSTRAP="\"objcopy -B i386 -I binary -O elf64-x86-64\"" 10 endif 11 ifeq ($(OBJDIR), amd64) 12 BOOTSTRAPFLAGS := -DBOOTSTRAP="\"objcopy -B i386 -I binary -O elf64-x86-64\"" 13 endif --- so, i guess for ppc64 I need to add similar case with objcopy, just about ppc
2466
Age (days ago)
2466
Last active (days ago)
0 comments
1 participants
participants (1)
-
Andrew Randrianasulu