+################################################################################
#
# bonnie++
#
+################################################################################
BONNIE_VERSION = 1.03e
BONNIE_SOURCE = bonnie++-$(BONNIE_VERSION).tgz
+################################################################################
#
# libroxml
#
+################################################################################
LIBROXML_VERSION = 2.2.1
LIBROXML_SITE = http://libroxml.googlecode.com/files
+################################################################################
+#
# Makefile for to build a gcc/uClibc toolchain
#
# Copyright (C) 2002-2003 Erik Andersen <andersen@uclibc.org>
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+################################################################################
GCC_VERSION:=$(call qstrip,$(BR2_GCC_VERSION))