We don't use the IA-64 psABI ELF_DYNAMIC_INTERPRETER, so remove it.

This commit is contained in:
David E. O'Brien 2001-10-15 03:10:48 +00:00
parent 3514d5d26c
commit f6181588d5

View File

@ -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}