Skip to content

Commit 7865ab3

Browse files
SConawayfacchinm
authored andcommitted
Switch MacOS to x86_64
1 parent d73a5fd commit 7865ab3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package-avrdude.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ elif [[ $OS == "Msys" || $OS == "Cygwin" ]] ; then
7474
elif [[ $OS == "Darwin" ]] ; then
7575

7676
export PATH=/opt/local/libexec/gnubin/:/opt/local/bin:$PATH
77-
export CC="gcc -arch i386 -mmacosx-version-min=10.5"
78-
export CXX="g++ -arch i386 -mmacosx-version-min=10.5"
77+
export CC="gcc -arch x86_64 -mmacosx-version-min=10.8"
78+
export CXX="g++ -arch x86_64 -mmacosx-version-min=10.8"
7979
OUTPUT_TAG=i386-apple-darwin11
8080

8181
else

0 commit comments

Comments
 (0)