simpler way of removing 'static' for tcc in configure.c, reverted oberon.mk back, according to this comment: a35668bf93 (r35448231) update of bootstrap sources.

This commit is contained in:
Norayr Chilingarian 2019-10-11 15:00:02 +04:00
parent 9626a95daa
commit 7b9b5cb4f1
187 changed files with 196 additions and 204 deletions

View file

@ -140,6 +140,7 @@ void determineCCompiler() {
#elif defined(__TINYC__)
compiler = "tcc";
cc = "tcc -g";
staticlink = "";
#elif defined(__GNUC__)
compiler = "gcc";
if (strncasecmp(os, "cygwin", 6) == 0) {