Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Dec 2002 17:20:03 -0800 (PST)
From:      Keith Jones <mithy@blueyonder.co.uk>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/46644: upgrade emulators/uae to GCC 3.2.1
Message-ID:  <200301010120.h011K3D4006491@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/46644; it has been noted by GNATS.

From: Keith Jones <mithy@blueyonder.co.uk>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/46644: upgrade emulators/uae to GCC 3.2.1
Date: Wed, 01 Jan 2003 01:15:05 +0000

 This is a multi-part message in MIME format.
 --------------010501050007020000070708
 Content-Type: text/plain; charset=us-ascii; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Argh, I still didn't get this right! Revised patch-ab attached.
 
 --------------010501050007020000070708
 Content-Type: text/plain;
  name="patch-ab"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="patch-ab"
 
 --- src/Makefile.in.orig	Mon Nov 19 12:34:18 2001
 +++ src/Makefile.in	Tue Dec 31 03:12:40 2002
 @@ -121,9 +121,7 @@
  cputbl.h: cpuemu.c
  
 -cpufast.s: cpuemu.c tools/cpuopti
 -	$(CC) $(INCLUDES) -S $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $(NO_SCHED_CFLAGS) $< -o cputmp.s
 -	./tools/cpuopti <cputmp.s >$@
 -	rm cputmp.s
 +cpufast.s: cpuemu.c
 +	$(CC) $(INCLUDES) -S $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $(NO_SCHED_CFLAGS) $< -o $@
  
  console_missing.o: missing.c
  	$(CC) $(INCLUDES) -c $(INCDIRS) $(CFLAGS) $(X_CFLAGS) $(DEBUGFLAGS) $(CFLAGS_$@) $< -o $@
 
 --------------010501050007020000070708--
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301010120.h011K3D4006491>