linuxalpha patches from Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu>

This commit is contained in:
Marc G. Fournier 1998-04-11 21:14:50 +00:00
parent afdc54ab15
commit a362212a17
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/main/main.c,v 1.15 1998/03/20 03:55:38 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/main/main.c,v 1.16 1998/04/11 21:14:47 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@ -15,7 +15,7 @@
#include <string.h>
#include <unistd.h>
#ifdef alpha
#if defined(alpha) && !defined(linux)
#include <sys/sysinfo.h>
#include <machine/hal_sysinfo.h>
#define ASSEMBLER

View File

@ -1,5 +1,5 @@
AROPT:crs
CFLAGS:-O2 -Dalpha
CFLAGS:-O2 -Dalpha -Dlinuxalpha
SHARED_LIB:-fpic
ALL:
SRCH_INC: