mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00

- Move the qemu config to a common file shared by qemu and qemu4. - Disable nettle on qemu4, FreeBSd complained. - Add some extra git cleaning steps to the git path. These however do not full clean the qemu submodules and it is not worth the effort to try and fix. - The devel/qemu will not build on machines with python set to python3. This will not be fixed, use qemu4. Closes #3966
10 lines
185 B
INI
10 lines
185 B
INI
#
|
|
# QEMU 1.x.x Version 1.
|
|
#
|
|
# This configuration file configure's, make's and install's QEMU.
|
|
#
|
|
|
|
%define qemu_disables --disable-smartcard-nss
|
|
|
|
%include %{_configdir}/qemu-common-1.cfg
|