Skip to content

Commit

Permalink
Add gccgo support for golang
Browse files Browse the repository at this point in the history
  • Loading branch information
syohex committed Jun 13, 2012
1 parent b36c13d commit 4f9fcc5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion quickrun.el
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,11 @@
(:remove . ("%e" "%n.5"))
(:description . "Compile Go file with 5g(ARM) and execute")))

("go/gccgo" . ((:command . "gccgo")
(:exec . ("%c -static-libgcc %o -o %e %s"
"%e %a"))
(:remove . ("%e"))))

("io" . ((:command . "io")
(:description . "Run IO Language script")))
("lua" . ((:command . "lua")
Expand Down Expand Up @@ -769,7 +774,7 @@ by quickrun.el. But you can register your own command for some languages")
("scheme" . ("gosh"))
("markdown" . ("Markdown.pl" "kramdown" "bluecloth" "redcarpet" "pandoc"))
("clojure" . ("jark" "clj-env-dir"))
("go" . ("8g" "6g" "5g")))
("go" . ("gccgo" "8g" "6g" "5g")))
"Candidates of language which has some compilers or interpreters")

(defun quickrun/init-command-key-table ()
Expand Down

0 comments on commit 4f9fcc5

Please sign in to comment.