OSDN Git Service

* MAINTAINERS: Add myself as non-algorithmic global write
[pf3gnuchains/gcc-fork.git] / Makefile.def
index 7376c11..6436272 100644 (file)
@@ -51,12 +51,7 @@ host_modules= { module= fileutils; };
 host_modules= { module= findutils; };
 host_modules= { module= find; };
 host_modules= { module= fixincludes;
-               missing= info;
-               missing= dvi;
-               missing= pdf;
-               missing= TAGS;
-               missing= install-info;
-               missing= installcheck; };
+               missing= TAGS; };
 host_modules= { module= flex; no_check_cross= true; };
 host_modules= { module= gas; bootstrap=true; };
 host_modules= { module= gcc; bootstrap=true; 
@@ -166,6 +161,9 @@ recursive_targets = { make_target= TAGS;
 recursive_targets = { make_target= install-info; 
                       depend=configure;
                       depend=info; };
+recursive_targets = { make_target= install-pdf; 
+                      depend=configure;
+                      depend=pdf; };
 recursive_targets = { make_target= install-html; 
                       depend=configure;
                       depend=html; };
@@ -189,6 +187,7 @@ flags_to_pass = { flag= includedir ; };
 flags_to_pass = { flag= datarootdir ; };
 flags_to_pass = { flag= docdir ; };
 flags_to_pass = { flag= infodir ; };
+flags_to_pass = { flag= pdfdir ; };
 flags_to_pass = { flag= htmldir ; };
 flags_to_pass = { flag= libdir ; };
 flags_to_pass = { flag= libexecdir ; };
@@ -507,31 +506,31 @@ bootstrap_stage = {
        //   compiler probably has never heard of them.
        stage_configure_flags='--disable-intermodule $(STAGE1_CHECKING) \
          --disable-coverage --enable-languages="$(STAGE1_LANGUAGES)"' ;
-       stage_make_flags='CFLAGS="$(STAGE1_CFLAGS)" LIBCFLAGS="$(STAGE1_CFLAGS)"' ; };
+       stage_cflags='$(STAGE1_CFLAGS)' ; };
 bootstrap_stage = {
        id=2 ; prev=1 ;
        bootstrap_target=bootstrap2 ;
        stage_configure_flags="@stage2_werror_flag@" ;
-       stage_make_flags="" ; };
+       stage_cflags="$(BOOT_CFLAGS)" ; };
 bootstrap_stage = {
        id=3 ; prev=2 ; lean=1 ;
        compare_target=compare ;
        bootstrap_target=bootstrap ;
        cleanstrap_target=cleanstrap ;
        stage_configure_flags="@stage2_werror_flag@" ;
-       stage_make_flags="" ; };
+       stage_cflags="$(BOOT_CFLAGS)" ; };
 bootstrap_stage = {
        id=4 ; prev=3 ; lean=2 ;
        compare_target=compare3 ;
        bootstrap_target=bootstrap4 ;
        stage_configure_flags="@stage2_werror_flag@" ;
-       stage_make_flags="" ; };
+       stage_cflags="$(BOOT_CFLAGS)" ; };
 bootstrap_stage = {
        id=profile ; prev=1 ;
        stage_configure_flags="@stage2_werror_flag@" ;
-       stage_make_flags='CFLAGS="$(BOOT_CFLAGS) -fprofile-generate"' ; };
+       stage_cflags='$(BOOT_CFLAGS) -fprofile-generate' ; };
 bootstrap_stage = {
        id=feedback ; prev=profile ;
        bootstrap_target=profiledbootstrap ;
        stage_configure_flags="@stage2_werror_flag@" ;
-       stage_make_flags='CFLAGS="$(BOOT_CFLAGS) -fprofile-use"' ; };
+       stage_cflags='$(BOOT_CFLAGS) -fprofile-use' ; };