mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
8969240f9e
more reliably across platforms. Patch by Tom Roeder! llvm-svn: 191343
16 lines
426 B
Makefile
16 lines
426 B
Makefile
##===- lib/Linker/Makefile ---------------------------------*- Makefile -*-===##
|
|
#
|
|
# The LLVM Compiler Infrastructure
|
|
#
|
|
# This file is distributed under the University of Illinois Open Source
|
|
# License. See LICENSE.TXT for details.
|
|
#
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
LEVEL = ../..
|
|
LIBRARYNAME = LLVMLTO
|
|
BUILD_ARCHIVE := 1
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|