diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2022-05-22 15:18:28 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-05-22 15:18:28 +0200 |
commit | 0c4d3847a4e6d0a503c6d824d4b10f2845458c1e (patch) | |
tree | cdc1d33e5751d8911b94645a4006a2773a538c16 /gnu/platforms/x86.scm | |
parent | a4aa13c02f13bfefdbcf8f73d75d9485be6049a3 (diff) |
platforms: x86: Add a missing export.
* gnu/platforms/x86.scm (hurd): Export it.
Diffstat (limited to 'gnu/platforms/x86.scm')
-rw-r--r-- | gnu/platforms/x86.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/platforms/x86.scm b/gnu/platforms/x86.scm index 927d359ae8..fba7dd4fc0 100644 --- a/gnu/platforms/x86.scm +++ b/gnu/platforms/x86.scm @@ -23,7 +23,8 @@ #:export (i686-linux x86_64-linux i686-mingw - x86_64-mingw)) + x86_64-mingw + hurd)) (define i686-linux (platform |