Subject: How Buildlink3 handles -Xlinker
To: None <tech-pkg@netbsd.org>
From: Masao Uebayashi <uebayasi@pultek.co.jp>
List: tech-pkg
Date: 03/12/2004 09:37:06
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