Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/ftpd Remove the .ifdef to compile without optimizati...



details:   https://anonhg.NetBSD.org/src/rev/33c8dc33287d
branches:  trunk
changeset: 474044:33c8dc33287d
user:      danw <danw%NetBSD.org@localhost>
date:      Sat Jun 26 20:01:55 1999 +0000

description:
Remove the .ifdef to compile without optimization on powerpc since the
bug that it was working around doesn't seem to exist in egcs

diffstat:

 libexec/ftpd/Makefile |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (18 lines):

diff -r 181e8148db63 -r 33c8dc33287d libexec/ftpd/Makefile
--- a/libexec/ftpd/Makefile     Sat Jun 26 18:47:15 1999 +0000
+++ b/libexec/ftpd/Makefile     Sat Jun 26 20:01:55 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.31 1999/05/17 15:14:53 lukem Exp $
+#      $NetBSD: Makefile,v 1.32 1999/06/26 20:01:55 danw Exp $
 #      @(#)Makefile    8.2 (Berkeley) 4/4/94
 
 PROG=  ftpd
@@ -22,8 +22,3 @@
 .endif
 
 .include <bsd.prog.mk>
-
-# XXX Work-around a compiler bug for now... can't use -O
-.if (${MACHINE_ARCH} == "powerpc")
-COPTS+=-O0
-.endif



Home | Main Index | Thread Index | Old Index