mirror of
https://github.com/mirror/tinycc.git
synced 2025-01-17 05:20:08 +08:00
make CC=tcc install: fixes strip:tcc: File format not recognized
This commit is contained in:
parent
8185070841
commit
0d38e3b663
3
Makefile
3
Makefile
@ -232,7 +232,8 @@ INSTALL=install
|
||||
ifndef CONFIG_WIN32
|
||||
install: $(PROGS) $(LIBTCC1) $(BCHECK_O) $(LIBTCCLIBS) tcc.1 tcc-doc.info tcc-doc.html
|
||||
mkdir -p "$(bindir)"
|
||||
$(INSTALL) -s -m755 $(PROGS) "$(bindir)"
|
||||
-$(STRIP) $(PROGS)
|
||||
$(INSTALL) -m755 $(PROGS) "$(bindir)"
|
||||
mkdir -p "$(mandir)/man1"
|
||||
$(INSTALL) tcc.1 "$(mandir)/man1"
|
||||
mkdir -p $(infodir)
|
||||
|
Loading…
Reference in New Issue
Block a user