Skip to content
Snippets Groups Projects
Commit e0c64a64 authored by alice's avatar alice Committed by alice
Browse files

main/gcc: add pkgrel info into version output

this makes gcc --version output also contain the pkgrel, which can
sometimes be useful
parent 8818be5d
No related branches found
No related tags found
2 merge requests!39304[3.16] main/expat: security upgrade to 2.4.9,!38855main/gcc: add pkgrel info into version output
Pipeline #135956 canceled
......@@ -356,7 +356,7 @@ build() {
--build=${CBUILD} \
--host=${CHOST} \
--target=${CTARGET} \
--with-pkgversion="Alpine $pkgver" \
--with-pkgversion="Alpine $pkgver-r$pkgrel" \
--enable-checking=release \
--disable-fixed-point \
--disable-libstdcxx-pch \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment