Revert "Multiple fixes for 64 bit sections"

This reverts commit d7a7c3769d.
This commit is contained in:
Andrew Mulbrook
2012-03-03 10:12:06 -06:00
parent e343b1dfd4
commit 5775911dad
6 changed files with 24 additions and 41 deletions

View File

@ -318,12 +318,9 @@ install: $(PROGS) $(TCCLIBS) $(TCCDOCS)
ifdef CONFIG_CROSS
mkdir -p "$(tccdir)/lib/32"
mkdir -p "$(tccdir)/lib/64"
ifeq ($(ARCH),x86-64)
-$(INSTALL) -m644 lib/i386-win32/libtcc1.a "$(tccdir)/lib/32"
else
-$(INSTALL) -m644 lib/x86_64-win32/libtcc1.a "$(tccdir)/lib/64"
endif
endif
uninstall:
rm -rfv "$(tccdir)/*"