/[gcl]/gcl/configure
ViewVC logotype

Diff of /gcl/configure

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.112 by camm, Thu Aug 21 04:19:30 2003 UTC revision 1.113 by camm, Thu Aug 21 04:32:12 2003 UTC
# Line 1686  def_statsysbfd="yes" Line 1686  def_statsysbfd="yes"
1686  def_custreloc="no"  def_custreloc="no"
1687  def_oldgmp="no"  def_oldgmp="no"
1688  def_pic="no";  def_pic="no";
1689    def_static="no";
1690  case $use in  case $use in
1691       *linux)       *linux)
1692          ln -snf linux.defs h/$use.defs;          ln -snf linux.defs h/$use.defs;
# Line 1696  case $use in Line 1697  case $use in
1697                          def_dlopen="yes" ; def_statsysbfd="no" ;;                          def_dlopen="yes" ; def_statsysbfd="no" ;;
1698                  mips*)                  mips*)
1699                          def_dlopen="yes" ; def_statsysbfd="no" ;;                          def_dlopen="yes" ; def_statsysbfd="no" ;;
1700    # def_static -- Function descriptors are currently realized at runtime in a non-reproducible fashion
1701    # on these architectures -- CM
1702                  ia64*)                  ia64*)
1703                          def_dlopen="yes" ; def_statsysbfd="no" ;;                          def_dlopen="yes" ; def_statsysbfd="no" ; def_static = "yes" ;;
1704                  hppa*)                  hppa*)
1705                          def_dlopen="yes" ; def_statsysbfd="no" def_pic="yes" ;;                          def_dlopen="yes" ; def_statsysbfd="no" def_pic="yes" ;;
1706  #               m68k*)  #               m68k*)
# Line 1749  if test "${enable_debug+set}" = set; the Line 1752  if test "${enable_debug+set}" = set; the
1752  else  else
1753    enable_debug="no"    enable_debug="no"
1754  fi;  fi;
1755    # Check whether --enable-static or --disable-static was given.
1756    if test "${enable_static+set}" = set; then
1757      enableval="$enable_static"
1758      enable_static=$enableval
1759    else
1760      enable_static="$def_static"
1761    fi;
1762  # Check whether --enable-pic or --disable-pic was given.  # Check whether --enable-pic or --disable-pic was given.
1763  if test "${enable_pic+set}" = set; then  if test "${enable_pic+set}" = set; then
1764    enableval="$enable_pic"    enableval="$enable_pic"
# Line 1813  if test "$load_opt" != "1" ; then Line 1823  if test "$load_opt" != "1" ; then
1823          exit 1          exit 1
1824  fi  fi
1825    
1826    if test "$enable_static" = "yes" ; then
1827       TLIBS="-static $TLIBS";
1828    fi
1829    
1830  ## finally warn if we did not find a recognized machine.s  ## finally warn if we did not find a recognized machine.s
1831  ##  ##
1832  #if test "$use" = "unknown" ; then  #if test "$use" = "unknown" ; then
# Line 3006  test -n "$AWK" || AWK="""" Line 3020  test -n "$AWK" || AWK=""""
3020  case $use in  case $use in
3021       *linux)       *linux)
3022          case $use in          case $use in
3023                    amd64*)
3024                            TCFLAGS="$TCFLAGS -m64";;
3025                  alpha*)                  alpha*)
3026                          TCFLAGS="$TCFLAGS -mieee";;                          TCFLAGS="$TCFLAGS -mieee";;
3027  #               m68k*)  #               m68k*)

Legend:
Removed from v.1.112  
changed lines
  Added in v.1.113

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26