crosstool-ng: update caveats and specify tool paths

Closes Homebrew/homebrew#20140.
Closes Homebrew/homebrew#20223.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Ilya Kulakov 2013-06-03 20:56:05 +07:00 committed by Adam Vandenberg
parent 6779c7bf7e
commit a434624b9f
1 changed files with 7 additions and 0 deletions

View File

@ -29,12 +29,19 @@ class CrosstoolNg < Formula
"--with-libtool=glibtool",
"--with-libtoolize=glibtoolize",
"--with-install=ginstall",
"--with-sed=gsed",
"--with-awk=gawk",
"CFLAGS=-std=gnu89"
# Must be done in two steps
system "make"
system "make install"
end
def caveats; <<-EOS.undent
You will need to install modern gcc compiler in order to use this tool.
EOS
end
test do
system "#{bin}/ct-ng", "version"
end