blob: b2e569ea250a354ef53f35751bb199fc65a64934 [file] [log] [blame]
Misha Brukmanbb739dd2004-08-09 20:13:14 +00001##===- runtime/GCCLibraries/libgcc/Makefile ----------------*- Makefile -*-===##
John Criswelle2fab732003-10-20 22:29:16 +00002#
3# The LLVM Compiler Infrastructure
4#
5# This file was developed by the LLVM research group and is distributed under
6# the University of Illinois Open Source License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
Chris Lattnerc1e20ac2002-03-08 23:20:52 +00009LEVEL = ../../..
Chris Lattnerda86e6c2003-08-15 02:20:32 +000010BYTECODE_LIBRARY=1
11DONT_BUILD_RELINKED=1
12LIBRARYNAME=gcc
Chris Lattnerc1e20ac2002-03-08 23:20:52 +000013
Chris Lattnerda86e6c2003-08-15 02:20:32 +000014include $(LEVEL)/Makefile.common