Gentoo Archives: gentoo-commits

From: "Ned Ludd (solar)" <solar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-projects commit in crossdev-wrappers/etc/portage/env/sys-apps: busybox
Date: Thu, 26 Feb 2009 23:19:54
Message-Id: E1LcpWC-0000A7-5q@stork.gentoo.org
1 solar 09/02/26 23:19:52
2
3 Added: busybox
4 Log:
5 - initial import into cvs. git what? git lost.
6
7 Revision Changes Path
8 1.1 crossdev-wrappers/etc/portage/env/sys-apps/busybox
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-projects/crossdev-wrappers/etc/portage/env/sys-apps/busybox?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-projects/crossdev-wrappers/etc/portage/env/sys-apps/busybox?rev=1.1&content-type=text/plain
12
13 Index: busybox
14 ===================================================================
15 filter_cross_flags() {
16 [[ ${CFLAGS/-mtunue=/} != ${CFLAGS} ]]
17 export CFLAGS="-Os -fomit-frame-pointer -pipe"
18 }
19 filter_cross_flags