Commit 58ec4285 by Kaveh R. Ghazi Committed by Kaveh Ghazi

SMP bootstrap fixes for chill:

        * Make-lang.in (CHILL.stage1): Depend on stage1-start.
        (CHILL.stage2): Likewise for stage2-start.
        (CHILL.stage3): Likewise for stage3-start.
        (CHILL.stage4): Likewise for stage4-start.
SMP bootstrap fixes for java:
        * Make-lang.in (java.stage1): Depend on stage1-start.
        (java.stage2): Likewise for stage2-start.
        (java.stage3): Likewise for stage3-start.
        (java.stage4): Likewise for stage4-start.

From-SVN: r27766
parent a76c0119
1999-06-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* Make-lang.in (CHILL.stage1): Depend on stage1-start.
(CHILL.stage2): Likewise for stage2-start.
(CHILL.stage3): Likewise for stage3-start.
(CHILL.stage4): Likewise for stage4-start.
Tue May 18 00:21:34 1999 Zack Weinberg <zack@rabi.phys.columbia.edu> Tue May 18 00:21:34 1999 Zack Weinberg <zack@rabi.phys.columbia.edu>
* lang-specs.h: Define __GNUC__ and __GNUC_MINOR__ only if -no-gcc * lang-specs.h: Define __GNUC__ and __GNUC_MINOR__ only if -no-gcc
......
...@@ -175,13 +175,13 @@ CHILL.maintainer-clean: ...@@ -175,13 +175,13 @@ CHILL.maintainer-clean:
# Stage hooks: # Stage hooks:
# The main makefile has already created stage?/ch. # The main makefile has already created stage?/ch.
CHILL.stage1: CHILL.stage1: stage1-start
-mv ch/*.o stage1/ch -mv ch/*.o stage1/ch
CHILL.stage2: CHILL.stage2: stage2-start
-mv ch/*.o stage2/ch -mv ch/*.o stage2/ch
CHILL.stage3: CHILL.stage3: stage3-start
-mv ch/*.o stage3/ch -mv ch/*.o stage3/ch
CHILL.stage4: CHILL.stage4: stage4-start
-mv ch/*.o stage4/ch -mv ch/*.o stage4/ch
# #
# Maintenance hooks: # Maintenance hooks:
......
1999-06-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* Make-lang.in (java.stage1): Depend on stage1-start.
(java.stage2): Likewise for stage2-start.
(java.stage3): Likewise for stage3-start.
(java.stage4): Likewise for stage4-start.
1999-06-22 Andrew Haley <aph@cygnus.com> 1999-06-22 Andrew Haley <aph@cygnus.com>
* verify.c (verify_jvm_instructions): Check for pending blocks * verify.c (verify_jvm_instructions): Check for pending blocks
......
...@@ -187,13 +187,13 @@ java.maintainer-clean: ...@@ -187,13 +187,13 @@ java.maintainer-clean:
# Stage hooks: # Stage hooks:
# The main makefile has already created stage?/java. # The main makefile has already created stage?/java.
java.stage1: java.stage1: stage1-start
-mv java/*$(objext) stage1/java -mv java/*$(objext) stage1/java
java.stage2: java.stage2: stage2-start
-mv java/*$(objext) stage2/java -mv java/*$(objext) stage2/java
java.stage3: java.stage3: stage3-start
-mv java/*$(objext) stage3/java -mv java/*$(objext) stage3/java
java.stage4: java.stage4: stage4-start
-mv java/*$(objext) stage4/java -mv java/*$(objext) stage4/java
# #
# Maintenance hooks: # Maintenance hooks:
......
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