Skip to content

Commit

Permalink
-added a missing Makefile definition which might make trouble when co…
Browse files Browse the repository at this point in the history
…mpiling it on certain environments
  • Loading branch information
FIX94 committed Jun 20, 2016
1 parent 1aff60c commit 5708b3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fatfs/Makefile.arm
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ PREFIX := $(DEVKITARM)/bin/arm-none-eabi-
CC := $(PREFIX)gcc
AS := $(PREFIX)as
LD := $(PREFIX)gcc
AR := $(PREFIX)ar
STRIP := $(PREFIX)strip

CFLAGS := -mbig-endian -O3 -std=gnu89 -g -I. -Wall \
Expand Down

0 comments on commit 5708b3e

Please sign in to comment.