r14322: Remove the BROKEN_CC flag for now. None of the buildfarm hosts has
authorJelmer Vernooij <jelmer@samba.org>
Mon, 13 Mar 2006 15:19:14 +0000 (15:19 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:57:12 +0000 (13:57 -0500)
commit7fd74cfbb90063c79994fb6691dbe456d9ad9efa
tree4f9ec8a4c5e2ca610001817bb3dcdce8f6a4a34a
parent0507203c35207b494638b3d0dfb0c2ab420ba9e2
r14322: Remove the BROKEN_CC flag for now. None of the buildfarm hosts has
a C compiler that doesn't support -c and -o together and it makes the build
system more complicated. This also means the current handling of broken C
compilers is most likely broken as it isn't tested.

This detection can be readded when we stumble upon a C compiler that supports
both C99 (or at least the parts of it we need) and also has broken -c/-o
handling, which I think is unlikely to happen.
source/build/m4/check_cc.m4
source/build/smb_build/makefile.pm
source/main.mk
source/param/config.mk