xref: /netbsd-src/external/gpl3/binutils/dist/config/mt-d30v (revision 2a6b7db32dd0fcd096655620989789704fbe4a7d)
1*2a6b7db3Sskrll# Build libraries optimizing for space, not speed.
2*2a6b7db3Sskrll# Turn off warnings about symbols named the same as registers
3*2a6b7db3Sskrll CFLAGS_FOR_TARGET = -g -Os -Wa,-C
4*2a6b7db3Sskrll CXXFLAGS_FOR_TARGET = -g -Os -Wa,-C
5