mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-05 12:31:33 +00:00
Renamed libtool to mklib for your tab completion pleasure.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7255 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
832688a6d2
commit
8d4221eeaa
@ -266,9 +266,9 @@ PROJTOOLCURRENT := $(BUILD_OBJ_ROOT)/tools/$(CONFIGURATION)
|
|||||||
# Libtool is found in the current directory.
|
# Libtool is found in the current directory.
|
||||||
#
|
#
|
||||||
ifdef VERBOSE
|
ifdef VERBOSE
|
||||||
LIBTOOL=$(LLVM_SRC_ROOT)/libtool
|
LIBTOOL=$(LLVM_SRC_ROOT)/mklib
|
||||||
else
|
else
|
||||||
LIBTOOL=$(LLVM_SRC_ROOT)/libtool --silent
|
LIBTOOL=$(LLVM_SRC_ROOT)/mklib --silent
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -266,9 +266,9 @@ PROJTOOLCURRENT := $(BUILD_OBJ_ROOT)/tools/$(CONFIGURATION)
|
|||||||
# Libtool is found in the current directory.
|
# Libtool is found in the current directory.
|
||||||
#
|
#
|
||||||
ifdef VERBOSE
|
ifdef VERBOSE
|
||||||
LIBTOOL=$(LLVM_SRC_ROOT)/libtool
|
LIBTOOL=$(LLVM_SRC_ROOT)/mklib
|
||||||
else
|
else
|
||||||
LIBTOOL=$(LLVM_SRC_ROOT)/libtool --silent
|
LIBTOOL=$(LLVM_SRC_ROOT)/mklib --silent
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#
|
#
|
||||||
|
4
autoconf/aclocal.m4
vendored
4
autoconf/aclocal.m4
vendored
@ -82,7 +82,7 @@ AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl
|
|||||||
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||||
|
|
||||||
# Always use our own libtool.
|
# Always use our own libtool.
|
||||||
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
LIBTOOL='$(SHELL) $(top_builddir)/mklib'
|
||||||
AC_SUBST(LIBTOOL)dnl
|
AC_SUBST(LIBTOOL)dnl
|
||||||
|
|
||||||
# Prevent multiple expansion
|
# Prevent multiple expansion
|
||||||
@ -149,7 +149,7 @@ no_glob_subst='s/\*/\\\*/g'
|
|||||||
rm="rm -f"
|
rm="rm -f"
|
||||||
|
|
||||||
# Global variables:
|
# Global variables:
|
||||||
default_ofile=libtool
|
default_ofile=mklib
|
||||||
can_build_shared=yes
|
can_build_shared=yes
|
||||||
|
|
||||||
# All known linkers require a `.a' archive for static linking (except M$VC,
|
# All known linkers require a `.a' archive for static linking (except M$VC,
|
||||||
|
4
configure
vendored
4
configure
vendored
@ -5140,7 +5140,7 @@ no_glob_subst='s/\*/\\\*/g'
|
|||||||
rm="rm -f"
|
rm="rm -f"
|
||||||
|
|
||||||
# Global variables:
|
# Global variables:
|
||||||
default_ofile=libtool
|
default_ofile=mklib
|
||||||
can_build_shared=yes
|
can_build_shared=yes
|
||||||
|
|
||||||
# All known linkers require a `.a' archive for static linking (except M$VC,
|
# All known linkers require a `.a' archive for static linking (except M$VC,
|
||||||
@ -17880,7 +17880,7 @@ fi
|
|||||||
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||||
|
|
||||||
# Always use our own libtool.
|
# Always use our own libtool.
|
||||||
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
LIBTOOL='$(SHELL) $(top_builddir)/mklib'
|
||||||
|
|
||||||
# Prevent multiple expansion
|
# Prevent multiple expansion
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user