* cgen-asm.in (insert_normal): Handle empty fields and 64 bit hosts.
[deliverable/binutils-gdb.git] / Makefile.in
index 48d91f561fd69ada4974dc6c3f8d113edec358a4..159c9fc6df0f980c9e038d85f168e9a1dad13253 100644 (file)
@@ -472,7 +472,7 @@ EXTRA_GCC_FLAGS = \
        "`echo 'LIBGCC2_DEBUG_CFLAGS=$(LIBGCC2_DEBUG_CFLAGS)' | sed -e s/.*=$$/XFOO=/`" \
        "`echo 'LIBGCC2_INCLUDES=$(LIBGCC2_INCLUDES)' | sed -e s/.*=$$/XFOO=/`" \
        "`echo 'ENQUIRE=$(ENQUIRE)' | sed -e s/.*=$$/XFOO=/`" \
-       "`echo 'BOOT_CFLAGS=$(BOOT_CFLAGS)' | sed -e s/.*=$$/XFOO=/`" \
+       "`echo 'BOOT_CFLAGS=$(BOOT_CFLAGS)' | sed -e s/.*=$$/XFOO=/`"
 
 GCC_FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(EXTRA_GCC_FLAGS)
 
@@ -780,9 +780,11 @@ ALL_TARGET_MODULES = \
        all-target-gperf \
        all-target-examples \
        all-target-libstub \
-       all-target-cygmon \
+       $(start-sanitize-java) \
        all-target-libjava \
-       all-target-boehm-gc
+       all-target-boehm-gc \
+       $(end-sanitize-java) \
+       all-target-cygmon
 
 # This is a list of the configure targets for all of the modules which
 # are compiled using the target tools.
@@ -798,9 +800,11 @@ CONFIGURE_TARGET_MODULES = \
        configure-target-gperf \
        configure-target-examples \
        configure-target-libstub \
-       configure-target-cygmon \
+       $(start-sanitize-java) \
        configure-target-libjava \
-       configure-target-boehm-gc
+       configure-target-boehm-gc \
+       $(end-sanitize-java) \
+       configure-target-cygmon
 
 # This is a list of the check targets for all of the modules which are
 # compiled using $(TARGET_FLAGS_TO_PASS).
@@ -811,9 +815,11 @@ CHECK_TARGET_MODULES = \
        check-target-newlib \
        check-target-winsup \
        check-target-libiberty \
-       check-target-gperf \
+       $(start-sanitize-java) \
        check-target-libjava \
-       check-target-boehm-gc
+       check-target-boehm-gc \
+       $(end-sanitize-java) \
+       check-target-gperf
 
 # This is a list of the install targets for all of the modules which are
 # compiled using $(TARGET_FLAGS_TO_PASS).
@@ -825,9 +831,11 @@ INSTALL_TARGET_MODULES = \
        install-target-winsup \
        install-target-libgloss \
        install-target-libiberty \
-       install-target-gperf \
+       $(start-sanitize-java) \
        install-target-libjava \
-       install-target-boehm-gc
+       install-target-boehm-gc \
+       $(end-sanitize-java) \
+       install-target-gperf
 
 # This is a list of the targets for which we can do a clean-{target}.
 CLEAN_MODULES = \
@@ -922,9 +930,11 @@ CLEAN_TARGET_MODULES = \
        clean-target-gperf \
        clean-target-examples \
        clean-target-libstub \
-       clean-target-cygmon \
+       $(start-sanitize-java) \
        clean-target-libjava \
-       clean-target-boehm-gc
+       clean-target-boehm-gc \
+       $(end-sanitize-java) \
+       clean-target-cygmon
 
 # All of the x11 modules that can be cleaned
 CLEAN_X11_MODULES = \
@@ -1502,7 +1512,9 @@ all-bash:
 all-bfd: all-libiberty all-intl
 all-binutils: all-libiberty all-opcodes all-bfd all-flex all-bison all-byacc all-intl
 all-bison: all-texinfo
-all-target-boehm-gc:
+# start-sanitize-java
+all-target-boehm-gc: configure-target-boehm-gc
+# end-sanitize-java
 all-byacc:
 all-cvssrc:
 configure-target-cygmon: $(ALL_GCC)
@@ -1570,7 +1582,10 @@ all-libiberty:
 all-libide: all-ilu
 all-libidetcl: all-tcl all-tk all-itcl all-ilu all-libgui all-libide
 # end-sanitize-ide
-all-target-libjava:
+# start-sanitize-java
+configure-target-libjava: configure-target-boehm-gc
+all-target-libjava: configure-target-libjava all-target-boehm-gc
+# end-sanitize-java
 configure-target-librx: $(ALL_GCC) configure-target-newlib
 all-target-librx: configure-target-librx
 configure-target-libstdc++: $(ALL_GCC)
@@ -1616,7 +1631,7 @@ all-target-libiberty: configure-target-libiberty all-gcc all-ld all-target-newli
 all-target: $(ALL_TARGET_MODULES)
 install-target: $(INSTALL_TARGET_MODULES)
 # start-sanitize-gdbtk
-install-gdbtk: install-tcl install-tk install-itcl install-tix install-libgui install-gdb
+install-gdb: install-tcl install-tk install-itcl install-tix install-libgui
 #end-sanitize-gdbtk
 ### other supporting targets
 
This page took 0.0247810000000001 seconds and 4 git commands to generate.