summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hurd/building/cross-compiling.mdwn11
1 files changed, 0 insertions, 11 deletions
diff --git a/hurd/building/cross-compiling.mdwn b/hurd/building/cross-compiling.mdwn
index e548c75c..81303b0a 100644
--- a/hurd/building/cross-compiling.mdwn
+++ b/hurd/building/cross-compiling.mdwn
@@ -245,17 +245,6 @@ technique when doing major changes to the source trees, like switching from GCC
4.0 to GCC 4.1.
-#### Comment
-
-Unfortunately the GNU Automake build system (which is used by GNU Mach's
-`gnumach-1-branch`) will overwrite installed files (header files in this case
-here), even if they didn't change. And because all packages' build systems are
-using dependency tracking, a lot of files will be rebuilt each time `cross-gnu`
-is re-run, even if the files themselves didn't change. Talk to [[tschwinge]]
-if you want to work on fixing that -- it is already clear what needs to be
-done, it just hasn't been done yet.
-
-
# References
* <http://lists.gnu.org/archive/html/bug-hurd/2004-09/msg00030.html>