diff options
author | P. 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) |
commit | ce4e1cb554f6cac572945e1d4223c75211009ce6 (patch) | |
tree | c52969f8cadeb932b118778e65260711b4174f25 | |
parent | 4d582943676236a552555c4dd44afc505a49b713 (diff) |
Set pkgversion.
-rwxr-xr-x | build | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |