From 53b0c364cea30770664bd2855edb64966dc7f8d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Fri, 2 Mar 2018 22:38:01 +0100 Subject: [PATCH] Added explicit endianness to the cross compiler MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jaroslav Škarvada --- tuned.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tuned.spec b/tuned.spec index fea5baf..66080d9 100644 --- a/tuned.spec +++ b/tuned.spec @@ -130,7 +130,7 @@ Requires: tuna Additional tuned profile(s) targeted to Network Function Virtualization (NFV) host. %package profiles-nfv-host-bin -Summary: Binaries that are needed for the Network Function Virtualization (NFV) host tuned profile. +Summary: Binaries that are needed for the Network Function Virtualization (NFV) host tuned profile Requires: %{name} = %{version} %description profiles-nfv-host-bin @@ -168,7 +168,7 @@ cd .. && tar xf %{SOURCE1} %build cd ../kvm-unit-tests-20171020 -./configure --cross-prefix=x86_64-linux-gnu- +./configure --cross-prefix=x86_64-linux-gnu- --endian=little make x86/tscdeadline_latency.flat x86_64-linux-gnu-strip x86/tscdeadline_latency.flat