aboutsummaryrefslogtreecommitdiffstats
path: root/main/gcc/libada-cross-shared.patch
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2017-07-13 06:46:17 +0000
committerTimo Teräs <timo.teras@iki.fi>2017-07-13 06:52:14 +0000
commit5e4b96e23871ee28ef593b439f8c07ca7c7eb5bb (patch)
treeb1d10452e1f57da3f1d60f4b707a003fa9d3d66e /main/gcc/libada-cross-shared.patch
parentd7ce4462f7a826e483be426d96537d52b6e2cc20 (diff)
downloadaports-5e4b96e23871ee28ef593b439f8c07ca7c7eb5bb.tar.bz2
aports-5e4b96e23871ee28ef593b439f8c07ca7c7eb5bb.tar.xz
main/gcc: update to 6.4.0
- remove patches merged upstream - remove aarch64 workaround needed for PR77455 that is now fixed
Diffstat (limited to 'main/gcc/libada-cross-shared.patch')
-rw-r--r--main/gcc/libada-cross-shared.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/main/gcc/libada-cross-shared.patch b/main/gcc/libada-cross-shared.patch
deleted file mode 100644
index c4e7ae01d6..0000000000
--- a/main/gcc/libada-cross-shared.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- gcc-4.8.2/libada/configure.ac.orig 2013-01-14 22:15:04.000000000 +0400
-+++ gcc-4.8.2/libada/configure.ac 2014-01-21 06:53:04.254453731 +0400
-@@ -127,7 +127,7 @@
- AC_PROG_LN_S
-
- # Determine what to build for 'gnatlib'
--if test $build = $target \
-+if true \
- && test ${enable_shared} = yes ; then
- # Note that build=target is almost certainly the wrong test; FIXME
- default_gnatlib_target="gnatlib-shared"
---- gcc-4.8.2/libada/configure.orig 2013-10-16 11:27:58.000000000 +0400
-+++ gcc-4.8.2/libada/configure 2014-01-21 06:53:26.727581207 +0400
-@@ -2951,7 +2951,7 @@
-
-
- # Determine what to build for 'gnatlib'
--if test $build = $target \
-+if true \
- && test ${enable_shared} = yes ; then
- # Note that build=target is almost certainly the wrong test; FIXME
- default_gnatlib_target="gnatlib-shared"