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