diff options
author | Liliana Marie Prikler <[email protected]> | 2024-03-02 08:07:11 +0100 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2024-03-02 08:07:11 +0100 |
commit | 3d4fc910f73220f47e5f2459853333a7c83c5d1d (patch) | |
tree | d3178f93b78b3629dc7067cef69cf2a95490966d /gnu/ci.scm | |
parent | 9160cccd767cdfa55f7a460750c6b0f7544c12eb (diff) | |
parent | 4a0549be52f3f46fbce61342d8de30f7b83130c5 (diff) |
Merge branch 'master' into emacs-team
Diffstat (limited to 'gnu/ci.scm')
-rw-r--r-- | gnu/ci.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/ci.scm b/gnu/ci.scm index 6ee8499728..e25a772772 100644 --- a/gnu/ci.scm +++ b/gnu/ci.scm @@ -191,6 +191,7 @@ SYSTEM." (define (pointless? target) ;; Return #t if it makes no sense to cross-build to TARGET from SYSTEM. (or (string=? target "avr") ; Nothing for AVR at this time. + (string=? target "or1k-elf") ;; Nothing for or1k-elf at this time. (match system ((or "x86_64-linux" "i686-linux") (if (string-contains target "mingw") |