mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
DEVEL15-arm-lwp-adm-20080227
LICENSE IPL10 use ucontext-less lwp on arm linux (cherry picked from commit 023d3f3bae273d7af16d52fd0c468fc05653abe5)
This commit is contained in:
parent
b6654a597f
commit
715cbd0765
@ -83,11 +83,6 @@
|
||||
#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 */
|
||||
|
||||
|
||||
|
@ -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 ;; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user