diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-07-08 08:13:59 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-07-08 08:14:39 +0000 |
commit | db1d2c069e66b3bf9962d76b0b48bfdcfc8d0384 (patch) | |
tree | 1a2675bc24494e67a5ab85469e01ebfa4869ecd5 /main/gcc/libada-cross-shared.patch | |
parent | 896f06e3b0b07200957d0389e2156d0ee4e099cb (diff) | |
download | aports-db1d2c069e66b3bf9962d76b0b48bfdcfc8d0384.tar.bz2 aports-db1d2c069e66b3bf9962d76b0b48bfdcfc8d0384.tar.xz |
main/gcc: add aarch64 support
Diffstat (limited to 'main/gcc/libada-cross-shared.patch')
-rw-r--r-- | main/gcc/libada-cross-shared.patch | 4 |
1 files changed, 2 insertions, 2 deletions
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" |