Skip to content

Commit

Permalink
add keg only to 4 & 5
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Sep 4, 2017
1 parent 967b33d commit 174fd8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion avr-gcc@4.rb
Expand Up @@ -8,6 +8,8 @@ class AvrGccAT4 < Formula
sha256 "6c11d292cd01b294f9f84c9a59c230d80e9e4a47e5c6355f046bb36d4f358092"
end

keg_only "it might interfere with other version of avr-gcc. This is useful if you want to have multiple version of avr-gcc installed on the same machine"

option "without-cxx", "Don't build the g++ compiler"
option "with-gmp", "Build with gmp support"
option "with-libmpc", "Build with libmpc support"
Expand Down Expand Up @@ -69,7 +71,7 @@ def install
info.rmtree
man7.rmtree

resource("avr-libc").stage do
resource("avr-libc").stage do
ENV.prepend_path 'PATH', bin

ENV.delete 'CFLAGS'
Expand Down
4 changes: 3 additions & 1 deletion avr-gcc@5.rb
Expand Up @@ -8,6 +8,8 @@ class AvrGccAT5 < Formula
sha256 "608df76dec2d34de6558249d8af4cbee21eceddbcb580d666f7a5a583ca3303a"
end

keg_only "it might interfere with other version of avr-gcc. This is useful if you want to have multiple version of avr-gcc installed on the same machine"

option "without-cxx", "Don't build the g++ compiler"
option "with-gmp", "Build with gmp support"
option "with-libmpc", "Build with libmpc support"
Expand Down Expand Up @@ -70,7 +72,7 @@ def install
info.rmtree
man7.rmtree

resource("avr-libc").stage do
resource("avr-libc").stage do
ENV.prepend_path 'PATH', bin

ENV.delete 'CFLAGS'
Expand Down

0 comments on commit 174fd8a

Please sign in to comment.