Subject: Re: aix gcc34 problem
To: None <tech-pkg@netbsd.org>
From: Roland Illig <rillig@NetBSD.org>
List: tech-pkg
Date: 07/14/2005 22:38:04
Florian Heigl wrote:
> Hi Hubert/list:
>
> 2005/7/14, Hubert Feyrer <hubert@feyrer.de>:
>
>
>>Maybe look at the named Makefile at line 777, and
>>feel free to post here (with some context?).
>
>
> +771 # Flags to pass to recursive makes.
> +772 # CC is set by configure. Hosts without symlinks need special handling
> +773 # because we need CC="stage1/xgcc -Bstage1/" to work in the language
> +774 # subdirectories.
> +775 # ??? The choices here will need some experimenting with.
> +776
> +777 export AR_FOR_TARGET
This is a GNU Makefile, which bmake is trying to parse.
Roland