0d3d4c7a82
This is work in progress. It is being commited as a starting point so other people can look at it/fix issues/and maybe Art can add Hammer support? :) It has been lightly tested on macppc/sparc64/i386 and compile tested by mickey@ on hppa. DO NOT try to build ld.so on sparc/sparc64/macppc and install the resulting binary unless you like having a hosed system. A known "misfeature" in ld.so that is being worked on. -- MAINTAINER ok
20 lines
1009 B
Plaintext
20 lines
1009 B
Plaintext
--- gas/Makefile.am.orig Sun Mar 16 15:56:19 2003
|
|
+++ gas/Makefile.am Sun Mar 16 15:58:04 2003
|
|
@@ -376,6 +376,7 @@ TARG_ENV_HFILES = \
|
|
config/te-macos.h \
|
|
config/te-nbsd.h \
|
|
config/te-nbsd532.h \
|
|
+ config/te-obsd.h \
|
|
config/te-pc532mach.h \
|
|
config/te-pe.h \
|
|
config/te-ppcnw.h \
|
|
@@ -678,7 +679,7 @@ install-exec-bindir: $(noinst_PROGRAMS)
|
|
$(mkinstalldirs) $(DESTDIR)$(bindir)
|
|
@list='$(noinst_PROGRAMS)'; for p in $$list; do \
|
|
if test -f $$p; then \
|
|
- echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
|
|
+ echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
|
|
$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
|
|
else :; fi; \
|
|
done
|