Skip to content
This repository has been archived by the owner on Jun 20, 2019. It is now read-only.

Commit

Permalink
Remove lang_requires_boot_languages.
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuclaw committed Feb 2, 2015
1 parent bd58a74 commit 10335c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions gcc/d/ChangeLog
@@ -1,3 +1,7 @@
2015-02-02 Iain Buclaw <ibuclaw@gdcproject.org>

* config-lang.in: Remove lang_requires_boot_languages.

2015-01-31 Iain Buclaw <ibuclaw@gdcproject.org>

* d-incpath.cc(add_phobos_versyms): Remove function.
Expand Down
4 changes: 0 additions & 4 deletions gcc/d/config-lang.in
Expand Up @@ -28,10 +28,6 @@ compilers="cc1d\$(exeext)"

target_libs="target-libphobos target-zlib target-libbacktrace"

# The D frontend is written in C++, so we need to build the C++
# compiler during stage 1.
lang_requires_boot_languages=c++

gtfiles="\$(srcdir)/d/d-builtins.cc \$(srcdir)/d/d-lang.cc \$(srcdir)/d/d-lang.h"

# Do not build by default.
Expand Down

2 comments on commit 10335c0

@jpf91
Copy link
Contributor

@jpf91 jpf91 commented on 10335c0 Feb 3, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's funny, this causes failing tests:
gdc: error: runnable/extra-files/cppb.cpp: C++ compiler not installed on this system
We probably don't have to do anything about this. (I was shocked for a moment, I thought something went wrong in the gdc-4.9 backport ;-)

@ibuclaw
Copy link
Member Author

@ibuclaw ibuclaw commented on 10335c0 Feb 3, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There should be a way to make that test run only if C++ was built. Likewise, the runnable tests should not be ran if host != target (also a current problem with the testsuite).

Please sign in to comment.