OSDN Git Service

* configure.in (assembler dwarf2 debug_line support): Define insn
[pf3gnuchains/gcc-fork.git] / Makefile.in
index 2538a9f..82f67cf 100644 (file)
 VPATH=@srcdir@
 
 build_alias=@build_alias@
-build_cpu=@build_cpu@
-build_vendor=@build_vendor@
-build_os=@build_os@
-build_canonical=@build_cpu@-@build_vendor@-@build_os@
+build=@build@
 host_alias=@host_alias@
-host_cpu=@host_cpu@
-host_vendor=@host_vendor@
-host_os=@host_os@
-host_canonical=@host_cpu@-@host_vendor@-@host_os@
+host=@host@
 target_alias=@target_alias@
-target_cpu=@target_cpu@
-target_vendor=@target_vendor@
-target_os=@target_os@
-target_canonical=@target_cpu@-@target_vendor@-@target_os@
+target=@target@
 
 program_transform_name = @program_transform_name@
 
@@ -263,7 +254,7 @@ USUAL_AR_FOR_TARGET = ` \
   if [ -f $$r/binutils/ar ] ; then \
     echo $$r/binutils/ar ; \
   else \
-    if [ '$(host_canonical)' = '$(target_canonical)' ] ; then \
+    if [ '$(host)' = '$(target)' ] ; then \
       echo $(AR); \
     else \
        echo ar | sed '$(program_transform_name)' ; \
@@ -277,7 +268,7 @@ USUAL_AS_FOR_TARGET = ` \
   elif [ -f $$r/gcc/xgcc ]; then \
     $(CC_FOR_TARGET) -print-prog-name=as ; \
   else \
-    if [ '$(host_canonical)' = '$(target_canonical)' ] ; then \
+    if [ '$(host)' = '$(target)' ] ; then \
       echo $(AS); \
     else \
        echo as | sed '$(program_transform_name)' ; \
@@ -310,7 +301,7 @@ USUAL_DLLTOOL_FOR_TARGET = ` \
   if [ -f $$r/binutils/dlltool ] ; then \
     echo $$r/binutils/dlltool ; \
   else \
-    if [ '$(host_canonical)' = '$(target_canonical)' ] ; then \
+    if [ '$(host)' = '$(target)' ] ; then \
       echo $(DLLTOOL); \
     else \
        echo dlltool | sed '$(program_transform_name)' ; \
@@ -326,7 +317,7 @@ USUAL_LD_FOR_TARGET = ` \
   elif [ -f $$r/gcc/xgcc ]; then \
     $(CC_FOR_TARGET) -print-prog-name=ld ; \
   else \
-    if [ '$(host_canonical)' = '$(target_canonical)' ] ; then \
+    if [ '$(host)' = '$(target)' ] ; then \
       echo $(LD); \
     else \
        echo ld | sed '$(program_transform_name)' ; \
@@ -342,7 +333,7 @@ USUAL_NM_FOR_TARGET = ` \
   elif [ -f $$r/gcc/xgcc ]; then \
     $(CC_FOR_TARGET) -print-prog-name=nm ; \
   else \
-    if [ '$(host_canonical)' = '$(target_canonical)' ] ; then \
+    if [ '$(host)' = '$(target)' ] ; then \
       echo $(NM); \
     else \
        echo nm | sed '$(program_transform_name)' ; \
@@ -354,7 +345,7 @@ USUAL_RANLIB_FOR_TARGET = ` \
   if [ -f $$r/binutils/ranlib ] ; then \
     echo $$r/binutils/ranlib ; \
   else \
-    if [ '$(host_canonical)' = '$(target_canonical)' ] ; then \
+    if [ '$(host)' = '$(target)' ] ; then \
       if [ x'$(RANLIB)' != x ]; then \
          echo $(RANLIB); \
       else \
@@ -370,7 +361,7 @@ USUAL_WINDRES_FOR_TARGET = ` \
   if [ -f $$r/binutils/windres ] ; then \
     echo $$r/binutils/windres ; \
   else \
-    if [ '$(host_canonical)' = '$(target_canonical)' ] ; then \
+    if [ '$(host)' = '$(target)' ] ; then \
       echo $(WINDRES); \
     else \
        echo windres | sed '$(program_transform_name)' ; \
@@ -11707,7 +11698,7 @@ mostlyclean-target-libobjc:
 maybe-mostlyclean-target-libtermcap:
 
 # libtermcap doesn't support mostlyclean.
-mostlyclean-libtermcap:
+mostlyclean-target-libtermcap:
 
 
 .PHONY: maybe-mostlyclean-target-winsup mostlyclean-target-winsup
@@ -13474,7 +13465,7 @@ clean-target-libobjc:
 maybe-clean-target-libtermcap:
 
 # libtermcap doesn't support clean.
-clean-libtermcap:
+clean-target-libtermcap:
 
 
 .PHONY: maybe-clean-target-winsup clean-target-winsup
@@ -15241,7 +15232,7 @@ distclean-target-libobjc:
 maybe-distclean-target-libtermcap:
 
 # libtermcap doesn't support distclean.
-distclean-libtermcap:
+distclean-target-libtermcap:
 
 
 .PHONY: maybe-distclean-target-winsup distclean-target-winsup
@@ -17008,7 +16999,7 @@ maintainer-clean-target-libobjc:
 maybe-maintainer-clean-target-libtermcap:
 
 # libtermcap doesn't support maintainer-clean.
-maintainer-clean-libtermcap:
+maintainer-clean-target-libtermcap:
 
 
 .PHONY: maybe-maintainer-clean-target-winsup maintainer-clean-target-winsup
@@ -17302,7 +17293,7 @@ clean-target-libgcc:
 
 .PHONY: check do-check
 check:
-       $(MAKE) do-check NOTPARALLEL=parallel-ok
+       $(MAKE) do-check
 
 # Only include modules actually being configured and built.
 do-check: maybe-check-gcc  \
@@ -18207,7 +18198,7 @@ maybe-check-bison:
 
 # This module is only tested in a native toolchain.
 check-bison:
-       @if [ '$(host_canonical)' = '$(target_canonical)' ] ; then \
+       @if [ '$(host)' = '$(target)' ] ; then \
          r=`${PWD}`; export r; \
          s=`cd $(srcdir); ${PWD}`; export s; \
          $(SET_LIB_PATH) \
@@ -18276,7 +18267,7 @@ maybe-check-byacc:
 
 # This module is only tested in a native toolchain.
 check-byacc:
-       @if [ '$(host_canonical)' = '$(target_canonical)' ] ; then \
+       @if [ '$(host)' = '$(target)' ] ; then \
          r=`${PWD}`; export r; \
          s=`cd $(srcdir); ${PWD}`; export s; \
          $(SET_LIB_PATH) \
@@ -18671,7 +18662,7 @@ maybe-check-fastjar:
 
 # This module is only tested in a native toolchain.
 check-fastjar:
-       @if [ '$(host_canonical)' = '$(target_canonical)' ] ; then \
+       @if [ '$(host)' = '$(target)' ] ; then \
          r=`${PWD}`; export r; \
          s=`cd $(srcdir); ${PWD}`; export s; \
          $(SET_LIB_PATH) \
@@ -18938,7 +18929,7 @@ maybe-check-flex:
 
 # This module is only tested in a native toolchain.
 check-flex:
-       @if [ '$(host_canonical)' = '$(target_canonical)' ] ; then \
+       @if [ '$(host)' = '$(target)' ] ; then \
          r=`${PWD}`; export r; \
          s=`cd $(srcdir); ${PWD}`; export s; \
          $(SET_LIB_PATH) \
@@ -21367,7 +21358,7 @@ maybe-check-zip:
 
 # This module is only tested in a native toolchain.
 check-zip:
-       @if [ '$(host_canonical)' = '$(target_canonical)' ] ; then \
+       @if [ '$(host)' = '$(target)' ] ; then \
          r=`${PWD}`; export r; \
          s=`cd $(srcdir); ${PWD}`; export s; \
          $(SET_LIB_PATH) \
@@ -23702,7 +23693,7 @@ check-gcc-c++:
 
 .PHONY: check-c++
 check-c++:
-       $(MAKE) check-target-libstdc++-v3 check-gcc-c++ NOTPARALLEL=parallel-ok
+       $(MAKE) check-target-libstdc++-v3 check-gcc-c++
 
 .PHONY: install-gcc maybe-install-gcc
 maybe-install-gcc:
@@ -23899,12 +23890,6 @@ $(srcdir)/configure: @MAINT@ $(srcdir)/configure.in $(srcdir)/config/acx.m4
 # Special directives to GNU Make
 # ------------------------------
 
-# Tell GNU make 3.79 not to run the top level in parallel.  This 
-# prevents contention for $builddir/$target/config.cache, as well
-# as minimizing scatter in file system caches.
-NOTPARALLEL = .NOTPARALLEL
-$(NOTPARALLEL):
-
 # Don't pass command-line variables to submakes.
 .NOEXPORT:
 MAKEOVERRIDES=