We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d73a5fd commit 7865ab3Copy full SHA for 7865ab3
package-avrdude.bash
@@ -74,8 +74,8 @@ elif [[ $OS == "Msys" || $OS == "Cygwin" ]] ; then
74
elif [[ $OS == "Darwin" ]] ; then
75
76
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"
+ export CC="gcc -arch x86_64 -mmacosx-version-min=10.8"
+ export CXX="g++ -arch x86_64 -mmacosx-version-min=10.8"
79
OUTPUT_TAG=i386-apple-darwin11
80
81
else
0 commit comments