diff options
author | c-grant <60671494+c-grant@users.noreply.github.com> | 2023-10-21 11:48:46 -0400 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2023-11-02 20:48:03 +1300 |
commit | f11d4d9c1e5663b4c734d1fc04021b35540f0582 (patch) | |
tree | 919c959b76cdde6cf519e8823821b016e42d1302 /TODO | |
parent | cf6b1740a14634406bb3426309dd92af8faa06fb (diff) | |
download | crosstool-ng-f11d4d9c1e5663b4c734d1fc04021b35540f0582.tar.gz crosstool-ng-f11d4d9c1e5663b4c734d1fc04021b35540f0582.tar.bz2 crosstool-ng-f11d4d9c1e5663b4c734d1fc04021b35540f0582.zip |
Add gnatls & gnatlink
add gnatls and gnatlink to list of tools since it is needed to support Ada just like gnatmake and gnatbind
Update crosstool-NG.sh & TODO
Signed-off-by: c-grant <60671494+c-grant@users.noreply.github.com>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ A (slightly) ordered set of tasks for crosstool-NG. Written in a cryptic languag [ ] Common location for sources provided by ctng - duma.in, gdbinit.in, uclibc{,-ng}-config.in ... [ ] CTNG_LD_IS=bfd has no effect on subsequent build steps, as each step runs in its own environment [ ] Enable other languages in some sample(s): - [ ] Ada (?) - requires gnatbind/gnatmake on the host + [ ] Ada (?) - requires gnatbind/gnatmake/gnatls/gnatlink on the host [X] Seems to build [ ] Try to run [ ] Obj-C/C++ |