Module Name: src
Committed By: matt
Date: Sat Mar 12 08:03:06 UTC 2011
Modified Files:
src/doc: HACKS
Log Message:
Add note of gcc build HACKS for powerpc.
To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 src/doc/HACKS
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/HACKS
diff -u src/doc/HACKS:1.114 src/doc/HACKS:1.115
--- src/doc/HACKS:1.114 Fri Apr 23 02:12:58 2010
+++ src/doc/HACKS Sat Mar 12 08:03:06 2011
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.114 2010/04/23 02:12:58 christos Exp $
+# $NetBSD: HACKS,v 1.115 2011/03/12 08:03:06 matt Exp $
#
# This file is intended to document workarounds for currently unsolved
# (mostly) compiler bugs.
@@ -635,3 +635,12 @@
workaround for PR port-macppc/37812
kcah
+ hack define TARGET_SECURE_PLT and HAVE_AS_TLS because when
+ building the native compiler via build.sh those don't defined
+ properly.
+ cdate Sat Mar 12 08:00:00 UTC 2011
+ who matt
+ file src/gnu/dist/gcc4/gcc/config/rs6000/netbsd.h
+ descr
+ see above
+ kcah