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 e354e21 commit df66a5fCopy full SHA for df66a5f
package-avr-gcc.bash
@@ -76,9 +76,9 @@ elif [[ $OS == "Msys" || $OS == "Cygwin" ]] ; then
76
elif [[ $OS == "Darwin" ]] ; then
77
78
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
+ export CC="gcc -arch x86_64 -mmacosx-version-min=10.8"
+ export CXX="g++ -arch x86_64 -mmacosx-version-min=10.8"
+ OUTPUT_TAG=x86_64-apple-darwin14
82
83
else
84
0 commit comments