645531e349
ObjectiveC compillers without target libraries (i.e libstdc++ isn't included). It can be used to cross-compile operating system kernels (e.g. Linux, L4, etc) for this architecture. WWW: http://gcc.gnu.org/ PR: ports/94682 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
395 lines
12 KiB
Text
395 lines
12 KiB
Text
--- Makefile.in.orig Thu Mar 16 02:29:05 2006
|
|
+++ Makefile.in Thu Mar 16 02:33:59 2006
|
|
@@ -607,26 +607,7 @@
|
|
maybe-configure-utils \
|
|
maybe-configure-gnattools
|
|
.PHONY: configure-target
|
|
-configure-target: \
|
|
- maybe-configure-target-libstdc++-v3 \
|
|
- maybe-configure-target-libmudflap \
|
|
- maybe-configure-target-libssp \
|
|
- maybe-configure-target-newlib \
|
|
- maybe-configure-target-libgfortran \
|
|
- maybe-configure-target-libobjc \
|
|
- maybe-configure-target-libtermcap \
|
|
- maybe-configure-target-winsup \
|
|
- maybe-configure-target-libgloss \
|
|
- maybe-configure-target-libiberty \
|
|
- maybe-configure-target-gperf \
|
|
- maybe-configure-target-examples \
|
|
- maybe-configure-target-libffi \
|
|
- maybe-configure-target-libjava \
|
|
- maybe-configure-target-zlib \
|
|
- maybe-configure-target-boehm-gc \
|
|
- maybe-configure-target-qthreads \
|
|
- maybe-configure-target-rda \
|
|
- maybe-configure-target-libada
|
|
+configure-target:
|
|
|
|
# The target built for a native non-bootstrap build.
|
|
.PHONY: all
|
|
@@ -726,26 +707,7 @@
|
|
maybe-all-utils \
|
|
maybe-all-gnattools
|
|
.PHONY: all-target
|
|
-all-target: \
|
|
- maybe-all-target-libstdc++-v3 \
|
|
- maybe-all-target-libmudflap \
|
|
- maybe-all-target-libssp \
|
|
- maybe-all-target-newlib \
|
|
- maybe-all-target-libgfortran \
|
|
- maybe-all-target-libobjc \
|
|
- maybe-all-target-libtermcap \
|
|
- maybe-all-target-winsup \
|
|
- maybe-all-target-libgloss \
|
|
- maybe-all-target-libiberty \
|
|
- maybe-all-target-gperf \
|
|
- maybe-all-target-examples \
|
|
- maybe-all-target-libffi \
|
|
- maybe-all-target-libjava \
|
|
- maybe-all-target-zlib \
|
|
- maybe-all-target-boehm-gc \
|
|
- maybe-all-target-qthreads \
|
|
- maybe-all-target-rda \
|
|
- maybe-all-target-libada
|
|
+all-target:
|
|
|
|
# Do a target for all the subdirectories. A ``make do-X'' will do a
|
|
# ``make X'' in all subdirectories (because, in general, there is a
|
|
@@ -833,26 +795,7 @@
|
|
maybe-info-gnattools
|
|
|
|
.PHONY: info-target
|
|
-info-target: \
|
|
- maybe-info-target-libstdc++-v3 \
|
|
- maybe-info-target-libmudflap \
|
|
- maybe-info-target-libssp \
|
|
- maybe-info-target-newlib \
|
|
- maybe-info-target-libgfortran \
|
|
- maybe-info-target-libobjc \
|
|
- maybe-info-target-libtermcap \
|
|
- maybe-info-target-winsup \
|
|
- maybe-info-target-libgloss \
|
|
- maybe-info-target-libiberty \
|
|
- maybe-info-target-gperf \
|
|
- maybe-info-target-examples \
|
|
- maybe-info-target-libffi \
|
|
- maybe-info-target-libjava \
|
|
- maybe-info-target-zlib \
|
|
- maybe-info-target-boehm-gc \
|
|
- maybe-info-target-qthreads \
|
|
- maybe-info-target-rda \
|
|
- maybe-info-target-libada
|
|
+info-target:
|
|
|
|
.PHONY: do-dvi
|
|
do-dvi:
|
|
@@ -935,26 +878,7 @@
|
|
maybe-dvi-gnattools
|
|
|
|
.PHONY: dvi-target
|
|
-dvi-target: \
|
|
- maybe-dvi-target-libstdc++-v3 \
|
|
- maybe-dvi-target-libmudflap \
|
|
- maybe-dvi-target-libssp \
|
|
- maybe-dvi-target-newlib \
|
|
- maybe-dvi-target-libgfortran \
|
|
- maybe-dvi-target-libobjc \
|
|
- maybe-dvi-target-libtermcap \
|
|
- maybe-dvi-target-winsup \
|
|
- maybe-dvi-target-libgloss \
|
|
- maybe-dvi-target-libiberty \
|
|
- maybe-dvi-target-gperf \
|
|
- maybe-dvi-target-examples \
|
|
- maybe-dvi-target-libffi \
|
|
- maybe-dvi-target-libjava \
|
|
- maybe-dvi-target-zlib \
|
|
- maybe-dvi-target-boehm-gc \
|
|
- maybe-dvi-target-qthreads \
|
|
- maybe-dvi-target-rda \
|
|
- maybe-dvi-target-libada
|
|
+dvi-target:
|
|
|
|
.PHONY: do-html
|
|
do-html:
|
|
@@ -1037,26 +961,7 @@
|
|
maybe-html-gnattools
|
|
|
|
.PHONY: html-target
|
|
-html-target: \
|
|
- maybe-html-target-libstdc++-v3 \
|
|
- maybe-html-target-libmudflap \
|
|
- maybe-html-target-libssp \
|
|
- maybe-html-target-newlib \
|
|
- maybe-html-target-libgfortran \
|
|
- maybe-html-target-libobjc \
|
|
- maybe-html-target-libtermcap \
|
|
- maybe-html-target-winsup \
|
|
- maybe-html-target-libgloss \
|
|
- maybe-html-target-libiberty \
|
|
- maybe-html-target-gperf \
|
|
- maybe-html-target-examples \
|
|
- maybe-html-target-libffi \
|
|
- maybe-html-target-libjava \
|
|
- maybe-html-target-zlib \
|
|
- maybe-html-target-boehm-gc \
|
|
- maybe-html-target-qthreads \
|
|
- maybe-html-target-rda \
|
|
- maybe-html-target-libada
|
|
+html-target:
|
|
|
|
.PHONY: do-TAGS
|
|
do-TAGS:
|
|
@@ -1139,26 +1044,7 @@
|
|
maybe-TAGS-gnattools
|
|
|
|
.PHONY: TAGS-target
|
|
-TAGS-target: \
|
|
- maybe-TAGS-target-libstdc++-v3 \
|
|
- maybe-TAGS-target-libmudflap \
|
|
- maybe-TAGS-target-libssp \
|
|
- maybe-TAGS-target-newlib \
|
|
- maybe-TAGS-target-libgfortran \
|
|
- maybe-TAGS-target-libobjc \
|
|
- maybe-TAGS-target-libtermcap \
|
|
- maybe-TAGS-target-winsup \
|
|
- maybe-TAGS-target-libgloss \
|
|
- maybe-TAGS-target-libiberty \
|
|
- maybe-TAGS-target-gperf \
|
|
- maybe-TAGS-target-examples \
|
|
- maybe-TAGS-target-libffi \
|
|
- maybe-TAGS-target-libjava \
|
|
- maybe-TAGS-target-zlib \
|
|
- maybe-TAGS-target-boehm-gc \
|
|
- maybe-TAGS-target-qthreads \
|
|
- maybe-TAGS-target-rda \
|
|
- maybe-TAGS-target-libada
|
|
+TAGS-target:
|
|
|
|
.PHONY: do-install-info
|
|
do-install-info:
|
|
@@ -1241,26 +1127,7 @@
|
|
maybe-install-info-gnattools
|
|
|
|
.PHONY: install-info-target
|
|
-install-info-target: \
|
|
- maybe-install-info-target-libstdc++-v3 \
|
|
- maybe-install-info-target-libmudflap \
|
|
- maybe-install-info-target-libssp \
|
|
- maybe-install-info-target-newlib \
|
|
- maybe-install-info-target-libgfortran \
|
|
- maybe-install-info-target-libobjc \
|
|
- maybe-install-info-target-libtermcap \
|
|
- maybe-install-info-target-winsup \
|
|
- maybe-install-info-target-libgloss \
|
|
- maybe-install-info-target-libiberty \
|
|
- maybe-install-info-target-gperf \
|
|
- maybe-install-info-target-examples \
|
|
- maybe-install-info-target-libffi \
|
|
- maybe-install-info-target-libjava \
|
|
- maybe-install-info-target-zlib \
|
|
- maybe-install-info-target-boehm-gc \
|
|
- maybe-install-info-target-qthreads \
|
|
- maybe-install-info-target-rda \
|
|
- maybe-install-info-target-libada
|
|
+install-info-target:
|
|
|
|
.PHONY: do-installcheck
|
|
do-installcheck:
|
|
@@ -1343,26 +1210,7 @@
|
|
maybe-installcheck-gnattools
|
|
|
|
.PHONY: installcheck-target
|
|
-installcheck-target: \
|
|
- maybe-installcheck-target-libstdc++-v3 \
|
|
- maybe-installcheck-target-libmudflap \
|
|
- maybe-installcheck-target-libssp \
|
|
- maybe-installcheck-target-newlib \
|
|
- maybe-installcheck-target-libgfortran \
|
|
- maybe-installcheck-target-libobjc \
|
|
- maybe-installcheck-target-libtermcap \
|
|
- maybe-installcheck-target-winsup \
|
|
- maybe-installcheck-target-libgloss \
|
|
- maybe-installcheck-target-libiberty \
|
|
- maybe-installcheck-target-gperf \
|
|
- maybe-installcheck-target-examples \
|
|
- maybe-installcheck-target-libffi \
|
|
- maybe-installcheck-target-libjava \
|
|
- maybe-installcheck-target-zlib \
|
|
- maybe-installcheck-target-boehm-gc \
|
|
- maybe-installcheck-target-qthreads \
|
|
- maybe-installcheck-target-rda \
|
|
- maybe-installcheck-target-libada
|
|
+installcheck-target:
|
|
|
|
.PHONY: do-mostlyclean
|
|
do-mostlyclean:
|
|
@@ -1445,26 +1293,7 @@
|
|
maybe-mostlyclean-gnattools
|
|
|
|
.PHONY: mostlyclean-target
|
|
-mostlyclean-target: \
|
|
- maybe-mostlyclean-target-libstdc++-v3 \
|
|
- maybe-mostlyclean-target-libmudflap \
|
|
- maybe-mostlyclean-target-libssp \
|
|
- maybe-mostlyclean-target-newlib \
|
|
- maybe-mostlyclean-target-libgfortran \
|
|
- maybe-mostlyclean-target-libobjc \
|
|
- maybe-mostlyclean-target-libtermcap \
|
|
- maybe-mostlyclean-target-winsup \
|
|
- maybe-mostlyclean-target-libgloss \
|
|
- maybe-mostlyclean-target-libiberty \
|
|
- maybe-mostlyclean-target-gperf \
|
|
- maybe-mostlyclean-target-examples \
|
|
- maybe-mostlyclean-target-libffi \
|
|
- maybe-mostlyclean-target-libjava \
|
|
- maybe-mostlyclean-target-zlib \
|
|
- maybe-mostlyclean-target-boehm-gc \
|
|
- maybe-mostlyclean-target-qthreads \
|
|
- maybe-mostlyclean-target-rda \
|
|
- maybe-mostlyclean-target-libada
|
|
+mostlyclean-target:
|
|
|
|
.PHONY: do-clean
|
|
do-clean:
|
|
@@ -1547,26 +1376,7 @@
|
|
maybe-clean-gnattools
|
|
|
|
.PHONY: clean-target
|
|
-clean-target: \
|
|
- maybe-clean-target-libstdc++-v3 \
|
|
- maybe-clean-target-libmudflap \
|
|
- maybe-clean-target-libssp \
|
|
- maybe-clean-target-newlib \
|
|
- maybe-clean-target-libgfortran \
|
|
- maybe-clean-target-libobjc \
|
|
- maybe-clean-target-libtermcap \
|
|
- maybe-clean-target-winsup \
|
|
- maybe-clean-target-libgloss \
|
|
- maybe-clean-target-libiberty \
|
|
- maybe-clean-target-gperf \
|
|
- maybe-clean-target-examples \
|
|
- maybe-clean-target-libffi \
|
|
- maybe-clean-target-libjava \
|
|
- maybe-clean-target-zlib \
|
|
- maybe-clean-target-boehm-gc \
|
|
- maybe-clean-target-qthreads \
|
|
- maybe-clean-target-rda \
|
|
- maybe-clean-target-libada
|
|
+clean-target:
|
|
|
|
.PHONY: do-distclean
|
|
do-distclean:
|
|
@@ -1649,26 +1459,7 @@
|
|
maybe-distclean-gnattools
|
|
|
|
.PHONY: distclean-target
|
|
-distclean-target: \
|
|
- maybe-distclean-target-libstdc++-v3 \
|
|
- maybe-distclean-target-libmudflap \
|
|
- maybe-distclean-target-libssp \
|
|
- maybe-distclean-target-newlib \
|
|
- maybe-distclean-target-libgfortran \
|
|
- maybe-distclean-target-libobjc \
|
|
- maybe-distclean-target-libtermcap \
|
|
- maybe-distclean-target-winsup \
|
|
- maybe-distclean-target-libgloss \
|
|
- maybe-distclean-target-libiberty \
|
|
- maybe-distclean-target-gperf \
|
|
- maybe-distclean-target-examples \
|
|
- maybe-distclean-target-libffi \
|
|
- maybe-distclean-target-libjava \
|
|
- maybe-distclean-target-zlib \
|
|
- maybe-distclean-target-boehm-gc \
|
|
- maybe-distclean-target-qthreads \
|
|
- maybe-distclean-target-rda \
|
|
- maybe-distclean-target-libada
|
|
+distclean-target:
|
|
|
|
.PHONY: do-maintainer-clean
|
|
do-maintainer-clean:
|
|
@@ -1751,27 +1542,7 @@
|
|
maybe-maintainer-clean-gnattools
|
|
|
|
.PHONY: maintainer-clean-target
|
|
-maintainer-clean-target: \
|
|
- maybe-maintainer-clean-target-libstdc++-v3 \
|
|
- maybe-maintainer-clean-target-libmudflap \
|
|
- maybe-maintainer-clean-target-libssp \
|
|
- maybe-maintainer-clean-target-newlib \
|
|
- maybe-maintainer-clean-target-libgfortran \
|
|
- maybe-maintainer-clean-target-libobjc \
|
|
- maybe-maintainer-clean-target-libtermcap \
|
|
- maybe-maintainer-clean-target-winsup \
|
|
- maybe-maintainer-clean-target-libgloss \
|
|
- maybe-maintainer-clean-target-libiberty \
|
|
- maybe-maintainer-clean-target-gperf \
|
|
- maybe-maintainer-clean-target-examples \
|
|
- maybe-maintainer-clean-target-libffi \
|
|
- maybe-maintainer-clean-target-libjava \
|
|
- maybe-maintainer-clean-target-zlib \
|
|
- maybe-maintainer-clean-target-boehm-gc \
|
|
- maybe-maintainer-clean-target-qthreads \
|
|
- maybe-maintainer-clean-target-rda \
|
|
- maybe-maintainer-clean-target-libada
|
|
-
|
|
+maintainer-clean-target:
|
|
|
|
# Here are the targets which correspond to the do-X targets.
|
|
|
|
@@ -1909,26 +1680,7 @@
|
|
maybe-check-gnattools
|
|
|
|
.PHONY: check-target
|
|
-check-target: \
|
|
- maybe-check-target-libstdc++-v3 \
|
|
- maybe-check-target-libmudflap \
|
|
- maybe-check-target-libssp \
|
|
- maybe-check-target-newlib \
|
|
- maybe-check-target-libgfortran \
|
|
- maybe-check-target-libobjc \
|
|
- maybe-check-target-libtermcap \
|
|
- maybe-check-target-winsup \
|
|
- maybe-check-target-libgloss \
|
|
- maybe-check-target-libiberty \
|
|
- maybe-check-target-gperf \
|
|
- maybe-check-target-examples \
|
|
- maybe-check-target-libffi \
|
|
- maybe-check-target-libjava \
|
|
- maybe-check-target-zlib \
|
|
- maybe-check-target-boehm-gc \
|
|
- maybe-check-target-qthreads \
|
|
- maybe-check-target-rda \
|
|
- maybe-check-target-libada
|
|
+check-target:
|
|
|
|
do-check:
|
|
@: $(MAKE); $(unstage)
|
|
@@ -2108,26 +1860,7 @@
|
|
maybe-install-gnattools
|
|
|
|
.PHONY: install-target
|
|
-install-target: \
|
|
- maybe-install-target-libstdc++-v3 \
|
|
- maybe-install-target-libmudflap \
|
|
- maybe-install-target-libssp \
|
|
- maybe-install-target-newlib \
|
|
- maybe-install-target-libgfortran \
|
|
- maybe-install-target-libobjc \
|
|
- maybe-install-target-libtermcap \
|
|
- maybe-install-target-winsup \
|
|
- maybe-install-target-libgloss \
|
|
- maybe-install-target-libiberty \
|
|
- maybe-install-target-gperf \
|
|
- maybe-install-target-examples \
|
|
- maybe-install-target-libffi \
|
|
- maybe-install-target-libjava \
|
|
- maybe-install-target-zlib \
|
|
- maybe-install-target-boehm-gc \
|
|
- maybe-install-target-qthreads \
|
|
- maybe-install-target-rda \
|
|
- maybe-install-target-libada
|
|
+install-target:
|
|
|
|
uninstall:
|
|
@echo "the uninstall target is not supported in this tree"
|