* ld-scripts/script.t: Put .pr in .text, and .rw in .data, for
[deliverable/binutils-gdb.git] / opcodes / mpw-make.sed
1 # Sed commands to finish translating the opcodes Makefile.in into MPW syntax.
2
3 # Empty HDEFINES.
4 /HDEFINES/s/@HDEFINES@//
5
6 /INCDIR=/s/"{srcdir}":/"{topsrcdir}"/
7 /^CSEARCH = .*$/s/$/ -i "{INCDIR}":mpw: -i ::extra-include:/
8 /BFD_MACHINES/s/@BFD_MACHINES@/{BFD_MACHINES}/
9 /archdefs/s/@archdefs@/{ARCHDEFS}/
This page took 0.041909 seconds and 4 git commands to generate.