Changed definition of ASMFLAGS since as does not recognize -B option

used in gcc.
This commit is contained in:
Joel Sherrill
1999-01-19 20:23:57 +00:00
parent a7c4314dca
commit 7d0dbf1a6c
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ CFLAGS_DEFAULT = $(CPU_DEFINES) $(CPU_CFLAGS) -Wall -ansi -fasm -g \
$(INCLUDE_NETWORKING) $(DEFINES)
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
ifndef LIBC_LIBC

View File

@@ -68,7 +68,7 @@ CFLAGS_DEFAULT = $(CPU_DEFINES) $(CPU_CFLAGS) -Wall -ansi -fasm -g \
$(INCLUDE_NETWORKING) $(DEFINES)
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
ifndef LIBC_LIBC