Search for and use the strip program and pass it to install for it
[oota-llvm.git] / Makefile.config.in
index 3961cc96c795f4563d2a1b237edbd4b8bc9e51c5..85204815826a55de968e95d3741d85c88c0b8d71 100644 (file)
@@ -149,6 +149,9 @@ LDFLAGS+=@LDFLAGS@
 AR_PATH = @AR@
 AR = @AR@
 
+# Path to the strip program,
+STRIP = @STRIP@
+
 # Path to the nm program
 NM_PATH = @NM@