www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp-workers/1998/07/13/15:08:16

Message-ID: <B0000035060@stargate.astr.lu.lv>
From: "Andris Pavenis" <pavenis AT lanet DOT lv>
To: djgpp-workers AT delorie DOT com
Date: Mon, 13 Jul 1998 22:06:32 +0300
MIME-Version: 1.0
Subject: Small patch for DJLSR202-980712 (src/makefile.inc)

ere is small patch to improve lookup for libgcc.a and to get 
id of backslashes in patch of this library as make does not like them.
(It didn't work for me without this)

Andris

--------------------------------------------------------------
*** makefile.in~	Sun Jul 12 18:26:22 1998
--- makefile.inc	Mon Jul 13 21:57:46 1998
***************
*** 55,61 ****
  L = $(LIB)/libc.a
  
  ifeq ($(LIBGCCA),)
! LIBGCCA := $(shell $(CROSS_GCC) -print-file-name=libgcc.a)
  export LIBGCCA
  endif
  
--- 55,61 ----
  L = $(LIB)/libc.a
  
  ifeq ($(LIBGCCA),)
! LIBGCCA := $(shell $(CROSS_GCC) -print-file-name=libgcc.a | sed -e 's,\\,/,g')
  export LIBGCCA
  endif
  

- Raw text -


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