Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP2:GA
pth
pth-2.0.7.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pth-2.0.7.diff of Package pth
--- aclocal.m4 +++ aclocal.m4 @@ -410,14 +410,6 @@ case "$CFLAGS" in * ) AC_COMPILER_OPTION(pipe, -pipe, -pipe, CFLAGS="$CFLAGS -pipe") ;; esac fi -case "$CFLAGS" in - *-g* ) CFLAGS=`echo "$CFLAGS" |\ - sed -e 's/ -g / /g' -e 's/ -g$//' -e 's/^-g //g' -e 's/^-g$//'` ;; -esac -case "$CXXFLAGS" in - *-g* ) CXXFLAGS=`echo "$CXXFLAGS" |\ - sed -e 's/ -g / /g' -e 's/ -g$//' -e 's/^-g //g' -e 's/^-g$//'` ;; -esac msg="disabled" ])dnl AC_MSG_CHECKING(for compilation debug mode) --- pth_tcb.c +++ pth_tcb.c @@ -121,7 +121,9 @@ intern pth_t pth_tcb_alloc(unsigned int return NULL; } } -#if PTH_STACKGROWTH < 0 +#ifdef __ia64__ + t->stackguard = (long *)(t->stack+(((stacksize/2/sizeof(long))-1)*sizeof(long))); +#elif PTH_STACKGROWTH < 0 /* guard is at lowest address (alignment is guarrantied) */ t->stackguard = (long *)((long)t->stack); /* double cast to avoid alignment warning */ #else
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor