Closed IngwiePhoenix closed 5 years ago
Just make
and then make check
like everything else (?)
It is how static linking works. We can only do static linking because there is no system libc to link. You can try compiling a statically linked native hello world, and it blows up too....
I just fixed some bashism in 013fd5d470efba570ef35527677cb272c64bdf49 and tested on Ubuntu, which defaults to dash (a non-bash shell) as scripting shell. Along with #3 solved, running test is as easy as make check
with LLVM 8+, a POSIX shell, and make
. Therefore, I'm closing this issue.
I had to patch the Makefile a little bit to get it to use my LLVM 7 setup on OS X - but after that, it built successfuly! Now... I would like to run the test suite to see if this actually works. How can I do that?
Also, what I did was:
I hope to use this soon! Because a simple hello-world program easily blows up the resulting filesize by quite a margin...