Enabled demangling for the MLDS back-end.

Estimated hours taken: 0.1
Branches: main

scripts/ml.in:
	Enabled demangling for the MLDS back-end.
This commit is contained in:
Fergus Henderson
2003-01-22 03:04:51 +00:00
parent 614da57409
commit b0963db13c

View File

@@ -1,7 +1,7 @@
#! /bin/sh
# @configure_input@
#---------------------------------------------------------------------------#
# Copyright (C) 1995-2002 The University of Melbourne.
# Copyright (C) 1995-2003 The University of Melbourne.
# This file may only be copied under the terms of the GNU General
# Public License - see the file COPYING in the Mercury distribution.
#---------------------------------------------------------------------------#
@@ -450,15 +450,6 @@ case "$MKFIFO" in
none) demangle=false ;;
esac
#
# The MLDS (--high-level-code) back-end uses a different
# name mangling scheme which the current demangler doesn't
# know how to demangle.
#
case "$highlevel_code" in
true) demangle=false ;;
esac
LINKER_PRE_FLAGS="$UNDEF_OPT $STRIP_OPTS $MAYBE_STATIC_OPT $ARCH_OPTS"
LINKER_POST_FLAGS="@LINK_OPT_SEP@ $DEBUG_FLAG $LIBDIR_OPTS $RPATH_OPT_LIST $LIBS"