diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-12-02 09:31:40 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-12-02 09:31:40 +0000 |
commit | 8aa9a8ca989c9e5c14e278550f17521a35a781cb (patch) | |
tree | f586193b2bf727af17b7f090dfc9b9b158887ebd /runtime/GCCLibraries/libgcc | |
parent | f5b709854f79054c218cb9cb0036a1eeae7deeb3 (diff) |
Standardize the format of the runtime libraries makefiles.
* Don't have lines longer than 80 cols
* Blank line after the header
* Reduce spaces in var definitions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18427 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/GCCLibraries/libgcc')
-rw-r--r-- | runtime/GCCLibraries/libgcc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/GCCLibraries/libgcc/Makefile b/runtime/GCCLibraries/libgcc/Makefile index b2e569ea25..4a7c58203b 100644 --- a/runtime/GCCLibraries/libgcc/Makefile +++ b/runtime/GCCLibraries/libgcc/Makefile @@ -6,7 +6,8 @@ # the University of Illinois Open Source License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## -LEVEL = ../../.. + +LEVEL=../../.. BYTECODE_LIBRARY=1 DONT_BUILD_RELINKED=1 LIBRARYNAME=gcc |