mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-11 20:03:28 +00:00
Pass the configured values for --executable-file-extension,
Estimated hours taken: 0.1 Branches: main, release scripts/mmc.in: Pass the configured values for --executable-file-extension, --shared-library-extension and --pic-object-extension.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#! /bin/sh
|
||||
# @configure_input@
|
||||
#---------------------------------------------------------------------------#
|
||||
# Copyright (C) 1994-1998, 2000-2002 The University of Melbourne.
|
||||
# Copyright (C) 1994-1998, 2000-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.
|
||||
#---------------------------------------------------------------------------#
|
||||
@@ -44,6 +44,9 @@ DEFAULT_MCFLAGS=${DEFAULT_MCFLAGS-"\
|
||||
--c-flag-to-name-object-file \"@OBJFILE_OPT@\" \
|
||||
--object-file-extension \".@OBJ_SUFFIX@\" \
|
||||
--pic-object-file-extension \".@EXT_FOR_PIC_OBJECTS@\" \
|
||||
--executable-file-extension \"@EXT_FOR_EXE@\" \
|
||||
--shared-library-extension \".@EXT_FOR_SHARED_LIB@\" \
|
||||
--library-extension \".@LIB_SUFFIX@\"
|
||||
--create-archive-command \"@AR@\" \
|
||||
--create-archive-command-output-flag \"@AR_LIBFILE_OPT@\" \
|
||||
--create-archive-command-flags \"@ARFLAGS@\" \
|
||||
|
||||
Reference in New Issue
Block a user