mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
Tweak NO_RUNTIME_LIBS.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80330 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b80e1abaeb
commit
53339fd046
@ -7,11 +7,11 @@
|
|||||||
#
|
#
|
||||||
##===----------------------------------------------------------------------===##
|
##===----------------------------------------------------------------------===##
|
||||||
|
|
||||||
ifndef NO_RUNTIME_LIBS
|
|
||||||
|
|
||||||
LEVEL = ..
|
LEVEL = ..
|
||||||
include $(LEVEL)/Makefile.config
|
include $(LEVEL)/Makefile.config
|
||||||
|
|
||||||
|
ifndef NO_RUNTIME_LIBS
|
||||||
|
|
||||||
PARALLEL_DIRS := libprofile
|
PARALLEL_DIRS := libprofile
|
||||||
|
|
||||||
# Disable libprofile: a faulty libtool is generated by autoconf which breaks the
|
# Disable libprofile: a faulty libtool is generated by autoconf which breaks the
|
||||||
@ -22,6 +22,6 @@ endif
|
|||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
|
||||||
install::
|
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
install::
|
||||||
|
Loading…
Reference in New Issue
Block a user