https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119729
--- Comment #6 from mcccs at gmx dot com ---
I haven't been given a sourceware account, I can't file a bug on sourceware.
Maybe we can do it for GCC only and if they agree with it in the future they
can change it:
Updated patch:
+if test $srcdi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119729
--- Comment #5 from Andrew Pinski ---
(In reply to mcccs from comment #4)
> Suggested patch:
>
> +if test $srcdir = . ; then
> + AC_MSG_ERROR([building in the top level project directory is not
> supported. Please change the current directory
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119729
--- Comment #4 from mcccs at gmx dot com ---
Suggested patch:
+if test $srcdir = . ; then
+ AC_MSG_ERROR([building in the top level project directory is not supported.
Please change the current directory to a new directory (can be a new
subdire
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119729
--- Comment #3 from mcccs at gmx dot com ---
> If it is refusing ./configure, why not.
When doing ./configure a very ugly bug today in `configure` didn't allow me to
compile, we can just forbid this.
So if you agree I'll edit the title from "wa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119729
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119729
Andrew Pinski changed:
What|Removed |Added
Summary|GCC does not issue a|configure should issue a