This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: More build problems on Alpha
On Wed, Jul 25, 2001 at 08:37:45AM +0200, Roman Lechtchinsky wrote:
> Ok, how do you want this solved? Should I just generate the slash only for
> TARGET_ABI_UNICOSMK (since there are no cross-assemblers, AFAIK) or do we
> want to autoconf this?
You can't autoconf for cross-targets.
Make a TARGET_AS_SLASH_BEFORE_SUFFIX, and treat it similarly to
TARGET_AS_CAN_SUBTRACT_LABELS. Default it to TARGET_GAS.
r~