help-hurd
[Top][All Lists]
Advanced

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

Re: gnumach 1.3 + gcc 3.3


From: Eric Olinger
Subject: Re: gnumach 1.3 + gcc 3.3
Date: Sat, 28 Feb 2004 20:45:58 -0800

Organization: The RustedHalo Network
X-Mailer: Sylpheed version 0.9.8claws (GTK+ 1.2.10; i686-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: multipart/mixed;
 boundary="Multipart=_Sat__28_Feb_2004_20_45_58_-0800_lfbDainqTl50UxfH"


--Multipart=_Sat__28_Feb_2004_20_45_58_-0800_lfbDainqTl50UxfH
Content-Type: text/plain; charset=US-ASCII
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

On Fri, 27 Feb 2004 14:37:36 +0100 (MET)
"Alfred M. Szmidt" <ams@kemisten.nu> wrote:

I've updated the macros to the newer versions. I've tested the patch and
build gnumach a few times with and without regenerating the configure,
and I haven't had any problems. I don't know how you prefer the patches
to be formated. If you don't like this format just yell at me. I've also
included a small changelog.

-- 
Eric Olinger

Give a man a password, he'll log in for a day. Teach him to code, and he
will hack his way in...


--Multipart=_Sat__28_Feb_2004_20_45_58_-0800_lfbDainqTl50UxfH
Content-Type: application/octet-stream;
 name="gnumach-autoconf.changelog"
Content-Disposition: attachment;
 filename="gnumach-autoconf.changelog"
Content-Transfer-Encoding: base64

MjAwNC0wMi0yOCAgRXJpYyBPbGluZ2VyICA8ZXZ2bEBydXN0ZWRoYWxvLm5ldD4KCgkqIGFjbG9j
YWwubTQ6IFVwZGF0ZWQgc29tZSBvZiB0aGUgbWFjcm9zIHRvIHRoZSBuZXdlciBhdXRvY29uZgoJ
Mi41eCBtYWNyb3MuIFJlbW92ZWQgcmVkdW5kYW50IEdDQz15ZXMuCgkoQUNfUFJPR19DQ19HTlUp
OiBNYWNybyByZW1vdmVkIGFuZCByZXBsYWNlZCB3aXRoIEFDX1BST0dfQ0MuCgkoQUNfVFJZX0NP
TVBJTEVSKTogTWFjcm8gcmVtb3ZlZCBhbmQgcmVwbGFjZWQgd2l0aCBBQ19UUllfQ09NUElMRS4K
Cg==

--Multipart=_Sat__28_Feb_2004_20_45_58_-0800_lfbDainqTl50UxfH
Content-Type: text/x-diff;
 name="gnumach-autoconf.patch"
Content-Disposition: attachment;
 filename="gnumach-autoconf.patch"
Content-Transfer-Encoding: 7bit

diff -ur gnumach-20040222/aclocal.m4 gnumach-20040222-ac-fixed/aclocal.m4
--- gnumach-20040222/aclocal.m4 1999-04-30 17:34:20.000000000 -0700
+++ gnumach-20040222-ac-fixed/aclocal.m4        2004-02-28 16:59:31.000000000 
-0800
@@ -12,10 +12,9 @@
 fi
 
 AC_PROG_CC_WORKS_LOCAL
-AC_PROG_CC_GNU
+AC_PROG_CC
 
-if test $ac_cv_prog_gcc = yes; then
-  GCC=yes
+if test "$GCC" == "yes"; then
 dnl Check whether -g works, even if CFLAGS is set, in case the package
 dnl plays around with CFLAGS (such as to build both debugging and
 dnl normal versions of a library), tasteless as that idea is.
@@ -56,7 +55,7 @@
 [AC_MSG_CHECKING([whether the C compiler ($CC $CFLAGS $LDFLAGS) works])
 AC_LANG_SAVE
 AC_LANG_C
-AC_TRY_COMPILER([main(){return(0);}], ac_cv_prog_cc_works, ac_cv_prog_cc_cross)
+AC_TRY_COMPILE([], [main(){return(0);}], [ac_cv_prog_cc_works=yes], 
[ac_cv_prog_cc_works=no] )
 AC_LANG_RESTORE
 AC_MSG_RESULT($ac_cv_prog_cc_works)
 if test $ac_cv_prog_cc_works = no; then


--Multipart=_Sat__28_Feb_2004_20_45_58_-0800_lfbDainqTl50UxfH--

Attachment: pgp1CQUgz5OHj.pgp
Description: PGP signature


reply via email to

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