Skip to content

Commit df66a5f

Browse files
committed
OSX: switch to 64 bit build
1 parent e354e21 commit df66a5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package-avr-gcc.bash

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ elif [[ $OS == "Msys" || $OS == "Cygwin" ]] ; then
7676
elif [[ $OS == "Darwin" ]] ; then
7777

7878
export PATH=/opt/local/libexec/gnubin/:/opt/local/bin:$PATH
79-
export CC="gcc -arch i386 -mmacosx-version-min=10.5"
80-
export CXX="g++ -arch i386 -mmacosx-version-min=10.5"
81-
OUTPUT_TAG=i386-apple-darwin11
79+
export CC="gcc -arch x86_64 -mmacosx-version-min=10.8"
80+
export CXX="g++ -arch x86_64 -mmacosx-version-min=10.8"
81+
OUTPUT_TAG=x86_64-apple-darwin14
8282

8383
else
8484

0 commit comments

Comments
 (0)