mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
2005-09-15 Ralf Corsepius <ralf.corsepius@rtems.org>
* gccnewlib/gccnewlib.add: Pass CC="%__cc $RPM_OPT_FLAGS" to configure.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2005-09-15 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* gccnewlib/gccnewlib.add: Pass CC="%__cc $RPM_OPT_FLAGS" to
|
||||||
|
configure.
|
||||||
|
|
||||||
2005-09-15 Ralf Corsepius <ralf.corsepius@rtems.org>
|
2005-09-15 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* gccnewlib/gccnewlib.add, gdb/gdb.add: Append %_bindir to PATH
|
* gccnewlib/gccnewlib.add, gdb/gdb.add: Append %_bindir to PATH
|
||||||
|
|||||||
@@ -204,6 +204,8 @@ chmod +x brp-rtems-compress
|
|||||||
%if "%{_prefix}" != "/usr"
|
%if "%{_prefix}" != "/usr"
|
||||||
export PATH="%{_bindir}:${PATH}"
|
export PATH="%{_bindir}:${PATH}"
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
CC="%{__cc} ${RPM_OPT_FLAGS}" \
|
||||||
../gcc-%{gcc_version}/configure \
|
../gcc-%{gcc_version}/configure \
|
||||||
--prefix=%{_prefix} \
|
--prefix=%{_prefix} \
|
||||||
--bindir=%{_bindir} \
|
--bindir=%{_bindir} \
|
||||||
|
|||||||
Reference in New Issue
Block a user