summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/baselibs.conf5
-rw-r--r--packaging/qemu-accel-aarch64.spec10
2 files changed, 3 insertions, 12 deletions
diff --git a/packaging/baselibs.conf b/packaging/baselibs.conf
index 4692fe3..87f4223 100644
--- a/packaging/baselibs.conf
+++ b/packaging/baselibs.conf
@@ -1,4 +1,5 @@
-arch i686 targets armv7l:cross-arm aarch64:cross-aarch64
+arch i686 targets armv7l:cross-arm
+arch x86_64 targets aarch64:cross-aarch64
qemu-accel-armv7l
targettype cross-arm requires "gcc"
@@ -109,7 +110,7 @@ qemu-accel-aarch64
post " export GCCVER=$(LANG=C gcc --version | head -1 | sed -e "s/^.*gcc[^0-9]*\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*$/\1.\2/") "
post " # Create symlinks to files needed by native ld for the case if we want to use it instead of cross ld:"
post " for f in crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o ; do"
- post " ln -s /usr/lib/gcc/aarch64-tizen-linux/${GCCVER}/$f /usr/lib/$f;"
+ post " ln -s /usr/lib64/gcc/aarch64-tizen-linux/${GCCVER}/$f /usr/lib/$f;"
post " done"
post "fi"
+/
diff --git a/packaging/qemu-accel-aarch64.spec b/packaging/qemu-accel-aarch64.spec
index ec8ce99..ba22ae7 100644
--- a/packaging/qemu-accel-aarch64.spec
+++ b/packaging/qemu-accel-aarch64.spec
@@ -222,13 +222,6 @@ do
done
%if 0%{?use_cross_binaries}
-# make gconv libraries available (needed for msg*)
-%if 0%{?use_cross_gettext_tools}
-%ifarch x86_64
-mkdir -p %{buildroot}/usr/lib64/gconv
-cp -a /usr/lib64/gconv/* "%{buildroot}/usr/lib64/gconv/"
-%endif
-%endif # use_cross_gettext_tools
# create symlinks for bash
%if 0%{?use_cross_bash}
@@ -440,8 +433,5 @@ ln -s /lib /usr/aarch64-tizen-linux/usr/lib
/usr/bin/qemu-arm64-binfmt
/usr/bin/qemu-arm64
/usr/bin/qemu-aarch64
-%ifarch x86_64
-/usr/lib64
-%endif
%changelog