X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile.config.in;h=aca21e5b7d110478db8c2f9324a3ddc30e805073;hb=ce6275fd2ceae4cae7ac5c249e21de3d7527e9e2;hp=5d8645fef98f843c529d47377f15f17c3e1563b7;hpb=9851567a106ef1907cca715fc5e3e4e498b2df81;p=oota-llvm.git diff --git a/Makefile.config.in b/Makefile.config.in index 5d8645fef98..aca21e5b7d1 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -262,6 +262,9 @@ ENABLE_THREADS := @ENABLE_THREADS@ # Do we want to build with position independent code? ENABLE_PIC := @ENABLE_PIC@ +# Do we want to build a shared library and link the tools with it? +ENABLE_SHARED := @ENABLE_SHARED@ + # Use -fvisibility-inlines-hidden? ENABLE_VISIBILITY_INLINES_HIDDEN := @ENABLE_VISIBILITY_INLINES_HIDDEN@ @@ -272,6 +275,9 @@ ENABLE_VISIBILITY_INLINES_HIDDEN := @ENABLE_VISIBILITY_INLINES_HIDDEN@ # Enable JIT for this platform TARGET_HAS_JIT = @TARGET_HAS_JIT@ +# Environment variable to set to change the runtime shared library search path. +SHLIBPATH_VAR = @SHLIBPATH_VAR@ + # Shared library extension for host platform. SHLIBEXT = @SHLIBEXT@