From ce4e1cb554f6cac572945e1d4223c75211009ce6 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 28 Jul 2012 08:22:03 -0400 Subject: Set pkgversion. --- diff --git a/build b/build index e7d9f40..ff71153 100755 --- a/build +++ b/build @@ -20,7 +20,8 @@ configure.stamp: --enable-shared --disable-multilib \ --enable-plugins --disable-nls \ --build=$(OH_BUILD_ARCH_GNU) --host=$(OH_HOST_ARCH_GNU) \ - --target="$${target_arch_gnu}" && \ + --target="$${target_arch_gnu}" \ + --with-pkgversion='GNU Binutils for embedded distro' && \ cd ..; \ done # Generate all the individual program makefiles. -- cgit v0.9.1