Skip to content

Commit

Permalink
updating makefile for newer llvm option string
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelch67 committed Dec 26, 2015
1 parent e35d1e9 commit fe61b20
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion blinker01/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ LLCOPS = -march=arm -mcpu=arm1176jzf-s
LLCOPS0 = -march=arm
LLCOPS1 = -march=arm -mcpu=arm1176jzf-s
COPS = -Wall -O2 -nostdlib -nostartfiles -ffreestanding
OOPS = -std-compile-opts
#OOPS = -std-compile-opts
OOPS = -std-link-opts

clang : blinker01.clang.hex blinker01.clang.bin

Expand Down
3 changes: 2 additions & 1 deletion blinker01/pi2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ LLCOPS = -march=arm -mcpu=arm1176jzf-s
LLCOPS0 = -march=arm
LLCOPS1 = -march=arm -mcpu=arm1176jzf-s
COPS = -Wall -O2 -nostdlib -nostartfiles -ffreestanding
OOPS = -std-compile-opts
#OOPS = -std-compile-opts
OOPS = -std-link-opts

clang : blinker01.clang.hex blinker01.clang.bin

Expand Down
3 changes: 2 additions & 1 deletion blinker01/plus/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ LLCOPS = -march=arm -mcpu=arm1176jzf-s
LLCOPS0 = -march=arm
LLCOPS1 = -march=arm -mcpu=arm1176jzf-s
COPS = -Wall -O2 -nostdlib -nostartfiles -ffreestanding
OOPS = -std-compile-opts
#OOPS = -std-compile-opts
OOPS = -std-link-opts

clang : blinker01.clang.hex blinker01.clang.bin

Expand Down
3 changes: 2 additions & 1 deletion blinker02/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ LLCOPS = -march=arm -mcpu=arm1176jzf-s
LLCOPS0 = -march=arm
LLCOPS1 = -march=arm -mcpu=arm1176jzf-s
COPS = -Wall -O2 -nostdlib -nostartfiles -ffreestanding
OOPS = -std-compile-opts
#OOPS = -std-compile-opts
OOPS = -std-link-opts

clang : blinker02.clang.hex blinker02.clang.bin

Expand Down
3 changes: 2 additions & 1 deletion blinker02/pi2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ LLCOPS = -march=arm -mcpu=arm1176jzf-s
LLCOPS0 = -march=arm
LLCOPS1 = -march=arm -mcpu=arm1176jzf-s
COPS = -Wall -O2 -nostdlib -nostartfiles -ffreestanding
OOPS = -std-compile-opts
#OOPS = -std-compile-opts
OOPS = -std-link-opts

clang : blinker02.clang.hex blinker02.clang.bin

Expand Down
3 changes: 2 additions & 1 deletion blinker02/plus/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ LLCOPS = -march=arm -mcpu=arm1176jzf-s
LLCOPS0 = -march=arm
LLCOPS1 = -march=arm -mcpu=arm1176jzf-s
COPS = -Wall -O2 -nostdlib -nostartfiles -ffreestanding
OOPS = -std-compile-opts
#OOPS = -std-compile-opts
OOPS = -std-link-opts

clang : blinker02.clang.hex blinker02.clang.bin

Expand Down

0 comments on commit fe61b20

Please sign in to comment.