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