mirror of git://gcc.gnu.org/git/gcc.git
Makefile.in: Now generate s-oscons-$(THREAD_KIND).
2008-08-06 Thomas Quinot <quinot@adacore.com> * Makefile.in: Now generate s-oscons-$(THREAD_KIND). From-SVN: r138789
This commit is contained in:
parent
e93d146b83
commit
65aa315eea
|
@ -1,3 +1,7 @@
|
||||||
|
2008-08-06 Thomas Quinot <quinot@adacore.com>
|
||||||
|
|
||||||
|
* Makefile.in: Now generate s-oscons-$(THREAD_KIND).
|
||||||
|
|
||||||
2008-08-05 Thomas Quinot <quinot@adacore.com>
|
2008-08-05 Thomas Quinot <quinot@adacore.com>
|
||||||
|
|
||||||
* Makefile.in (gnatlib*): Now depend on oscons target.
|
* Makefile.in (gnatlib*): Now depend on oscons target.
|
||||||
|
|
|
@ -94,7 +94,7 @@ gnatlib-sjlj gnatlib-zcx gnatlib-shared: oscons $(GCC_DIR)/ada/Makefile
|
||||||
&& touch stamp-libada
|
&& touch stamp-libada
|
||||||
|
|
||||||
oscons:
|
oscons:
|
||||||
$(MAKE) -C $(GCC_DIR) THREAD_KIND="$(THREAD_KIND)" ada/s-oscons.ads
|
$(MAKE) -C $(GCC_DIR) THREAD_KIND="$(THREAD_KIND)" ada/s-oscons-$(THREAD_KIND).ads
|
||||||
|
|
||||||
# Check uninstalled version.
|
# Check uninstalled version.
|
||||||
check:
|
check:
|
||||||
|
|
Loading…
Reference in New Issue