Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 443838 | Differences between
and this patch

Collapse All | Expand All

(-)configure.orig (-4 / +2 lines)
Lines 5946-5956 Link Here
5946
  lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
5946
  lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
5947
  ;;
5947
  ;;
5948
linux*)
5948
linux*)
5949
  if test "$host_cpu" = ia64; then
5950
    symcode='[ABCDGIRSTW]'
5949
    symcode='[ABCDGIRSTW]'
5951
    lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5950
    lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5952
    lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
5951
    lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
5953
  fi
5954
  ;;
5952
  ;;
5955
irix* | nonstopux*)
5953
irix* | nonstopux*)
5956
  symcode='[BCDEGRST]'
5954
  symcode='[BCDEGRST]'
Lines 6006-6013 Link Here
6006
#ifdef __cplusplus
6004
#ifdef __cplusplus
6007
extern "C" {
6005
extern "C" {
6008
#endif
6006
#endif
6009
char nm_test_var;
6007
char nm_test_var __attribute__((used));
6010
void nm_test_func(){}
6008
void __attribute__((used)) nm_test_func(){}
6011
#ifdef __cplusplus
6009
#ifdef __cplusplus
6012
}
6010
}
6013
#endif
6011
#endif

Return to bug 443838