libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

use of $host_os in ltmain.in [1.4]


From: libtool
Subject: use of $host_os in ltmain.in [1.4]
Date: Fri, 27 Apr 2001 01:38:08 -0500
User-agent: Mutt/1.1.12i

ltmain.in in 1.4 has:

    # On Cygwin there's no "real" PIC flag so we must build both object types
    case $host_os in
    cygwin* | mingw* | pw32* | os2*)
      pic_mode=default
      ;;
    esac

Taking a look at the generated libtool on Solaris 8/SPARC and AIX
4.3.2, $host_os is not defined anywhere. Is the above an error?

Later on I see:

  # libtool link mode
  link | relink)
    modename="$modename: link"
    case $host in
    *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)

-- 
albert chin (address@hidden)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]