Commit a362212a authored by Marc G. Fournier's avatar Marc G. Fournier

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

parent afdc54ab
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * 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 @@ ...@@ -15,7 +15,7 @@
#include <string.h> #include <string.h>
#include <unistd.h> #include <unistd.h>
#ifdef alpha #if defined(alpha) && !defined(linux)
#include <sys/sysinfo.h> #include <sys/sysinfo.h>
#include <machine/hal_sysinfo.h> #include <machine/hal_sysinfo.h>
#define ASSEMBLER #define ASSEMBLER
......
AROPT:crs AROPT:crs
CFLAGS:-O2 -Dalpha CFLAGS:-O2 -Dalpha -Dlinuxalpha
SHARED_LIB:-fpic SHARED_LIB:-fpic
ALL: ALL:
SRCH_INC: SRCH_INC:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment