summaryrefslogtreecommitdiff
path: root/doc/HACKS
diff options
context:
space:
mode:
authoragc <agc>2002-12-22 14:15:29 +0000
committeragc <agc>2002-12-22 14:15:29 +0000
commit035e8faceffa7b276eb2785d38d1839994b8ddcd (patch)
tree93fe316161b9a6395c718db46abf67ca5c2d1ccd /doc/HACKS
parentee5b540bc8cba5b0d0b093a039f860275ee40616 (diff)
downloadpkgsrc-035e8faceffa7b276eb2785d38d1839994b8ddcd.tar.gz
Mention arm optimisation for pkgsrc/emulators/simh
Diffstat (limited to 'doc/HACKS')
-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
+