We don't use the IA-64 psABI ELF_DYNAMIC_INTERPRETER, so remove it.
This commit is contained in:
parent
3514d5d26c
commit
f6181588d5
@ -27,8 +27,10 @@ elf32-target.h: elfxx-target.h
|
||||
elf64-target.h: elfxx-target.h
|
||||
sed -e s/NN/64/g ${.ALLSRC} > ${.TARGET}
|
||||
|
||||
|
||||
elf64-ia64.c: elfxx-ia64.c
|
||||
sed -e s/NN/64/g ${.ALLSRC} > ${.TARGET}
|
||||
sed -e s/NN/64/g -e 's/^.*#.*define.*ELF_DYNAMIC_INTERPRETER.*$$//g' \
|
||||
${.ALLSRC} > ${.TARGET}
|
||||
|
||||
pepigen.c: peXXigen.c
|
||||
sed -e s/XX/pep/g ${.ALLSRC} > ${.TARGET}
|
||||
|
Loading…
Reference in New Issue
Block a user