blob: 88403fdf1e2cec8e3a40ea650a8a1606874542f5 (
plain)
1
2
3
4
5
6
|
# Configuration fragment for BFD.
forward-include "{srcdir}"hosts:mpw.h sysdep.h
StreamEdit -e '/@WORDSIZE@/ Replace /@WORDSIZE@/ "32"' {srcdir}bfd-in2.h >bfd.h-new
MoveIfChange bfd.h-new bfd.h
|