Commit 62481348 by John F. Carr Committed by John Carr

configure.in: Handle Digital UNIX 5.x the same as 4.x.

	* configure.in: Handle Digital UNIX 5.x the same as 4.x.
	* i386/sol2.h: Define LOCAL_LABEL_PREFIX as ".".
	* java/Make-lang.in: Comment out control-Ls.

From-SVN: r24386
parent 7162b45d
Sun Dec 20 16:13:44 1998 John F. Carr <jfc@mit.edu>
* configure.in: Handle Digital UNIX 5.x the same as 4.x.
* i386/sol2.h: Define LOCAL_LABEL_PREFIX as ".".
Sun Dec 20 07:39:52 PST 1998 Jeff Law (law@cygnus.com) Sun Dec 20 07:39:52 PST 1998 Jeff Law (law@cygnus.com)
* version.c: Bump for snapshot. * version.c: Bump for snapshot.
......
...@@ -93,3 +93,6 @@ Boston, MA 02111-1307, USA. */ ...@@ -93,3 +93,6 @@ Boston, MA 02111-1307, USA. */
|| (CHAR) == 'z') || (CHAR) == 'z')
#define STDC_0_IN_SYSTEM_HEADERS #define STDC_0_IN_SYSTEM_HEADERS
#undef LOCAL_LABEL_PREFIX
#define LOCAL_LABEL_PREFIX "."
Sun Dec 20 16:15:44 1998 John F. Carr <jfc@mit.edu>
* Make-lang.in: Comment out control-Ls; they upset some makes.
1998-12-18 Tom Tromey <tromey@cygnus.com> 1998-12-18 Tom Tromey <tromey@cygnus.com>
* parse.y (check_class_interface_creation): Use DIR_SEPARATOR * parse.y (check_class_interface_creation): Use DIR_SEPARATOR
......
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
# - making any compiler driver (eg: g++) # - making any compiler driver (eg: g++)
# - the compiler proper (eg: jc1) # - the compiler proper (eg: jc1)
# - define the names for selecting the language in LANGUAGES. # - define the names for selecting the language in LANGUAGES.
#
# Extra flags to pass to recursive makes. # Extra flags to pass to recursive makes.
JAVA_FLAGS_TO_PASS = \ JAVA_FLAGS_TO_PASS = \
"JAVA_FOR_BUILD=$(JAVA_FOR_BUILD)" \ "JAVA_FOR_BUILD=$(JAVA_FOR_BUILD)" \
...@@ -53,7 +53,7 @@ JAVA_INSTALL_NAME = `t='$(program_transform_name)'; echo gcj | sed $$t` ...@@ -53,7 +53,7 @@ JAVA_INSTALL_NAME = `t='$(program_transform_name)'; echo gcj | sed $$t`
# Actual names to use when installing a cross-compiler. # Actual names to use when installing a cross-compiler.
JAVA_CROSS_NAME = `t='$(program_transform_cross_name)'; echo gcj | sed $$t` JAVA_CROSS_NAME = `t='$(program_transform_cross_name)'; echo gcj | sed $$t`
#
GCJ = gcj GCJ = gcj
# Define the names for selecting java in LANGUAGES. # Define the names for selecting java in LANGUAGES.
...@@ -139,7 +139,7 @@ JCF_DUMP_SOURCES = $(srcdir)/java/jcf-dump.c $(srcdir)/java/jcf-io.c \ ...@@ -139,7 +139,7 @@ JCF_DUMP_SOURCES = $(srcdir)/java/jcf-dump.c $(srcdir)/java/jcf-io.c \
jcf-dump$(exeext): $(JCF_DUMP_SOURCES) jcf-dump$(exeext): $(JCF_DUMP_SOURCES)
cd java && $(MAKE) $(FLAGS_TO_PASS) $(JAVA_FLAGS_TO_PASS) ../jcf-dump$(exeext) cd java && $(MAKE) $(FLAGS_TO_PASS) $(JAVA_FLAGS_TO_PASS) ../jcf-dump$(exeext)
#
# Build hooks: # Build hooks:
java.all.build: $(GCJ)$(exeext) java.all.build: $(GCJ)$(exeext)
...@@ -184,7 +184,7 @@ java.uninstall: ...@@ -184,7 +184,7 @@ java.uninstall:
java.install-info: java.install-info:
#
# Clean hooks: # Clean hooks:
# A lot of the ancillary files are deleted by the main makefile. # A lot of the ancillary files are deleted by the main makefile.
# We just have to delete files specific to us. # We just have to delete files specific to us.
...@@ -198,7 +198,7 @@ java.distclean: ...@@ -198,7 +198,7 @@ java.distclean:
java.extraclean: java.extraclean:
java.maintainer-clean: java.maintainer-clean:
-rm -f java/parse.c java/parse-scan.c java/parse.output java/y.tab.c -rm -f java/parse.c java/parse-scan.c java/parse.output java/y.tab.c
#
# Stage hooks: # Stage hooks:
# The main makefile has already created stage?/java. # The main makefile has already created stage?/java.
...@@ -210,7 +210,7 @@ java.stage3: ...@@ -210,7 +210,7 @@ java.stage3:
-mv java/*$(objext) stage3/java -mv java/*$(objext) stage3/java
java.stage4: java.stage4:
-mv java/*$(objext) stage4/java -mv java/*$(objext) stage4/java
#
# Maintenance hooks: # Maintenance hooks:
# This target creates the files that can be rebuilt, but go in the # This target creates the files that can be rebuilt, but go in the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment