Added the 32-bit Thumb instructions (BXJ) for disassembly only.
[oota-llvm.git] / Makefile.config.in
index d59c81b8315587f102e8649cfd6b421c8f33d241..aca21e5b7d110478db8c2f9324a3ddc30e805073 100644 (file)
@@ -262,10 +262,8 @@ ENABLE_THREADS := @ENABLE_THREADS@
 # Do we want to build with position independent code?
 ENABLE_PIC := @ENABLE_PIC@
 
-# Do we want to link the tools shared?
-ifndef ENABLE_SHARED
-  ENABLE_SHARED := @ENABLE_SHARED@
-endif
+# 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@