Add BINUTILS_PKGVERS.

Add GCC_PKGVERS.
This commit is contained in:
Ralf Corsepius
2007-02-26 16:50:20 +00:00
parent 856c8e4860
commit 754b79ad1d
2 changed files with 4 additions and 0 deletions

View File

@@ -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_PKGVERS = $(GCC_VERS)
GCC_RPMREL = @VERSION@
include ../gcc.am
GCC_OPTS += --languages=c,cxx,f95,objc

View File

@@ -30,11 +30,13 @@ 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_PKGVERS = $(GCC_VERS)
GCC_RPMREL = @VERSION@
include ../gcc.am
GCC_OPTS += --languages=c,cxx,f95,objc