| Chris Lattner | b2d5757 | 2003-11-09 19:55:09 +0000 | [diff] [blame] | 1 | ##===- tools/gccld/Makefile --------------------------------*- Makefile -*-===## |
| John Criswell | abe5cdc | 2003-10-20 22:29:16 +0000 | [diff] [blame] | 2 | # |
| 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 Lattner | b2d5757 | 2003-11-09 19:55:09 +0000 | [diff] [blame] | 9 | |
| Chris Lattner | 5ff2e05 | 2002-01-24 19:12:12 +0000 | [diff] [blame] | 10 | LEVEL = ../.. |
| 11 | |
| 12 | TOOLNAME = gccld |
| Chris Lattner | 28689ff | 2006-09-04 05:59:09 +0000 | [diff] [blame] | 13 | LINK_COMPONENTS = bcreader bcwriter ipo scalaropts ipa linker |
| Chris Lattner | 05a8970 | 2006-07-07 00:46:19 +0000 | [diff] [blame] | 14 | REQUIRES_EH := 1 |
| Chris Lattner | 5ff2e05 | 2002-01-24 19:12:12 +0000 | [diff] [blame] | 15 | |
| 16 | include $(LEVEL)/Makefile.common |