fix: enforce bcheck.o linking when -b option is used
commita105837aaeb16fdea39bb6607c548c6d1ab38d1d
authorseyko <seyko2@gmail.com>
Thu, 26 Mar 2015 03:04:36 +0000 (26 06:04 +0300)
committerseyko <seyko2@gmail.com>
Thu, 26 Mar 2015 03:04:36 +0000 (26 06:04 +0300)
tree87ea6675fad6524af614846f10d9d4d5f5b419d0
parentcde79a805e673b21bd2aa2fc916975f423f8ccf6
fix: enforce bcheck.o linking when -b option is used

    fixes a crash for the empry program (tcc -b empty.c)
    empty.c: int main() { return 0; }
Makefile
tccelf.c