summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-07-28 08:22:03 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-07-28 08:22:03 (EDT)
commitce4e1cb554f6cac572945e1d4223c75211009ce6 (patch)
treec52969f8cadeb932b118778e65260711b4174f25
parent4d582943676236a552555c4dd44afc505a49b713 (diff)
Set pkgversion.
-rwxr-xr-xbuild3
1 files changed, 2 insertions, 1 deletions
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.