From db1d2c069e66b3bf9962d76b0b48bfdcfc8d0384 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Fri, 8 Jul 2016 08:13:59 +0000 Subject: main/gcc: add aarch64 support --- main/gcc/libada-cross-shared.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/gcc/libada-cross-shared.patch') diff --git a/main/gcc/libada-cross-shared.patch b/main/gcc/libada-cross-shared.patch index 0678f9cafe..c4e7ae01d6 100644 --- a/main/gcc/libada-cross-shared.patch +++ b/main/gcc/libada-cross-shared.patch @@ -5,7 +5,7 @@ # Determine what to build for 'gnatlib' -if test $build = $target \ -+if test $host = $target \ ++if true \ && test ${enable_shared} = yes ; then # Note that build=target is almost certainly the wrong test; FIXME default_gnatlib_target="gnatlib-shared" @@ -16,7 +16,7 @@ # Determine what to build for 'gnatlib' -if test $build = $target \ -+if test $host = $target \ ++if true \ && test ${enable_shared} = yes ; then # Note that build=target is almost certainly the wrong test; FIXME default_gnatlib_target="gnatlib-shared" -- cgit v1.2.3