diff options
-rw-r--r-- | packaging/gcc-aarch64.spec | 2 | ||||
-rw-r--r-- | packaging/gcc-armv7l.spec | 2 | ||||
-rw-r--r-- | packaging/linaro-gcc.spec | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/packaging/gcc-aarch64.spec b/packaging/gcc-aarch64.spec index 9c3cbf853a6..2231323843c 100644 --- a/packaging/gcc-aarch64.spec +++ b/packaging/gcc-aarch64.spec @@ -896,7 +896,7 @@ make BOOT_CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags} ../contrib/test_summary | tee ../testresults/test_summary.txt } -dump_configure.pl ../ . +dump_configure.pl %{version} ../ . %install cd obj diff --git a/packaging/gcc-armv7l.spec b/packaging/gcc-armv7l.spec index 0d214abac29..efd666dfd87 100644 --- a/packaging/gcc-armv7l.spec +++ b/packaging/gcc-armv7l.spec @@ -896,7 +896,7 @@ make BOOT_CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags} ../contrib/test_summary | tee ../testresults/test_summary.txt } -dump_configure.pl ../ . +dump_configure.pl %{version} ../ . %install cd obj diff --git a/packaging/linaro-gcc.spec b/packaging/linaro-gcc.spec index d1b05e8bf47..6e6602eaad2 100644 --- a/packaging/linaro-gcc.spec +++ b/packaging/linaro-gcc.spec @@ -893,7 +893,7 @@ make BOOT_CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags} ../contrib/test_summary | tee ../testresults/test_summary.txt } -dump_configure.pl ../ . +dump_configure.pl %{version} ../ . %install cd obj |