mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-29 23:12:55 +01:00
eeb15a5451
llvm-svn: 9343
16 lines
520 B
Makefile
16 lines
520 B
Makefile
##===- runtime/GCCLibraries/libm/Makefile ------------------*- Makefile -*-===##
|
|
#
|
|
# The LLVM Compiler Infrastructure
|
|
#
|
|
# This file was developed by the LLVM research group and is distributed under
|
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
|
#
|
|
##===----------------------------------------------------------------------===##
|
|
LEVEL = ../../..
|
|
BYTECODE_LIBRARY = 1
|
|
DONT_BUILD_RELINKED = 1
|
|
LIBRARYNAME = m
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|