mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-04 15:24:12 +01:00
2d2ed324b4
Allows building within the Arduino Source tree, and within the Arduino IDE tree, as well as using CrossPack on Mac. Adds README.TXT to track arduino-specific changes (and documents the new build options.) This addresses Arduino issue: http://code.google.com/p/arduino/issues/detail?id=487 And optiboot issue http://code.google.com/p/optiboot/issues/detail?id=1 (which can be thought of as a subset of the Arduno issue.) Note that the binaries produced after these Makefile changes (using any of the compile environments) are identical to those produced by the crosspack-20100115 environment on a Mac.
3 lines
111 B
Plaintext
3 lines
111 B
Plaintext
echo ../../../tools/avr/bin/make OS=macosx ENV=arduino $*
|
|
../../../tools/avr/bin/make OS=macosx ENV=arduino $*
|