diff options
author | Jason Merrill <jason@gcc.gnu.org> | 2000-07-21 01:44:02 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2000-07-21 01:44:02 -0400 |
commit | 117c9b1c9ddc571a39b46c8151df72e50a2c41e0 (patch) | |
tree | 8901d3350aac94bbb6cd291596851a0b8ebb155d /config/mt-d30v | |
parent | 6c329b931401eb3be8d9fc6129cab636badab9fb (diff) | |
download | gcc-117c9b1c9ddc571a39b46c8151df72e50a2c41e0.tar.gz |
merge with /cvs/src
From-SVN: r35168
Diffstat (limited to 'config/mt-d30v')
-rw-r--r-- | config/mt-d30v | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/mt-d30v b/config/mt-d30v new file mode 100644 index 00000000000..d34b774b3f6 --- /dev/null +++ b/config/mt-d30v @@ -0,0 +1,4 @@ +# Build libraries optimizing for space, not speed. +# Turn off warnings about symbols named the same as registers + CFLAGS_FOR_TARGET = -g -Os -Wa,-C + CXXFLAGS_FOR_TARGET = -g -Os -Wa,-C |