www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp-workers/1998/07/16/16:09:37

Date: Thu, 16 Jul 1998 16:09:34 -0400 (EDT)
Message-Id: <199807162009.QAA19629@delorie.com>
From: DJ Delorie <dj AT delorie DOT com>
To: ams AT ludd DOT luth DOT se
CC: djgpp-workers AT delorie DOT com
In-reply-to: <199807162007.WAA01542@sister.ludd.luth.se> (message from Martin
Str|mberg on Thu, 16 Jul 1998 22:07:43 +0200 (MET DST))
Subject: Re: / <-> \ and ld (alpha980712) (sigh!)

Try this way in src/makefile.inc

	ifeq ($(LIBGCCA),)
	LIBGCCA := $(shell $(CROSS_GCC) -print-file-name=libgcc.a)
+	LIBGCCA := $(subst \,/,$(LIBGCCA))
	export LIBGCCA
	endif

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019