X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=config%2Fmt-ospace;h=ce29ff4315d77a6c37a5395900eb765872261e80;hb=09ff83af3c8558594bd31bfaf4ed7daadf4f707d;hp=7f091041d8a7f93b98c4fa3b3d0c04a79708fed4;hpb=ed288bb597072176e84fc8279707a3f2f475779b;p=deliverable%2Fbinutils-gdb.git diff --git a/config/mt-ospace b/config/mt-ospace index 7f091041d8..ce29ff4315 100644 --- a/config/mt-ospace +++ b/config/mt-ospace @@ -1,3 +1,3 @@ # Build libraries optimizing for space, not speed. - CFLAGS_FOR_TARGET = -g -Os - CXXFLAGS_FOR_TARGET = -g -Os + CFLAGS_FOR_TARGET += -g -Os + CXXFLAGS_FOR_TARGET += -g -Os