Skip to content
Snippets Groups Projects
Commit 0fe4a208 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Add Linux ARM.

parent 5e3189ea
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.64 1999/07/15 23:04:13 momjian Exp $ * $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.65 1999/11/06 01:55:43 momjian Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -124,7 +124,7 @@ __asm__("lock; xchgb %0,%1": "=q"(_res), "=m"(*lock):"0"(_res)); ...@@ -124,7 +124,7 @@ __asm__("lock; xchgb %0,%1": "=q"(_res), "=m"(*lock):"0"(_res));
#if defined(__arm32__) #if defined(__arm32__) || defined(__arm__)
#define TAS(lock) tas(lock) #define TAS(lock) tas(lock)
static __inline__ int static __inline__ int
......
...@@ -37,3 +37,4 @@ sparc-unknown-bsdi4=bsdi_4.0_sparc ...@@ -37,3 +37,4 @@ sparc-unknown-bsdi4=bsdi_4.0_sparc
sparc-unknown-linux-gnu=linux_sparc sparc-unknown-linux-gnu=linux_sparc
mips-pc-linux-gnu=linux_mips mips-pc-linux-gnu=linux_mips
mipsel-unknown-linux-gnu=linux_mips mipsel-unknown-linux-gnu=linux_mips
arm-unknown-linux-gnu=linux_arm
AROPT:crs
CFLAGS:-O2
SHARED_LIB:-fpic
ALL:
SRCH_INC:
SRCH_LIB:
USE_LOCALE:no
DLSUFFIX:.so
YFLAGS:-d
YACC:bison -y
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment