summaryrefslogtreecommitdiff
path: root/debian/patches/gotools-configury.diff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2019-11-18 15:53:29 +0300
committerIgor Pashev <pashev.igor@gmail.com>2019-11-18 15:53:29 +0300
commit8f6c4b0033c72f8ac14694c419a99458339dd6a9 (patch)
tree06c106e622a58100aa85a381b9b65d222b076df4 /debian/patches/gotools-configury.diff
parent42156b5190f4fa150e1fab6777eb81e69d4db8c9 (diff)
downloadgcc-9-debian.tar.gz
Import gcc-9 (9.2.1-19)debian/9.2.1-19debian
Diffstat (limited to 'debian/patches/gotools-configury.diff')
-rw-r--r--debian/patches/gotools-configury.diff19
1 files changed, 0 insertions, 19 deletions
diff --git a/debian/patches/gotools-configury.diff b/debian/patches/gotools-configury.diff
deleted file mode 100644
index 6054709..0000000
--- a/debian/patches/gotools-configury.diff
+++ /dev/null
@@ -1,19 +0,0 @@
-# DP: Fix gotools cross build.
-
- * Makefile.am: Use GOC configured in configure.ac for cross builds.
- * configure.ac: Fix NATIVE conditional.
- * Makefile.in, configure: Regenerate.
-
-Index: b/src/gotools/configure.ac
-===================================================================
---- a/src/gotools/configure.ac
-+++ b/src/gotools/configure.ac
-@@ -46,7 +46,7 @@ AC_PROG_INSTALL
- AC_PROG_CC
- AC_PROG_GO
-
--AM_CONDITIONAL(NATIVE, test "$cross_compiling" = no)
-+AM_CONDITIONAL(NATIVE, test "$host" = "$target")
-
- dnl Test for -lsocket and -lnsl. Copied from libjava/configure.ac.
- AC_CACHE_CHECK([for socket libraries], gotools_cv_lib_sockets,