---
wscript | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wscript b/wscript
index 4baf701c27..e0e38e67bb 100755
--- a/wscript
+++ b/wscript
@@ -465,7 +465,7 @@ class Item(object):
def gzip(self, bld, source):
target = source + ".gz"
-bld(rule="${GZIP}
Hi
Some BSPs define this in bsp.h or irq.h or similar. I see redefinition
warnings on psim. Where should this be defined?
bsps]$ grep -r BSP_SHARED_HANDLER_SUPPORT | grep define
i386/include/bsp/irq.h:#define BSP_SHARED_HANDLER_SUPPORT 1
mips/csb350/include/bsp.h:#define BSP_SHARED_HANDLER_S
This looks ok.
Piling on Chris' comments about where is the requirement for this. This is
a topic which must be addressed in the Software Engineering Guide and
accepted before it can be put into practices. A software development
process of any quality cannot be changed on a whim without discussion
This looks good to me.
Thanks,
Kinsey
On Sat, Aug 12, 2023 at 1:37 AM wrote:
> From: Chris Johns
>
> Closes #4943
> ---
> cpukit/libdl/rtl-mdreloc-aarch64.c | 17 +
> spec/build/cpukit/objdlaarch64.yml | 1 -
> 2 files changed, 17 insertions(+), 1 deletion(-)
>
> diff --git a