1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

AC_TRY_COMPILE -> AC_TRY_LINK

This commit is contained in:
Martin Blapp 2002-06-04 12:15:32 +00:00
parent 0c04e664de
commit e55f32f0f8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60594
23 changed files with 46 additions and 46 deletions

View File

@ -1,5 +1,5 @@
--- configure.in.orig Wed Apr 17 22:37:42 2002
+++ configure.in Tue Jun 4 12:36:50 2002
+++ configure.in Tue Jun 4 14:11:42 2002
@@ -103,6 +103,12 @@
Usage: --with-asm-home=<path to ml.exe directory>
@ -149,7 +149,7 @@
+AC_MSG_CHECKING([try to compile exception code])
+AC_LANG_SAVE
+AC_LANG_CPLUSPLUS
+AC_CACHE_VAL(exceptions_type, [AC_TRY_COMPILE(
+AC_CACHE_VAL(exceptions_type, [AC_TRY_LINK(
+ [#include <iostream>
+
+extern "C" void __sjthrow(void) __attribute__ ((__noreturn__));

View File

@ -1,5 +1,5 @@
--- configure.in.orig Wed Apr 17 22:37:42 2002
+++ configure.in Tue Jun 4 12:36:50 2002
+++ configure.in Tue Jun 4 14:11:42 2002
@@ -103,6 +103,12 @@
Usage: --with-asm-home=<path to ml.exe directory>
@ -149,7 +149,7 @@
+AC_MSG_CHECKING([try to compile exception code])
+AC_LANG_SAVE
+AC_LANG_CPLUSPLUS
+AC_CACHE_VAL(exceptions_type, [AC_TRY_COMPILE(
+AC_CACHE_VAL(exceptions_type, [AC_TRY_LINK(
+ [#include <iostream>
+
+extern "C" void __sjthrow(void) __attribute__ ((__noreturn__));

View File

@ -1,5 +1,5 @@
--- configure.in.orig Wed Apr 17 22:37:42 2002
+++ configure.in Tue Jun 4 12:36:50 2002
+++ configure.in Tue Jun 4 14:11:42 2002
@@ -103,6 +103,12 @@
Usage: --with-asm-home=<path to ml.exe directory>
@ -149,7 +149,7 @@
+AC_MSG_CHECKING([try to compile exception code])
+AC_LANG_SAVE
+AC_LANG_CPLUSPLUS
+AC_CACHE_VAL(exceptions_type, [AC_TRY_COMPILE(
+AC_CACHE_VAL(exceptions_type, [AC_TRY_LINK(
+ [#include <iostream>
+
+extern "C" void __sjthrow(void) __attribute__ ((__noreturn__));

View File

@ -1,5 +1,5 @@
--- configure.in.orig Wed Apr 17 22:37:42 2002
+++ configure.in Tue Jun 4 12:36:50 2002
+++ configure.in Tue Jun 4 14:11:42 2002
@@ -103,6 +103,12 @@
Usage: --with-asm-home=<path to ml.exe directory>
@ -149,7 +149,7 @@
+AC_MSG_CHECKING([try to compile exception code])
+AC_LANG_SAVE
+AC_LANG_CPLUSPLUS
+AC_CACHE_VAL(exceptions_type, [AC_TRY_COMPILE(
+AC_CACHE_VAL(exceptions_type, [AC_TRY_LINK(
+ [#include <iostream>
+
+extern "C" void __sjthrow(void) __attribute__ ((__noreturn__));

View File

@ -1,5 +1,5 @@
--- configure.in.orig Wed Apr 17 22:37:42 2002
+++ configure.in Tue Jun 4 12:36:50 2002
+++ configure.in Tue Jun 4 14:11:42 2002
@@ -103,6 +103,12 @@
Usage: --with-asm-home=<path to ml.exe directory>
@ -149,7 +149,7 @@
+AC_MSG_CHECKING([try to compile exception code])
+AC_LANG_SAVE
+AC_LANG_CPLUSPLUS
+AC_CACHE_VAL(exceptions_type, [AC_TRY_COMPILE(
+AC_CACHE_VAL(exceptions_type, [AC_TRY_LINK(
+ [#include <iostream>
+
+extern "C" void __sjthrow(void) __attribute__ ((__noreturn__));

View File

@ -1,5 +1,5 @@
--- configure.in.orig Wed Apr 17 22:37:42 2002
+++ configure.in Tue Jun 4 12:36:50 2002
+++ configure.in Tue Jun 4 14:11:42 2002
@@ -103,6 +103,12 @@
Usage: --with-asm-home=<path to ml.exe directory>
@ -149,7 +149,7 @@
+AC_MSG_CHECKING([try to compile exception code])
+AC_LANG_SAVE
+AC_LANG_CPLUSPLUS
+AC_CACHE_VAL(exceptions_type, [AC_TRY_COMPILE(
+AC_CACHE_VAL(exceptions_type, [AC_TRY_LINK(
+ [#include <iostream>
+
+extern "C" void __sjthrow(void) __attribute__ ((__noreturn__));

View File

@ -1,5 +1,5 @@
--- configure.in.orig Wed Apr 17 22:37:42 2002
+++ configure.in Tue Jun 4 12:36:50 2002
+++ configure.in Tue Jun 4 14:11:42 2002
@@ -103,6 +103,12 @@
Usage: --with-asm-home=<path to ml.exe directory>
@ -149,7 +149,7 @@
+AC_MSG_CHECKING([try to compile exception code])
+AC_LANG_SAVE
+AC_LANG_CPLUSPLUS
+AC_CACHE_VAL(exceptions_type, [AC_TRY_COMPILE(
+AC_CACHE_VAL(exceptions_type, [AC_TRY_LINK(
+ [#include <iostream>
+
+extern "C" void __sjthrow(void) __attribute__ ((__noreturn__));

View File

@ -1,5 +1,5 @@
--- configure.in.orig Wed Apr 17 22:37:42 2002
+++ configure.in Tue Jun 4 12:36:50 2002
+++ configure.in Tue Jun 4 14:11:42 2002
@@ -103,6 +103,12 @@
Usage: --with-asm-home=<path to ml.exe directory>
@ -149,7 +149,7 @@
+AC_MSG_CHECKING([try to compile exception code])
+AC_LANG_SAVE
+AC_LANG_CPLUSPLUS
+AC_CACHE_VAL(exceptions_type, [AC_TRY_COMPILE(
+AC_CACHE_VAL(exceptions_type, [AC_TRY_LINK(
+ [#include <iostream>
+
+extern "C" void __sjthrow(void) __attribute__ ((__noreturn__));

View File

@ -1,5 +1,5 @@
--- configure.in.orig Wed Apr 17 22:37:42 2002
+++ configure.in Tue Jun 4 12:36:50 2002
+++ configure.in Tue Jun 4 14:11:42 2002
@@ -103,6 +103,12 @@
Usage: --with-asm-home=<path to ml.exe directory>
@ -149,7 +149,7 @@
+AC_MSG_CHECKING([try to compile exception code])
+AC_LANG_SAVE
+AC_LANG_CPLUSPLUS
+AC_CACHE_VAL(exceptions_type, [AC_TRY_COMPILE(
+AC_CACHE_VAL(exceptions_type, [AC_TRY_LINK(
+ [#include <iostream>
+
+extern "C" void __sjthrow(void) __attribute__ ((__noreturn__));

View File

@ -1,5 +1,5 @@
--- configure.in.orig Wed Apr 17 22:37:42 2002
+++ configure.in Tue Jun 4 12:36:50 2002
+++ configure.in Tue Jun 4 14:11:42 2002
@@ -103,6 +103,12 @@
Usage: --with-asm-home=<path to ml.exe directory>
@ -149,7 +149,7 @@
+AC_MSG_CHECKING([try to compile exception code])
+AC_LANG_SAVE
+AC_LANG_CPLUSPLUS
+AC_CACHE_VAL(exceptions_type, [AC_TRY_COMPILE(
+AC_CACHE_VAL(exceptions_type, [AC_TRY_LINK(
+ [#include <iostream>
+
+extern "C" void __sjthrow(void) __attribute__ ((__noreturn__));

View File

@ -1,5 +1,5 @@
--- configure.in.orig Wed Apr 17 22:37:42 2002
+++ configure.in Tue Jun 4 12:36:50 2002
+++ configure.in Tue Jun 4 14:11:42 2002
@@ -103,6 +103,12 @@
Usage: --with-asm-home=<path to ml.exe directory>
@ -149,7 +149,7 @@
+AC_MSG_CHECKING([try to compile exception code])
+AC_LANG_SAVE
+AC_LANG_CPLUSPLUS
+AC_CACHE_VAL(exceptions_type, [AC_TRY_COMPILE(
+AC_CACHE_VAL(exceptions_type, [AC_TRY_LINK(
+ [#include <iostream>
+
+extern "C" void __sjthrow(void) __attribute__ ((__noreturn__));

View File

@ -1,5 +1,5 @@
--- configure.in.orig Wed Apr 17 22:37:42 2002
+++ configure.in Tue Jun 4 12:36:50 2002
+++ configure.in Tue Jun 4 14:11:42 2002
@@ -103,6 +103,12 @@
Usage: --with-asm-home=<path to ml.exe directory>
@ -149,7 +149,7 @@
+AC_MSG_CHECKING([try to compile exception code])
+AC_LANG_SAVE
+AC_LANG_CPLUSPLUS
+AC_CACHE_VAL(exceptions_type, [AC_TRY_COMPILE(
+AC_CACHE_VAL(exceptions_type, [AC_TRY_LINK(
+ [#include <iostream>
+
+extern "C" void __sjthrow(void) __attribute__ ((__noreturn__));

View File

@ -1,5 +1,5 @@
--- configure.in.orig Wed Apr 17 22:37:42 2002
+++ configure.in Tue Jun 4 12:36:50 2002
+++ configure.in Tue Jun 4 14:11:42 2002
@@ -103,6 +103,12 @@
Usage: --with-asm-home=<path to ml.exe directory>
@ -149,7 +149,7 @@
+AC_MSG_CHECKING([try to compile exception code])
+AC_LANG_SAVE
+AC_LANG_CPLUSPLUS
+AC_CACHE_VAL(exceptions_type, [AC_TRY_COMPILE(
+AC_CACHE_VAL(exceptions_type, [AC_TRY_LINK(
+ [#include <iostream>
+
+extern "C" void __sjthrow(void) __attribute__ ((__noreturn__));

View File

@ -1,5 +1,5 @@
--- configure.in.orig Wed Apr 17 22:37:42 2002
+++ configure.in Tue Jun 4 12:36:50 2002
+++ configure.in Tue Jun 4 14:11:42 2002
@@ -103,6 +103,12 @@
Usage: --with-asm-home=<path to ml.exe directory>
@ -149,7 +149,7 @@
+AC_MSG_CHECKING([try to compile exception code])
+AC_LANG_SAVE
+AC_LANG_CPLUSPLUS
+AC_CACHE_VAL(exceptions_type, [AC_TRY_COMPILE(
+AC_CACHE_VAL(exceptions_type, [AC_TRY_LINK(
+ [#include <iostream>
+
+extern "C" void __sjthrow(void) __attribute__ ((__noreturn__));

View File

@ -1,5 +1,5 @@
--- configure.in.orig Wed Apr 17 22:37:42 2002
+++ configure.in Tue Jun 4 12:36:50 2002
+++ configure.in Tue Jun 4 14:11:42 2002
@@ -103,6 +103,12 @@
Usage: --with-asm-home=<path to ml.exe directory>
@ -149,7 +149,7 @@
+AC_MSG_CHECKING([try to compile exception code])
+AC_LANG_SAVE
+AC_LANG_CPLUSPLUS
+AC_CACHE_VAL(exceptions_type, [AC_TRY_COMPILE(
+AC_CACHE_VAL(exceptions_type, [AC_TRY_LINK(
+ [#include <iostream>
+
+extern "C" void __sjthrow(void) __attribute__ ((__noreturn__));

View File

@ -1,5 +1,5 @@
--- configure.in.orig Wed Apr 17 22:37:42 2002
+++ configure.in Tue Jun 4 12:36:50 2002
+++ configure.in Tue Jun 4 14:11:42 2002
@@ -103,6 +103,12 @@
Usage: --with-asm-home=<path to ml.exe directory>
@ -149,7 +149,7 @@
+AC_MSG_CHECKING([try to compile exception code])
+AC_LANG_SAVE
+AC_LANG_CPLUSPLUS
+AC_CACHE_VAL(exceptions_type, [AC_TRY_COMPILE(
+AC_CACHE_VAL(exceptions_type, [AC_TRY_LINK(
+ [#include <iostream>
+
+extern "C" void __sjthrow(void) __attribute__ ((__noreturn__));

View File

@ -1,5 +1,5 @@
--- configure.in.orig Wed Apr 17 22:37:42 2002
+++ configure.in Tue Jun 4 12:36:50 2002
+++ configure.in Tue Jun 4 14:11:42 2002
@@ -103,6 +103,12 @@
Usage: --with-asm-home=<path to ml.exe directory>
@ -149,7 +149,7 @@
+AC_MSG_CHECKING([try to compile exception code])
+AC_LANG_SAVE
+AC_LANG_CPLUSPLUS
+AC_CACHE_VAL(exceptions_type, [AC_TRY_COMPILE(
+AC_CACHE_VAL(exceptions_type, [AC_TRY_LINK(
+ [#include <iostream>
+
+extern "C" void __sjthrow(void) __attribute__ ((__noreturn__));

View File

@ -1,5 +1,5 @@
--- configure.in.orig Wed Apr 17 22:37:42 2002
+++ configure.in Tue Jun 4 12:36:50 2002
+++ configure.in Tue Jun 4 14:11:42 2002
@@ -103,6 +103,12 @@
Usage: --with-asm-home=<path to ml.exe directory>
@ -149,7 +149,7 @@
+AC_MSG_CHECKING([try to compile exception code])
+AC_LANG_SAVE
+AC_LANG_CPLUSPLUS
+AC_CACHE_VAL(exceptions_type, [AC_TRY_COMPILE(
+AC_CACHE_VAL(exceptions_type, [AC_TRY_LINK(
+ [#include <iostream>
+
+extern "C" void __sjthrow(void) __attribute__ ((__noreturn__));

View File

@ -1,5 +1,5 @@
--- configure.in.orig Wed Apr 17 22:37:42 2002
+++ configure.in Tue Jun 4 12:36:50 2002
+++ configure.in Tue Jun 4 14:11:42 2002
@@ -103,6 +103,12 @@
Usage: --with-asm-home=<path to ml.exe directory>
@ -149,7 +149,7 @@
+AC_MSG_CHECKING([try to compile exception code])
+AC_LANG_SAVE
+AC_LANG_CPLUSPLUS
+AC_CACHE_VAL(exceptions_type, [AC_TRY_COMPILE(
+AC_CACHE_VAL(exceptions_type, [AC_TRY_LINK(
+ [#include <iostream>
+
+extern "C" void __sjthrow(void) __attribute__ ((__noreturn__));

View File

@ -1,5 +1,5 @@
--- configure.in.orig Wed Apr 17 22:37:42 2002
+++ configure.in Tue Jun 4 12:36:50 2002
+++ configure.in Tue Jun 4 14:11:42 2002
@@ -103,6 +103,12 @@
Usage: --with-asm-home=<path to ml.exe directory>
@ -149,7 +149,7 @@
+AC_MSG_CHECKING([try to compile exception code])
+AC_LANG_SAVE
+AC_LANG_CPLUSPLUS
+AC_CACHE_VAL(exceptions_type, [AC_TRY_COMPILE(
+AC_CACHE_VAL(exceptions_type, [AC_TRY_LINK(
+ [#include <iostream>
+
+extern "C" void __sjthrow(void) __attribute__ ((__noreturn__));

View File

@ -1,5 +1,5 @@
--- configure.in.orig Wed Apr 17 22:37:42 2002
+++ configure.in Tue Jun 4 12:36:50 2002
+++ configure.in Tue Jun 4 14:11:42 2002
@@ -103,6 +103,12 @@
Usage: --with-asm-home=<path to ml.exe directory>
@ -149,7 +149,7 @@
+AC_MSG_CHECKING([try to compile exception code])
+AC_LANG_SAVE
+AC_LANG_CPLUSPLUS
+AC_CACHE_VAL(exceptions_type, [AC_TRY_COMPILE(
+AC_CACHE_VAL(exceptions_type, [AC_TRY_LINK(
+ [#include <iostream>
+
+extern "C" void __sjthrow(void) __attribute__ ((__noreturn__));

View File

@ -1,5 +1,5 @@
--- configure.in.orig Wed Apr 17 22:37:42 2002
+++ configure.in Tue Jun 4 12:36:50 2002
+++ configure.in Tue Jun 4 14:11:42 2002
@@ -103,6 +103,12 @@
Usage: --with-asm-home=<path to ml.exe directory>
@ -149,7 +149,7 @@
+AC_MSG_CHECKING([try to compile exception code])
+AC_LANG_SAVE
+AC_LANG_CPLUSPLUS
+AC_CACHE_VAL(exceptions_type, [AC_TRY_COMPILE(
+AC_CACHE_VAL(exceptions_type, [AC_TRY_LINK(
+ [#include <iostream>
+
+extern "C" void __sjthrow(void) __attribute__ ((__noreturn__));

View File

@ -1,5 +1,5 @@
--- configure.in.orig Wed Apr 17 22:37:42 2002
+++ configure.in Tue Jun 4 12:36:50 2002
+++ configure.in Tue Jun 4 14:11:42 2002
@@ -103,6 +103,12 @@
Usage: --with-asm-home=<path to ml.exe directory>
@ -149,7 +149,7 @@
+AC_MSG_CHECKING([try to compile exception code])
+AC_LANG_SAVE
+AC_LANG_CPLUSPLUS
+AC_CACHE_VAL(exceptions_type, [AC_TRY_COMPILE(
+AC_CACHE_VAL(exceptions_type, [AC_TRY_LINK(
+ [#include <iostream>
+
+extern "C" void __sjthrow(void) __attribute__ ((__noreturn__));