SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
|
@ -0,0 +1,14 @@
|
|||
- fix undefined reference to `__sync_val_compare_and_swap_4' on hppa
|
||||
|
||||
Index: gettext-tools/gnulib-lib/asyncsafe-spin.c
|
||||
--- gettext-tools/gnulib-lib/asyncsafe-spin.c.orig
|
||||
+++ gettext-tools/gnulib-lib/asyncsafe-spin.c
|
||||
@@ -138,7 +138,7 @@ do_unlock (asyncsafe_spinlock_t *lock)
|
||||
# elif (((__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 1)) \
|
||||
&& !defined __sparc__) \
|
||||
|| __clang_major__ >= 3) \
|
||||
- && !defined __ibmxl__
|
||||
+ && !defined __ibmxl__ && !defined(__hppa__)
|
||||
/* Use GCC built-ins (available in GCC >= 4.1, except on SPARC, and
|
||||
clang >= 3.0).
|
||||
Documentation:
|
Loading…
Add table
Add a link
Reference in a new issue