Skip to content

Commit d8d9fb3

Browse files
author
Reid Spencer
committed
Build a module instead of a library so main() is not missed
llvm-svn: 18525
1 parent 107f576 commit d8d9fb3

File tree

1 file changed

+9
-13
lines changed
  • llvm/projects/Stacker/lib/runtime

1 file changed

+9
-13
lines changed
Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
##===- projects/Stacker/lib/runtime/Makefile ---------------*- Makefile -*-===##
2-
3-
#
4-
# Indicate where we are relative to the top of the source tree.
2+
#
3+
# The LLVM Compiler Infrastructure
54
#
6-
LEVEL=../../
5+
# This file was developed by Reid Spencer and is distributed under the
6+
# University of Illinois Open Source License. See LICENSE.TXT for details.
7+
#
8+
##===----------------------------------------------------------------------===##
79

8-
#
9-
# Give the name of a library. This will build a dynamic version.
10-
#
11-
BYTECODE_LIBRARY=1
12-
DONT_BUILD_RELINKED=1
13-
LIBRARYNAME=stkr_runtime
10+
LEVEL = ../..
11+
DONT_BUILD_RELINKED = 1
12+
MODULE_NAME = stkr_runtime
1413

15-
#
16-
# Include Makefile.common so we know what to do.
17-
#
1814
include $(LEVEL)/Makefile.common

0 commit comments

Comments
 (0)