summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2003-05-17 15:01:53 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2003-05-17 15:01:53 +0000
commitc2d5c3241fa98f57e68a92b14715830d869c824a (patch)
treed432e471700c0eb47e9dfe5153aba30d09046de8
parent8e0131286464277d9a4b195921acf7da8ff426ba (diff)
no need for O0 on hppa anymore
-rw-r--r--gnu/usr.bin/lynx/src/Xsystem.c6
-rw-r--r--gnu/usr.bin/lynx/src/makefile.in10
2 files changed, 4 insertions, 12 deletions
diff --git a/gnu/usr.bin/lynx/src/Xsystem.c b/gnu/usr.bin/lynx/src/Xsystem.c
index 7781efe1636..f4ae61b8db3 100644
--- a/gnu/usr.bin/lynx/src/Xsystem.c
+++ b/gnu/usr.bin/lynx/src/Xsystem.c
@@ -1,16 +1,18 @@
-/* $Id: Xsystem.c,v 1.1 2003/05/01 18:59:40 avsm Exp $
+/* $Id: Xsystem.c,v 1.2 2003/05/17 15:01:52 mickey Exp $
* like system("cmd") but return with exit code of "cmd"
* for Turbo-C/MS-C/LSI-C
* This code is in the public domain.
*
* $Log: Xsystem.c,v $
+ * Revision 1.2 2003/05/17 15:01:52 mickey
+ * no need for O0 on hppa anymore
+ *
* Revision 1.1 2003/05/01 18:59:40 avsm
* Update to lynx-2.8.4-rel1, patchset d, now with IPv6 as well
*
* Local patches we maintain to the distribution are:
* - replace unbounded fscanf with fgets (avsm)
* - spelling fixes (deraadt)
- * - hppa -O0 workaround (mickey)
* - default to ftp passive (deraadt)
* - work with non-exec scripts (deraadt,hin,maja)
* - be more careful with rlogin username (art)
diff --git a/gnu/usr.bin/lynx/src/makefile.in b/gnu/usr.bin/lynx/src/makefile.in
index 2de139e972c..7add67d90a6 100644
--- a/gnu/usr.bin/lynx/src/makefile.in
+++ b/gnu/usr.bin/lynx/src/makefile.in
@@ -182,16 +182,6 @@ UCdomap$(_O): UCdomap.c chrtrans/UCkd.h chrtrans/makeuctb$x chrtrans/makeuctb.c
chrtrans/makeuctb$x:
cd chrtrans; make makeuctb$x
-.if ${MACHINE_ARCH} == "hppa"
-LYMainLoop.o: ${srcdir}/LYMainLoop.c
-@RULE_CC@
- @ECHO_CC@$(CC) $(CC_OPTS) -O0 -c $<
-
-HTML.o: ${srcdir}/HTML.c
-@RULE_CC@
- @ECHO_CC@$(CC) $(CC_OPTS) -O0 -c $<
-.endif
-
UCAux$(_O) : UCAux.c $(CMN)UCAux.h $(CMN)UCDefs.h
LYCookie$(_O): $(top_srcdir)/userdefs.h