Edit

IABSD.fr/ports/lang/librep

Branch :

  • Show log

    Commit

  • Author : jca
    Date : 2023-11-21 12:21:51
    Hash : 63cf340b
    Message : Tell librep which direction the stack grows The configure script hardcodes a list of architectures which have the stack growing downwards. The port being ancient, riscv64 isn't part of that list and the configure scripts then uses C code to check stack direction. This check now fails using clang-16, and conflicts with a runtime check that still detects direction correctly. Only hppa has the stack growing upwards, so just specify stack direction in the port's Makefile to bypass the broken configure check. No intended functional change.