]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-arm-lwp-adm-20080227
authorDerrick Brashear <shadow@dementia.org>
Wed, 27 Feb 2008 22:31:37 +0000 (22:31 +0000)
committerDerrick Brashear <shadow@dementia.org>
Wed, 27 Feb 2008 22:31:37 +0000 (22:31 +0000)
LICENSE IPL10

use ucontext-less lwp on arm linux

(cherry picked from commit 023d3f3bae273d7af16d52fd0c468fc05653abe5)

src/config/param.arm_linux26.h
src/lwp/Makefile.in

index 6fb0e07b4b2339cc91d9473a48a43444f84033d7..9a8c8c1fb5a5b34e753aac6ca883e91395bed735 100644 (file)
 #define SYS_NAME       "arm_linux26"
 #define SYS_NAME_ID    SYS_NAME_ID_arm_linux26
 
-#ifdef __GLIBC__
-#if (__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ > 3)
-#define USE_UCONTEXT
-#endif
-#endif
 #endif /* AFS_PARAM_H */
 
 
index d7306b284068def0a81f4f4b9856969d8088ca2d..87db1392f9547f4e663dcc1631e0baf7cc9e6773 100644 (file)
@@ -36,7 +36,7 @@ process.o     : process.s process.i386.s process.c
        @set -x; case "$(SYS_NAME)" in \
        pmax_he1) \
                $(CCOBJ) ${LWP_DBG} ${LWP_OPTMZ} -c -I${TOP_INCDIR} process.s;; \
-       sun4c_51 | sun4c_52 | sun4m_51 | sun4m_52 | sun4c_53 | sun4m_53  | sun4_53 | sun4_52 | sun4_54 | sun4c_54 | sun4m_54 | sun4x_5* ) \
+       sun4c_51 | sun4c_52 | sun4m_51 | sun4m_52 | sun4c_53 | sun4m_53  | sun4_53 | sun4_52 | sun4_54 | sun4c_54 | sun4m_54 | sun4x_5* | arm_linux* ) \
                $(CPP) -P -I${TOP_INCDIR} ${srcdir}/process.s process.ss; \
                ${AS} process.ss -o process.o; \
                        $(RM) process.ss ;; \