dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] pnet ChangeLog, 1.2770, 1.2771 configure.in, 1.155


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnet ChangeLog, 1.2770, 1.2771 configure.in, 1.155, 1.156
Date: Wed, 12 Nov 2003 21:51:11 +0000

Update of /cvsroot/dotgnu-pnet/pnet
In directory subversions:/tmp/cvs-serv11181

Modified Files:
        ChangeLog configure.in 
Log Message:


Detect cc options such as "-fno-gcse" with a full compile and link
because a compile on its own confuses IBM's AIX C compiler, xlc.


Index: configure.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/configure.in,v
retrieving revision 1.155
retrieving revision 1.156
diff -C2 -d -r1.155 -r1.156
*** configure.in        12 Nov 2003 01:47:28 -0000      1.155
--- configure.in        12 Nov 2003 21:50:05 -0000      1.156
***************
*** 349,354 ****
  dnl Check to see whether cc accepts "-no-cpp-precomp" or not.
  AC_CACHE_CHECK(whether ${CC-cc} accepts -no-cpp-precomp, 
ac_cv_prog_cc_precomp,
! [echo 'void f(){}' > conftest.c
! if test -z "`${CC-cc} -no-cpp-precomp -c conftest.c 2>&1`"; then
    ac_cv_prog_cc_precomp=yes
  else
--- 349,354 ----
  dnl Check to see whether cc accepts "-no-cpp-precomp" or not.
  AC_CACHE_CHECK(whether ${CC-cc} accepts -no-cpp-precomp, 
ac_cv_prog_cc_precomp,
! [echo 'int main(){return 0;}' > conftest.c
! if test -z "`${CC-cc} -no-cpp-precomp -o conftest conftest.c 2>&1`"; then
    ac_cv_prog_cc_precomp=yes
  else
***************
*** 365,370 ****
  AC_SUBST(NO_GCSE)
  AC_CACHE_CHECK(whether ${CC-cc} accepts -fno-gcse, ac_cv_prog_cc_no_gcse,
! [echo 'void f(){}' > conftest.c
! if test -z "`${CC-cc} -fno-gcse -c conftest.c 2>&1`"; then
    ac_cv_prog_cc_no_gcse=yes
  else
--- 365,370 ----
  AC_SUBST(NO_GCSE)
  AC_CACHE_CHECK(whether ${CC-cc} accepts -fno-gcse, ac_cv_prog_cc_no_gcse,
! [echo 'int main(){return 0;}' > conftest.c
! if test -z "`${CC-cc} -fno-gcse -o conftest conftest.c 2>&1`"; then
    ac_cv_prog_cc_no_gcse=yes
  else
***************
*** 382,387 ****
  AC_SUBST(NO_INLINE_FUNCTIONS)
  AC_CACHE_CHECK(whether ${CC-cc} accepts -fno-inline-functions, 
ac_cv_prog_cc_no_inline_functions,
! [echo 'void f(){}' > conftest.c
! if test -z "`${CC-cc} -fno-inline-functions -c conftest.c 2>&1`"; then
    ac_cv_prog_cc_no_inline_functions=yes
  else
--- 382,387 ----
  AC_SUBST(NO_INLINE_FUNCTIONS)
  AC_CACHE_CHECK(whether ${CC-cc} accepts -fno-inline-functions, 
ac_cv_prog_cc_no_inline_functions,
! [echo 'int main(){return 0;}' > conftest.c
! if test -z "`${CC-cc} -fno-inline-functions -o conftest conftest.c 2>&1`"; 
then
    ac_cv_prog_cc_no_inline_functions=yes
  else

Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ChangeLog,v
retrieving revision 1.2770
retrieving revision 1.2771
diff -C2 -d -r1.2770 -r1.2771
*** ChangeLog   12 Nov 2003 05:20:08 -0000      1.2770
--- ChangeLog   12 Nov 2003 21:50:02 -0000      1.2771
***************
*** 1,3 ****
--- 1,9 ----
  
+ 2003-11-13  Miroslaw Dobrzanski-Neumann  <address@hidden>
+ 
+       * configure.in: detect cc options such as "-fno-gcse" with a
+       full compile and link because a compile on its own confuses
+       IBM's AIX C compiler, xlc.
+ 
  2003-11-12  Gopal.V  <address@hidden>
  





reply via email to

[Prev in Thread] Current Thread [Next in Thread]