Tor Arntsen <tor@xxxxxxxxxxx> writes: > Patch included below, as well as attached (in case of > mailler-mangling). Please let me know if you feel there are any issues > with it. Thanks. > From d4a5ba0727d7e3a4455320bad641cb34402d16fd Mon Sep 17 00:00:00 2001 > From: Tor Arntsen <tor@xxxxxxxxxxx> > Date: Tue, 30 Mar 2010 19:36:40 +0200 > Subject: [PATCH] Add Tru64/OSF1 support in Makefile > > Tested with V5.1 V5.1 "of Tru64/OSF1" I presume... > +ifeq ($(uname_S),OSF1) > + # Tested with V5.1 w/libcurl and zlib-1.1.4-5 in /usr/local/ > + CC = cc > + CFLAGS = -O2 -g3 Is this because the compiler there does not like -Wall? Not a complaint; just a request for clarification. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html