RTEMS | waf: Invalidate build on configuration change (!1093)
Sebastian Huber (@sebhub)
gitlab at rtems.org
Tue Mar 3 00:26:45 UTC 2026
Sebastian Huber commented on a discussion: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1093#note_144096
For the start files, there is a link dependency support in the wscript:
```python
@after("apply_link")
@feature("cprogram", "cxxprogram")
def process_start_files(self):
if getattr(self, "start_files", False):
self.link_task.dep_nodes.extend(self.bld.start_files)
```
It could be that something like this is also necessary for the linker scripts.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1093#note_144096
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260303/52ef480a/attachment.htm>
More information about the bugs
mailing list