Mercurial > hg > xemacs-beta
comparison configure.in @ 316:512e409c26a2 r21-0b56
Import from CVS: tag r21-0b56
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:44:46 +0200 |
parents | 851ff35f137f |
children | afd57c14dfc8 |
comparison
equal
deleted
inserted
replaced
315:5e87bc5b1ee4 | 316:512e409c26a2 |
---|---|
1057 | 1057 |
1058 dnl AIX | 1058 dnl AIX |
1059 *-*-aix3.1* ) opsys=aix3-1 ;; | 1059 *-*-aix3.1* ) opsys=aix3-1 ;; |
1060 *-*-aix3.2.5 ) opsys=aix3-2-5 ;; | 1060 *-*-aix3.2.5 ) opsys=aix3-2-5 ;; |
1061 *-*-aix3* ) opsys=aix3-2 ;; | 1061 *-*-aix3* ) opsys=aix3-2 ;; |
1062 *-*-aix4.2* ) opsys=aix4-2 ;; | 1062 *-*-aix4.0* ) opsys=aix4 ;; |
1063 *-*-aix4.1* ) opsys=aix4-1 ;; | 1063 *-*-aix4.1* ) opsys=aix4-1 ;; |
1064 *-*-aix4* ) opsys=aix4 ;; | 1064 *-*-aix4* ) opsys=aix4-2 ;; |
1065 | 1065 |
1066 dnl Other generic OSes | 1066 dnl Other generic OSes |
1067 *-gnu* ) opsys=gnu ;; | 1067 *-gnu* ) opsys=gnu ;; |
1068 *-*-bsd4.[[01]] ) opsys=bsd4-1 ;; | 1068 *-*-bsd4.[[01]] ) opsys=bsd4-1 ;; |
1069 *-*-bsd4.2 ) opsys=bsd4-2 ;; | 1069 *-*-bsd4.2 ) opsys=bsd4-2 ;; |
1761 sunos4* ) CFLAGS="-xO2";; | 1761 sunos4* ) CFLAGS="-xO2";; |
1762 esac | 1762 esac |
1763 elif test "$__DECC" = "yes"; then | 1763 elif test "$__DECC" = "yes"; then |
1764 CFLAGS="-O3" | 1764 CFLAGS="-O3" |
1765 elif test "$CC" = "xlc"; then | 1765 elif test "$CC" = "xlc"; then |
1766 CFLAGS="-O3 -qstrict -qnoansialias -qlibansi -qinfo -qro -qmaxmem=20000" | 1766 CFLAGS="-g -O3 -qstrict -qnoansialias -qlibansi -qinfo -qro -qmaxmem=20000" |
1767 dnl ### Add optimal CFLAGS support for other compilers HERE! | 1767 dnl ### Add optimal CFLAGS support for other compilers HERE! |
1768 else | 1768 else |
1769 CFLAGS="-O" ;dnl The only POSIX-approved flag | 1769 CFLAGS="-O" ;dnl The only POSIX-approved flag |
1770 fi | 1770 fi |
1771 fi | 1771 fi |