diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/analyze/Makefile | 2 | ||||
-rw-r--r-- | tools/jello/Makefile | 2 | ||||
-rw-r--r-- | tools/llc/Makefile | 3 | ||||
-rw-r--r-- | tools/lli/Makefile | 2 | ||||
-rw-r--r-- | tools/opt/Makefile | 2 |
5 files changed, 5 insertions, 6 deletions
diff --git a/tools/analyze/Makefile b/tools/analyze/Makefile index 9add20b..57152ac 100644 --- a/tools/analyze/Makefile +++ b/tools/analyze/Makefile @@ -2,7 +2,7 @@ LEVEL = ../.. TOOLNAME = analyze USEDLIBS = asmparser bcreader scalaropts.a transforms.a analysis ipa \ datastructure target.a transformutils.a vmcore support -TOOLLINKOPTS = -ldl $(ExportSymbols) +TOOLLINKOPTS = -ldl include $(LEVEL)/Makefile.common diff --git a/tools/jello/Makefile b/tools/jello/Makefile index 3543c82..4653e1a 100644 --- a/tools/jello/Makefile +++ b/tools/jello/Makefile @@ -5,6 +5,6 @@ USEDLIBS = bcreader vmcore codegen x86 support.a target.a # Have gcc tell the linker to export symbols from the program so that # dynamically loaded modules can be linked against them. # -TOOLLINKOPTS = -ldl $(ExportSymbols) +TOOLLINKOPTS = -ldl include $(LEVEL)/Makefile.common diff --git a/tools/llc/Makefile b/tools/llc/Makefile index 186d5ab..503dfa0 100644 --- a/tools/llc/Makefile +++ b/tools/llc/Makefile @@ -22,8 +22,7 @@ USEDLIBS = mapping \ transformutils \ vmcore \ support -TOOLLINKOPTS = -ldl $(ExportSymbols) - +TOOLLINKOPTS = -ldl KEEP_SYMBOLS = 1 include $(LEVEL)/Makefile.common diff --git a/tools/lli/Makefile b/tools/lli/Makefile index b5b7c3d..a0e73d7 100644 --- a/tools/lli/Makefile +++ b/tools/lli/Makefile @@ -5,6 +5,6 @@ USEDLIBS = bcreader vmcore analysis.a support.a target.a transforms.a # Have gcc tell the linker to export symbols from the program so that # dynamically loaded modules can be linked against them. # -TOOLLINKOPTS = -ldl $(ExportSymbols) +TOOLLINKOPTS = -ldl include $(LEVEL)/Makefile.common diff --git a/tools/opt/Makefile b/tools/opt/Makefile index bde049f..14fe05d 100644 --- a/tools/opt/Makefile +++ b/tools/opt/Makefile @@ -7,8 +7,8 @@ USEDLIBS = bcreader bcwriter instrument profpaths \ livevar scalaropts \ ipo ipa.a datastructure transforms target.a analysis \ transformutils vmcore support -TOOLLINKOPTS = -ldl $(ExportSymbols) +TOOLLINKOPTS = -ldl KEEP_SYMBOLS = 1 include $(LEVEL)/Makefile.common |