mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
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:
committed by
Arnaud Charlet
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>
|
||||
|
||||
* 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
|
||||
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user