forked from Imagelibrary/rtems
Changed definition of ASMFLAGS since as does not recognize -B option
used in gcc.
This commit is contained in:
@@ -68,7 +68,7 @@ CFLAGS_DEFAULT = $(CPU_DEFINES) $(CPU_CFLAGS) -Wall -ansi -fasm -g \
|
|||||||
$(INCLUDE_NETWORKING) $(DEFINES)
|
$(INCLUDE_NETWORKING) $(DEFINES)
|
||||||
|
|
||||||
ASMFLAGS=$(CPU_DEFINES) $(CPU_CFLAGS) -g -I$(srcdir) \
|
ASMFLAGS=$(CPU_DEFINES) $(CPU_CFLAGS) -g -I$(srcdir) \
|
||||||
-B$(PROJECT_RELEASE)/lib/ -specs bsp_specs -qrtems $(DEFINES)
|
-I$(PROJECT_RELEASE)/lib/include $(DEFINES)
|
||||||
|
|
||||||
# default location of Standard C Library
|
# default location of Standard C Library
|
||||||
ifndef LIBC_LIBC
|
ifndef LIBC_LIBC
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ CFLAGS_DEFAULT = $(CPU_DEFINES) $(CPU_CFLAGS) -Wall -ansi -fasm -g \
|
|||||||
$(INCLUDE_NETWORKING) $(DEFINES)
|
$(INCLUDE_NETWORKING) $(DEFINES)
|
||||||
|
|
||||||
ASMFLAGS=$(CPU_DEFINES) $(CPU_CFLAGS) -g -I$(srcdir) \
|
ASMFLAGS=$(CPU_DEFINES) $(CPU_CFLAGS) -g -I$(srcdir) \
|
||||||
-B$(PROJECT_RELEASE)/lib/ -specs bsp_specs -qrtems $(DEFINES)
|
-I$(PROJECT_RELEASE)/lib/include $(DEFINES)
|
||||||
|
|
||||||
# default location of Standard C Library
|
# default location of Standard C Library
|
||||||
ifndef LIBC_LIBC
|
ifndef LIBC_LIBC
|
||||||
|
|||||||
Reference in New Issue
Block a user