summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2002-12-22 14:15:29 +0000
committeragc <agc@pkgsrc.org>2002-12-22 14:15:29 +0000
commit4cd98ddc05ab79b2697deb0629cb6ac9ee80d0e2 (patch)
tree93fe316161b9a6395c718db46abf67ca5c2d1ccd /doc
parentb1a8733bd762da820889b214a18ebb8495ef5bd5 (diff)
downloadpkgsrc-4cd98ddc05ab79b2697deb0629cb6ac9ee80d0e2.tar.gz
Mention arm optimisation for pkgsrc/emulators/simh
Diffstat (limited to 'doc')
-rw-r--r--doc/HACKS13
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/HACKS b/doc/HACKS
index b9b4a024ec2..2f820f3e1eb 100644
--- a/doc/HACKS
+++ b/doc/HACKS
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.1 2002/09/19 13:15:38 lukem Exp $
+# $NetBSD: HACKS,v 1.2 2002/12/22 14:15:29 agc Exp $
#
# This file is intended to document workarounds for currently unsolved
# (mostly) compiler bugs.
@@ -295,3 +295,14 @@ descr
With -O2 optimization, a "if {} else if {} else {}" C statement
isn't converted into the correct code.
kcah
+
+hack cc -O* bug
+mdate 28 Nov 2002
+who agc
+port arm
+file emulators/simh/Makefile : 1.3 :
+descr
+ Usual arm optimisation problem. The first problem occurs around
+ compilation of altairz80
+kcah
+