diff -urN postgresql-6.5.1.orig/src/include/storage/s_lock.h postgresql-6.5.1/src/include/storage/s_lock.h --- postgresql-6.5.1.orig/src/include/storage/s_lock.h Sat Jun 12 20:07:43 1999 +++ postgresql-6.5.1/src/include/storage/s_lock.h Wed Sep 22 16:03:04 1999 @@ -124,7 +124,7 @@ -#if defined(__arm32__) +#if defined(__arm32__) || defined(__arm__) #define TAS(lock) tas(lock) static __inline__ int diff -urN postgresql-6.5.1.orig/src/template/.similar postgresql-6.5.1/src/template/.similar --- postgresql-6.5.1.orig/src/template/.similar Fri Jun 11 10:34:02 1999 +++ postgresql-6.5.1/src/template/.similar Wed Sep 22 15:29:51 1999 @@ -35,3 +35,4 @@ sparc-unknown-linux-gnu=linux_sparc mips-pc-linux-gnu=linux_mips mipsel-unknown-linux-gnu=linux_mips +arm-unknown-linux-gnu=linux_arm diff -urN postgresql-6.5.1.orig/src/template/linux_arm postgresql-6.5.1/src/template/linux_arm --- postgresql-6.5.1.orig/src/template/linux_arm Wed Dec 31 19:00:00 1969 +++ postgresql-6.5.1/src/template/linux_arm Wed Sep 22 15:29:51 1999 @@ -0,0 +1,10 @@ +AROPT:crs +CFLAGS:-O2 +SHARED_LIB:-fpic +ALL: +SRCH_INC: +SRCH_LIB: +USE_LOCALE:no +DLSUFFIX:.so +YFLAGS:-d +YACC:bison -y