From 856c8e48606f2bd574f2ec3200687d90aa00cb81 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 26 Feb 2007 16:47:54 +0000 Subject: Add BINUTILS_PKGVERS. Add GCC_PKGVERS. Try gcc-4.1.2. --- contrib/crossrpms/freebsd5.2/i586/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/crossrpms/freebsd5.2/i586/Makefile.am b/contrib/crossrpms/freebsd5.2/i586/Makefile.am index d636cc0a84..2af4c5d1ab 100644 --- a/contrib/crossrpms/freebsd5.2/i586/Makefile.am +++ b/contrib/crossrpms/freebsd5.2/i586/Makefile.am @@ -29,11 +29,13 @@ CLEANFILES += @rpmprefix@$(TARGET)-libs.spec noinst_DATA += @rpmprefix@$(TARGET)-libs.spec BINUTILS_VERS = 2.17 +BINUTILS_PKGVERS = $(BINUTILS_VERS) BINUTILS_RPMREL = @VERSION@ include ../binutils.am BINUTILS_OPTS += -GCC_VERS = 4.1.1 +GCC_VERS = 4.1.2 +GCC_PKGVERS = $(GCC_VERS) GCC_RPMREL = @VERSION@ include ../gcc.am GCC_OPTS += --languages=c,cxx,f95 -- cgit v1.2.3