mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-23 01:58:02 +08:00
Use %echo instead of %%echo in %expand
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
%define gcc_pkgvers @GCC_VERS@
|
||||
%define gcc_version %{expand:%%(echo "@GCC_VERS@" | sed -e 's,-.*,,')}
|
||||
%define gcc_rpmvers %{expand:%%(echo "@GCC_VERS@" | tr - _ )}
|
||||
%define gcc_version %{expand:%(echo "@GCC_VERS@" | sed -e 's,-.*,,')}
|
||||
%define gcc_rpmvers %{expand:%(echo "@GCC_VERS@" | tr - _ )}
|
||||
|
||||
%define build_newlib 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user