cxx.m4

来自「ftgl-2.1.2 夸平台的opengl显示字体」· M4 代码 · 共 30 行

M4
30
字号
dnl FTGL_PROG_CXX()dnl Check the build plataform and try to use the native compilerdnlAC_DEFUN(FTGL_PROG_CXX,[dnlAC_CANONICAL_BUILDAC_CANONICAL_HOSTdnl I really don't know how to handle the cross-compiling caseif test "$build" = "$host" ; then    case "$build" in        *-*-irix*)            if test -z "$CXX" ; then                CXX=CC            fi            if test -z "$CC" ; then                CC=cc            fi            if test x$CXX = xCC -a -z "$CXXFLAGS" ; then                # It might be worthwhile to move this out of here, say                # EXTRA_CXXFLAGS.  Forcing -n32 might cause trouble, too.                CXXFLAGS="-LANG:std -n32 -woff 1201 -O3"            fi        ;;    esacfiAC_PROG_CXX])

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?