Hi. I'm having a situation that gcc is given ``-Xlinker -Wl,...'', which results in that ``-Wl,...'' is passed to ld, and error. I want to trim that sequence like -Xlinker -Wl,... -> -Xlinker ... How can I do? I think you can reproduce this problem by building editors/emacs on non-NetBSD. Masao