diff options
Diffstat (limited to 'build')
-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. |