From e75856a7d27df09659a86822421aa990f462419b Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sat, 13 Feb 2016 19:20:25 +0100 Subject: [PATCH] README: Add note about gccgo Closes #432 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1619abdeb..014afa9ec 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,9 @@ afterwards you'll find the binary in the current directory: More documentation can be found on the [website](https://restic.github.io), especially in the [user manual](https://restic.github.io/manual). +At the moment, the only tested compiler for restic is the official Go compiler. +Building restic with gccgo may work, but is not supported. + Compatibility =============