diff options
Diffstat (limited to 'runtime/GCCLibraries/Makefile')
-rw-r--r-- | runtime/GCCLibraries/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/runtime/GCCLibraries/Makefile b/runtime/GCCLibraries/Makefile new file mode 100644 index 0000000000..b976f1248e --- /dev/null +++ b/runtime/GCCLibraries/Makefile @@ -0,0 +1,12 @@ +##===- runtime/GCCLibraries/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 := ../.. +PARALLEL_DIRS := crtend libc libgcc libm +include $(LEVEL)/Makefile.common |