Iain Sandoe <iains....@gmail.com> writes: > tested on x86_64-linux-gnu, x86_64,aarch64-darwin21, > OK for trunk? > thanks, > Iain > > --- 8< --- > > This was unimplemented so far. > > gcc/ChangeLog: > > * common.opt: Add -static-libgm2. > * config/darwin.h (LINK_SPEC): Handle static-libgm2. > > gcc/m2/ChangeLog: > > * gm2spec.cc (lang_specific_driver): Handle static-libgm2. > --- > gcc/common.opt | 4 ++++ > gcc/config/darwin.h | 7 ++++++- > gcc/m2/gm2spec.cc | 24 +++++++++++++++++++++++- > 3 files changed, 33 insertions(+), 2 deletions(-) >
yes LGTM - it was unimplemented - thanks! regards, Gaius