diff options
author | Jerome Lambourg <lambourg@adacore.com> | 2018-05-21 14:52:19 +0000 |
---|---|---|
committer | Pierre-Marie de Rodat <pmderodat@gcc.gnu.org> | 2018-05-21 14:52:19 +0000 |
commit | f35b3e3894af5ae82bffcb05962e5bcfc11f269f (patch) | |
tree | 93dc81e6a6b95f116d4ccf52ee549cc38cfa889e | |
parent | 7a500fd767dd9f7afff999dd1d9c8bbb6dbef268 (diff) | |
download | gcc-f35b3e3894af5ae82bffcb05962e5bcfc11f269f.zip gcc-f35b3e3894af5ae82bffcb05962e5bcfc11f269f.tar.gz gcc-f35b3e3894af5ae82bffcb05962e5bcfc11f269f.tar.bz2 |
[Ada] Add g-soliop__qnx.ads to the runtime build
This properly links with libsocket when needed by the user code.
2018-05-21 Jerome Lambourg <lambourg@adacore.com>
gcc/ada/
* gcc-interface/Makefile.in: Add g-soliop__qnx.ads to the runtime build
for QNX.
From-SVN: r260468
-rw-r--r-- | gcc/ada/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/ada/gcc-interface/Makefile.in | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 5f56158..b8647f7 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,8 @@ +2018-04-04 Jerome Lambourg <lambourg@adacore.com> + + * gcc-interface/Makefile.in: Add g-soliop__qnx.ads to the runtime build + for QNX. + 2018-04-04 Hristian Kirtchev <kirtchev@adacore.com> * exp_cg.adb: Remove with and use clause for Exp_Disp. diff --git a/gcc/ada/gcc-interface/Makefile.in b/gcc/ada/gcc-interface/Makefile.in index ebb955e..175640a 100644 --- a/gcc/ada/gcc-interface/Makefile.in +++ b/gcc/ada/gcc-interface/Makefile.in @@ -917,6 +917,7 @@ ifeq ($(strip $(filter-out aarch64 %qnx,$(target_cpu) $(target_os))),) s-taprop.adb<libgnarl/s-taprop__qnx.adb \ s-taspri.ads<libgnarl/s-taspri__posix.ads \ s-tpopsp.adb<libgnarl/s-tpopsp__posix-foreign.adb \ + g-soliop.ads<libgnat/g-soliop__qnx.ads \ $(ATOMICS_TARGET_PAIRS) \ $(ATOMICS_BUILTINS_TARGET_PAIRS) \ system.ads<libgnat/system-qnx-aarch64.ads |