projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e33bfde
)
New config file to support compiling libraries with -Os.
author
Michael Meissner
<gnu@the-meissners.org>
Wed, 22 Apr 1998 16:25:11 +0000
(16:25 +0000)
committer
Michael Meissner
<gnu@the-meissners.org>
Wed, 22 Apr 1998 16:25:11 +0000
(16:25 +0000)
config/mt-ospace
[new file with mode: 0644]
patch
|
blob
diff --git a/config/mt-ospace
b/config/mt-ospace
new file mode 100644
(file)
index 0000000..
7f09104
--- /dev/null
+++ b/
config/mt-ospace
@@ -0,0
+1,3
@@
+# Build libraries optimizing for space, not speed.
+ CFLAGS_FOR_TARGET = -g -Os
+ CXXFLAGS_FOR_TARGET = -g -Os