|
From: | Arthur Williams |
Subject: | [Tinycc-devel] Segfault when using '-static' |
Date: | Wed, 25 May 2022 22:21:44 -0700 |
So noticed that I can no longer build static packages with tcc. ``` $ cat test.c int main(){return 0;} $./tcc -static test.c Segmentation fault ``` I ran through git-bisect and concluded the regression was introduced in 4c82b003420fabbb95e077866784badc1a49189b: Update for elflint problems. Simply reverting the commit allows the above example to not error. Any objection to just reverting the offending commit. - Arthur
[Prev in Thread] | Current Thread | [Next in Thread] |