Skip to content

Commit

Permalink
remove -O2 when compiling "analyser.cpp" because it causes
Browse files Browse the repository at this point in the history
the assembler on pmax (1.4.1) to never complete.
  • Loading branch information
dmcmahill committed Apr 1, 2000
1 parent 7f947df commit 30dc818
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cad/vipec/files/patch-sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: patch-sum,v 1.5 2000/04/01 18:54:00 dmcmahill Exp $
$NetBSD: patch-sum,v 1.6 2000/04/01 19:35:11 dmcmahill Exp $

MD5 (patch-aa) = 5a621d4a4a240fbb447a1e2d073bdb99
MD5 (patch-ab) = 9649e880bbc32ea70e78fc1cfca0916e
MD5 (patch-ac) = f39680bc2b4a9bdb9b4d1d1a2cf3e5c5
MD5 (patch-ac) = 9ddb4c833335b879d0aaab001ebe47f5
MD5 (patch-ad) = 9ad5068ca9710e3f1a88706508971d10
18 changes: 16 additions & 2 deletions cad/vipec/patches/patch-ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$NetBSD: patch-ac,v 1.2 2000/04/01 18:54:00 dmcmahill Exp $
$NetBSD: patch-ac,v 1.3 2000/04/01 19:35:11 dmcmahill Exp $

--- vipec/Makefile.in.orig Wed Oct 27 20:01:06 1999
+++ vipec/Makefile.in Sat Apr 1 13:43:49 2000
+++ vipec/Makefile.in Sat Apr 1 14:25:50 2000
@@ -89,5 +89,5 @@
LIBSOCKET = @LIBSOCKET@
LIBTIFF = @LIBTIFF@
Expand All @@ -16,3 +16,17 @@ $NetBSD: patch-ac,v 1.2 2000/04/01 18:54:00 dmcmahill Exp $
+vipec_LDADD = -lqt -lXext -lX11 -lz -lpng -lSM $(LIBSOCKET)

SUBDIRS = images ckt help
@@ -193,4 +193,5 @@
CXXFLAGS = @CXXFLAGS@
CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+CXXCOMPILE2 = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS)
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
CXXLD = $(CXX)
@@ -205,4 +206,7 @@
SOURCES = $(vipec_SOURCES)
OBJECTS = $(vipec_OBJECTS)
+
+analyser.o: analyser.cpp
+ $(CXXCOMPILE2) -c analyser.cpp

all: all-redirect

0 comments on commit 30dc818

Please sign in to comment.