]> git.lizzy.rs Git - rust.git/commitdiff
Restore the original Window comment
authorRyan Cumming <rcumming@seek.com.au>
Tue, 9 Jan 2018 22:10:59 +0000 (09:10 +1100)
committerRyan Cumming <rcumming@seek.com.au>
Tue, 9 Jan 2018 22:10:59 +0000 (09:10 +1100)
The Windows situation is more complicated than I realised

src/test/run-make/linker-output-non-utf8/Makefile

index 70906e5d2b2c71230d22d15b453f16f47f0df0e8..0beb99ef1199bff19b51a60d2d4ca02ae4635ffb 100644 (file)
@@ -4,9 +4,13 @@
 
 # Ignore Windows and Apple
 
-# This does not work in its current form on Windows or Apple APFS due
-# to their filesystems requiring paths to be valid Unicode.
+# This does not work in its current form on windows, possibly due to
+# gcc bugs or something about valid Windows paths.  See issue #29151
+# for more information.
 ifndef IS_WINDOWS
+
+# This also does not work on Apple APFS due to the filesystem requiring
+# valid UTF-u paths.
 ifneq ($(shell uname),Darwin)
 
 # The zzz it to allow humans to tab complete or glob this thing.