summaryrefslogtreecommitdiffstats
path: root/package/at/at-0001-configure.ac-remove-manual-compiler-check-with-AC_TR.patch
diff options
context:
space:
mode:
authorJerzy Grzegorek <jerzy.grzegorek@trzebnica.net>2013-04-13 06:52:41 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-04-28 20:33:15 +0200
commit41de02bd0277f5df5ce575f08f06958237fb2de7 (patch)
treea9603d5c62c48d7bd06de827df89a5a902b90209 /package/at/at-0001-configure.ac-remove-manual-compiler-check-with-AC_TR.patch
parentb1c79ec15e724939d7ef2b2357d1f25de3a940f0 (diff)
downloadbuildroot-novena-41de02bd0277f5df5ce575f08f06958237fb2de7.tar.gz
buildroot-novena-41de02bd0277f5df5ce575f08f06958237fb2de7.zip
at: bump to version 3.1.13
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/at/at-0001-configure.ac-remove-manual-compiler-check-with-AC_TR.patch')
-rw-r--r--package/at/at-0001-configure.ac-remove-manual-compiler-check-with-AC_TR.patch33
1 files changed, 33 insertions, 0 deletions
diff --git a/package/at/at-0001-configure.ac-remove-manual-compiler-check-with-AC_TR.patch b/package/at/at-0001-configure.ac-remove-manual-compiler-check-with-AC_TR.patch
new file mode 100644
index 000000000..9e6992294
--- /dev/null
+++ b/package/at/at-0001-configure.ac-remove-manual-compiler-check-with-AC_TR.patch
@@ -0,0 +1,33 @@
+From a182f18fa3b9fb3dd817b601b51c758f9a77f407 Mon Sep 17 00:00:00 2001
+From: Marc Kleine-Budde <mkl@pengutronix.de>
+Date: Tue, 1 Dec 2009 17:08:14 +0100
+Subject: [PATCH 1/5] configure.ac: remove manual compiler check with AC_TRY_RUN
+
+AC_TRY_RUN breaks cross compilation, so remove it. autotools will take
+care about a working (cross-) compiler.
+
+Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
+---
+ configure.ac | 6 ------
+ 1 files changed, 0 insertions(+), 6 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index a8c2a14..997a37f 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -38,12 +38,6 @@ case "$host" in
+ AC_MSG_RESULT(no)
+ ;;
+ esac
+-AC_MSG_CHECKING(Trying to compile a trivial ANSI C program)
+-AC_TRY_RUN([ main(int ac, char **av) { return 0; } ],
+- AC_MSG_RESULT(yes),
+- AC_MSG_RESULT(no)
+- AC_MSG_ERROR(Could not compile and run even a trivial ANSI C program - check CC.),
+- AC_MSG_ERROR(Could not compile and run even a trivial ANSI C program - check CC.))
+
+ AC_MSG_CHECKING(__attribute__((noreturn)))
+ AC_TRY_COMPILE([], [void __attribute__((noreturn)) panic(void);],
+--
+1.6.5.3
+