re PR middle-end/33273 (FAIL: 27_io/basic_istream/ignore/char/1.cc (test for excess...
[gcc.git] / libada / Makefile.in
index b6aa682954f1d8734d14ee78a9e837751bca2cbb..8375078e7489bfb2ec5f9dd0c11eba047585ac35 100644 (file)
@@ -35,7 +35,6 @@ GNATLIBFLAGS= -W -Wall -gnatpg
 THREAD_KIND=native
 TRACE=no
 LDFLAGS=
-STAGE_PREFIX=
 
 # The tedious process of getting CFLAGS right.
 CFLAGS=-g
@@ -49,7 +48,8 @@ X_ADA_CFLAGS=@x_ada_cflags@
 ALL_ADA_CFLAGS=$(X_ADA_CFLAGS) $(T_ADA_CFLAGS) $(ADA_CFLAGS)
 
 # For finding the GCC build dir, which is used far too much
-GCC_DIR=../../$(HOST_SUBDIR)/gcc
+host_subdir = @host_subdir@
+GCC_DIR=../../$(host_subdir)/gcc
 # Include fragment generated by GCC configure.
 include $(GCC_DIR)/libada-mk
 
@@ -73,8 +73,8 @@ FLAGS_TO_PASS = \
         "exeext=$(exeext)" \
         "objext=$(objext)" \
         "prefix=$(prefix)" \
-        "STAGE_PREFIX=$(STAGE_PREFIX)" \
        "CC=$(host_cc_for_libada)" \
+       "GCC_FOR_TARGET=$(CC)" \
         "CFLAGS=$(CFLAGS) $(WARN_CFLAGS)"
 
 # Rules to build gnatlib.
@@ -115,6 +115,12 @@ info:
 # Build DVI (none here).
 dvi:
 
+# Build PDF (none here).
+pdf:
+
+# Build html (none here).
+html:
+
 # Build TAGS (none here).
 TAGS:
 
@@ -123,6 +129,10 @@ install:
 
 install-info:
 
+install-pdf:
+
+install-html:
+
 # Cleaning rules.
 mostlyclean: