Class: MCTarget
- Inherits:
-
Object
- Object
- MCTarget
- Defined in:
- lib/mcbuild.rb
Class Method Summary collapse
Class Method Details
.MacOS ⇒ Object
12 13 14 |
# File 'lib/mcbuild.rb', line 12 def self.MacOS 'x86_64-apple-darwin' end |
.RaspberryPi2 ⇒ Object
7 8 9 10 |
# File 'lib/mcbuild.rb', line 7 def self.RaspberryPi2 #'armv7l-unknown-linux-gnueabihf' 'arm-eabi -marm -mfpu=vfp -mcpu=arm1176jzf-s -mtune=arm1176jzf-s -mfloat-abi=hard' end |