Add dv-mn103iop.c to list of files to sanitize out.
[deliverable/binutils-gdb.git] / binutils / mpw-config.in
CommitLineData
6153f5bb
SS
1# Configuration fragment for binutils.
2
3Set target_arch `echo {target_canonical} | sed -e 's/-.*-.*//'`
4
5# (should canonicalize arch name) */
6
7Set archname ARCH_{target_arch}
4fd067b8 8
d1e46898 9Set underscore 0
4fd067b8 10
d1e46898
SS
11If "{target_canonical}" =~ /sh-hitachi-hms/
12 Set underscore 1
13End If
4fd067b8 14
d1e46898
SS
15Echo '# From mpw-config.in' > "{o}"mk.tmp
16Echo "ARCHDEFS = -d" {archname} >> "{o}"mk.tmp
17Echo "UNDERSCORE = " {underscore} >> "{o}"mk.tmp
dda8716b
SS
18Echo "BUILD_NLMCONV = " >> "{o}"mk.tmp
19Echo "BUILD_SRCONV = " >> "{o}"mk.tmp
20Echo "SYSINFO_PROG = " >> "{o}"mk.tmp
21Echo "BUILD_DLLTOOL = " >> "{o}"mk.tmp
d1e46898
SS
22Echo '# End from mpw-config.in' >> "{o}"mk.tmp
23
24Echo '/* config.h. Generated by mpw-configure. */' > "{o}"config.new
25Echo '#include "mpw.h"' >> "{o}"config.new
26
27MoveIfChange "{o}"config.new "{o}"config.h
This page took 0.129442 seconds and 4 git commands to generate.