mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Allow passing additional CFLAGS.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31524 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8c6c6a6b20
commit
c5530d9258
5 changed files with 5 additions and 5 deletions
|
|
@ -3,7 +3,7 @@ ifndef V
|
|||
SILENT = @
|
||||
endif
|
||||
|
||||
CFLAGS=-Wall -W -D_LARGEFILE64_SOURCE
|
||||
CFLAGS += -Wall -W -D_LARGEFILE64_SOURCE
|
||||
|
||||
ifeq ($(findstring CYGWIN,$(shell uname)),CYGWIN)
|
||||
CROSS=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue