with the Tru64 UNIX C++ compiler. This option selects the
layout of C++ classes, name mangling, and exception handling.
+2004-12-09 Albert Chin-A-Young <china@thewrittenword.com>
+
+ * config/ltmain.m4sh: Preserve -model [arg] option, used
+ with the Tru64 UNIX C++ compiler. This option selects the
+ layout of C++ classes, name mangling, and exception handling.
+
2004-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* config/ltmain.m4sh (func_mode_finish) [solaris]: Fix [] escaping bug.
continue
;;
+ # Tru64 UNIX uses -model [arg] to determine the layout of C++
+ # classes, name mangling, and exception handling.
+ -model)
+ compile_command="$compile_command $arg"
+ compiler_flags="$compiler_flags $arg"
+ finalize_command="$finalize_command $arg"
+ prev=xcompiler
+ continue
+ ;;
+
-mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe)
deplibs="$deplibs $arg"
continue