Skip to content

Commit

Permalink
Add commented lines in Makefile for extremely old mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulStoffregen committed Feb 20, 2017
1 parent fe52c69 commit 3b973c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -33,6 +33,9 @@ else
CC ?= gcc
SDK ?= $(shell xcrun --show-sdk-path)
#SDK ?= /Developer/SDKs/MacOSX10.6.sdk # the old way...
#SDK = /Developer_xcode32/SDKs/MacOSX10.5.sdk # the very old way!
#CC = /Developer_xcode32/usr/bin/gcc-4.0
#CFLAGS = -O2 -Wall -arch i386 -arch ppc
CFLAGS ?= -O2 -Wall
teensy_loader_cli: teensy_loader_cli.c
ifeq ($(SDK),)
Expand Down

0 comments on commit 3b973c1

Please sign in to comment.