summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2005-02-24 07:12:43 +0000
committerReid Spencer <rspencer@reidspencer.com>2005-02-24 07:12:43 +0000
commit247a10e72963f877ae69fd9f52672b1d028e98a1 (patch)
tree69887c0d3f8c1ff3312c8230c19c4ef8608beb86 /llvm
parent1cca959e5de9aaaac9177938022eef3f128d67bf (diff)
downloadbcm5719-llvm-247a10e72963f877ae69fd9f52672b1d028e98a1.tar.gz
bcm5719-llvm-247a10e72963f877ae69fd9f52672b1d028e98a1.zip
Fix the other half of PR528 .. don't try to strip header files!
llvm-svn: 20301
Diffstat (limited to 'llvm')
-rw-r--r--llvm/Makefile.rules6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules
index b020ca9a11d..d3e4ff9a255 100644
--- a/llvm/Makefile.rules
+++ b/llvm/Makefile.rules
@@ -322,7 +322,7 @@ endif
ifndef KEEP_SYMBOLS
Strip := $(PLATFORMSTRIPOPTS)
StripWarnMsg := "(without symbols)"
- Install.Flags += -s
+ Install.StripFlag += -s
endif
# Adjust linker flags for building an executable
@@ -362,8 +362,8 @@ Relink = $(LIBTOOL) $(LibTool.Flags) --mode=link $(CXX) $(CPP.Flags) \
$(CompileCommonOpts)
LTInstall = $(LIBTOOL) $(LibTool.Flags) --mode=install $(INSTALL) \
$(Install.Flags)
-ProgInstall = $(INSTALL) $(Install.Flags) -m 0755
-DataInstall = $(INSTALL) $(Install.Flags) -m 0644
+ProgInstall = $(INSTALL) $(Install.StripFlag) -m 0755
+DataInstall = $(INSTALL) -m 0644
Burg = $(BURG) -I $(PROJ_SRC_DIR)
TableGen = $(TBLGEN) -I $(PROJ_SRC_DIR)
Archive = $(AR) $(AR.Flags)
OpenPOWER on IntegriCloud