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

Collapse All | Expand All

(-)configure.orig (-2 / +7 lines)
Lines 63-69 Link Here
63
featureflags=
63
featureflags=
64
coflags=-O3
64
coflags=-O3
65
65
66
cstrip="-s"
66
cstrip=""
67
cpicflags="demanded" # Possible values for cpicflags are:
67
cpicflags="demanded" # Possible values for cpicflags are:
68
             #  - "no" not to use position independent code (recommended)
68
             #  - "no" not to use position independent code (recommended)
69
             #  - "demanded" auto configuration but with a preference to "no"
69
             #  - "demanded" auto configuration but with a preference to "no"
Lines 79-85 Link Here
79
ld=
79
ld=
80
ldlibs=-lc
80
ldlibs=-lc
81
ldcomplibs=-lc
81
ldcomplibs=-lc
82
strip=       # left blank for autoconfiguration
82
strip=""       # left blank for autoconfiguration
83
longlong=    # The C type to represent long long integers
83
longlong=    # The C type to represent long long integers
84
havelonglong=
84
havelonglong=
85
stringsplit="0"
85
stringsplit="0"
Lines 694-699 Link Here
694
      extralibs="";
694
      extralibs="";
695
      cstrip="no";;
695
      cstrip="no";;
696
696
697
    --strip=no)
698
      cstrip="no";
699
      strip="no";;
700
697
    --pnet)
701
    --pnet)
698
      dotnetclrstyle=pnet;
702
      dotnetclrstyle=pnet;
699
      dotnetcsccstyle=pnet;
703
      dotnetcsccstyle=pnet;
Lines 980-985 Link Here
980
      echo "Misc:"  >&2;
984
      echo "Misc:"  >&2;
981
      echo "   --finalization=yes|no [default no]" >&2;
985
      echo "   --finalization=yes|no [default no]" >&2;
982
      echo "   --benchmark=yes|no [default no] (must use --arch too)" >&2;
986
      echo "   --benchmark=yes|no [default no] (must use --arch too)" >&2;
987
      echo "   --strip=no (disable stripping during linking)" >&2;
983
      echo "   --debug[2] (configure for debugging)" >&2;
988
      echo "   --debug[2] (configure for debugging)" >&2;
984
      echo "   --stack-check=no" >&2;
989
      echo "   --stack-check=no" >&2;
985
      echo "   --enable-thread-local-storage" >&2;
990
      echo "   --enable-thread-local-storage" >&2;

Return to bug 330977