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