mirror of
https://git.zap.org.au/git/trader.git
synced 2024-11-03 17:27:29 -05:00
Update to the latest version of ax_compiler_vendor.m4
This commit is contained in:
parent
539a2ce502
commit
b7c4e64c3f
@ -12,10 +12,11 @@
|
|||||||
# returned in the cache variable $ax_cv_c_compiler_vendor for C,
|
# returned in the cache variable $ax_cv_c_compiler_vendor for C,
|
||||||
# $ax_cv_cxx_compiler_vendor for C++ or $ax_cv_fc_compiler_vendor for
|
# $ax_cv_cxx_compiler_vendor for C++ or $ax_cv_fc_compiler_vendor for
|
||||||
# (modern) Fortran. The value is one of "intel", "ibm", "pathscale",
|
# (modern) Fortran. The value is one of "intel", "ibm", "pathscale",
|
||||||
# "clang" (LLVM), "cray", "fujitsu", "sdcc", "sx", "portland" (PGI), "gnu"
|
# "clang" (LLVM), "cray", "fujitsu", "sdcc", "sx", "nvhpc" (NVIDIA HPC
|
||||||
# (GCC), "sun" (Oracle Developer Studio), "hp", "dec", "borland",
|
# Compiler), "portland" (PGI), "gnu" (GCC), "sun" (Oracle Developer
|
||||||
# "comeau", "kai", "lcc", "sgi", "microsoft", "metrowerks", "watcom",
|
# Studio), "hp", "dec", "borland", "comeau", "kai", "lcc", "sgi",
|
||||||
# "tcc" (Tiny CC) or "unknown" (if the compiler cannot be determined).
|
# "microsoft", "metrowerks", "watcom", "tcc" (Tiny CC) or "unknown" (if
|
||||||
|
# the compiler cannot be determined).
|
||||||
#
|
#
|
||||||
# To check for a Fortran compiler, you must first call AC_FC_PP_SRCEXT
|
# To check for a Fortran compiler, you must first call AC_FC_PP_SRCEXT
|
||||||
# with an appropriate preprocessor-enabled extension. For example:
|
# with an appropriate preprocessor-enabled extension. For example:
|
||||||
@ -58,7 +59,7 @@
|
|||||||
# modified version of the Autoconf Macro, you may extend this special
|
# modified version of the Autoconf Macro, you may extend this special
|
||||||
# exception to the GPL to apply to your modified version as well.
|
# exception to the GPL to apply to your modified version as well.
|
||||||
|
|
||||||
#serial 30
|
#serial 32
|
||||||
|
|
||||||
AC_DEFUN([AX_COMPILER_VENDOR], [dnl
|
AC_DEFUN([AX_COMPILER_VENDOR], [dnl
|
||||||
AC_CACHE_CHECK([for _AC_LANG compiler vendor], ax_cv_[]_AC_LANG_ABBREV[]_compiler_vendor, [dnl
|
AC_CACHE_CHECK([for _AC_LANG compiler vendor], ax_cv_[]_AC_LANG_ABBREV[]_compiler_vendor, [dnl
|
||||||
@ -78,6 +79,7 @@ AC_DEFUN([AX_COMPILER_VENDOR], [dnl
|
|||||||
fujitsu: __FUJITSU
|
fujitsu: __FUJITSU
|
||||||
sdcc: SDCC,__SDCC
|
sdcc: SDCC,__SDCC
|
||||||
sx: _SX
|
sx: _SX
|
||||||
|
nvhpc: __NVCOMPILER
|
||||||
portland: __PGI
|
portland: __PGI
|
||||||
gnu: __GNUC__
|
gnu: __GNUC__
|
||||||
sun: __SUNPRO_C,__SUNPRO_CC,__SUNPRO_F90,__SUNPRO_F95
|
sun: __SUNPRO_C,__SUNPRO_CC,__SUNPRO_F90,__SUNPRO_F95
|
||||||
|
Loading…
Reference in New Issue
Block a user