7 Commits

Author SHA1 Message Date
espie
d85869f116 there is *another* check for ada in there... also creates a fork-bomb
with clang aliased to gcc...
2018-10-02 14:31:26 +00:00
espie
e72635a326 fix mingw's fork-bomb.
Turns out you need to name the compiler gcc for things to work out, BUT
clang never knows how to compile ada ANYWAY, so it *will* turn to gcc to
try to compile it.

*however* it calls gcc by name, so in this case, it calls... itself recursively
until it goes boom.

Plain disable the ada test..
2018-07-26 12:58:16 +00:00
espie
6070c416e2 THIS configuration fragment *is* clang specific 2017-06-04 22:25:31 +00:00
espie
0f343d263d add quite a few -Wno-* so that the logs are more or less readable.
Unfortunately, -pedantic turns some warnings back on, so don't bother
with -Wno-switch.
2017-06-02 14:30:03 +00:00
pirofti
8d11ef3512 Prepare MinGW for clang.
Lots of help and OK espie@, thanks!
2017-06-02 12:26:21 +00:00
pirofti
1b79a18cd4 Polish up the toolchain:
- get rid of libtool and thus rpath bugs
	- install libexec files as they're also needed
	- copy the crt files in lib/gcc/i386-mingw32/3.4.5 as the
	  compiler looks for them in there and not in lib
	- disable shared and thus lose the platform specific files
	  (noticed by jeremy@ as well)
	- adapt the README after these changes
2011-11-17 14:41:58 +00:00
pirofti
e4ec927d19 Developers, developers, developers!
Okay jasper@
2011-11-16 19:27:48 +00:00