diff options
author | Christian Birchinger <joker@gentoo.org> | 2003-04-04 02:33:42 +0000 |
---|---|---|
committer | Christian Birchinger <joker@gentoo.org> | 2003-04-04 02:33:42 +0000 |
commit | 59a317cc67c4113bec35aa1438172c7b5339ba68 (patch) | |
tree | 995e909f98fac16601e4feac059758743b19cb91 /dev-util/strace | |
parent | bump to stable (diff) | |
download | gentoo-2-59a317cc67c4113bec35aa1438172c7b5339ba68.tar.gz gentoo-2-59a317cc67c4113bec35aa1438172c7b5339ba68.tar.bz2 gentoo-2-59a317cc67c4113bec35aa1438172c7b5339ba68.zip |
Fixed comment about sparc CFLAGS
Diffstat (limited to 'dev-util/strace')
-rw-r--r-- | dev-util/strace/strace-4.4.94.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/strace/strace-4.4.94.ebuild b/dev-util/strace/strace-4.4.94.ebuild index dbf7246b3efc..9e477c9274d7 100644 --- a/dev-util/strace/strace-4.4.94.ebuild +++ b/dev-util/strace/strace-4.4.94.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.4.94.ebuild,v 1.2 2003/04/03 20:12:41 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.4.94.ebuild,v 1.3 2003/04/04 02:33:42 joker Exp $ S=${WORKDIR}/${P} DESCRIPTION="A usefull diagnostic, instructional, and debugging tool" @@ -16,7 +16,7 @@ DEPEND="virtual/glibc >=sys-devel/autoconf-2.54" src_compile() { - # Compile fails with -O3 on but works on x86, sparc untested + # Compile fails with -O3 on sparc but works on x86 if [ "${ARCH}" == "sparc" -o "${ARCH}" == "" ]; then replace-flags -O[3-9] -O2 fi |