|
@@ -167,6 +167,10 @@ else
|
|
QEMU_OPTS += --disable-usb-redir
|
|
QEMU_OPTS += --disable-usb-redir
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+ifeq ($(BR2_STATIC_LIBS),y)
|
|
|
|
+QEMU_OPTS += --static
|
|
|
|
+endif
|
|
|
|
+
|
|
# Override CPP, as it expects to be able to call it like it'd
|
|
# Override CPP, as it expects to be able to call it like it'd
|
|
# call the compiler.
|
|
# call the compiler.
|
|
define QEMU_CONFIGURE_CMDS
|
|
define QEMU_CONFIGURE_CMDS
|