mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-30 17:31:13 +08:00
Comment changes.
This commit is contained in:
@ -55,9 +55,8 @@ AR = ar
|
|||||||
AR_FLAGS = rc
|
AR_FLAGS = rc
|
||||||
CC = cc
|
CC = cc
|
||||||
|
|
||||||
# If any variables are added here, they must be added to do-*, below.
|
# Special variables passed down in EXTRA_GCC_FLAGS. They are defined
|
||||||
# The HOST_* variables are a special case, which are used for the gcc
|
# here so that they can be overridden by Makefile fragments.
|
||||||
# cross-building scheme.
|
|
||||||
HOST_CC = $(CC_FOR_BUILD)
|
HOST_CC = $(CC_FOR_BUILD)
|
||||||
HOST_PREFIX =
|
HOST_PREFIX =
|
||||||
HOST_PREFIX_1 = loser-
|
HOST_PREFIX_1 = loser-
|
||||||
@ -298,7 +297,9 @@ TARGET_FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(EXTRA_TARGET_FLAGS)
|
|||||||
# Flags to pass down to gcc. gcc builds a library, libgcc.a, so it
|
# Flags to pass down to gcc. gcc builds a library, libgcc.a, so it
|
||||||
# unfortunately needs the native compiler and the target ar and
|
# unfortunately needs the native compiler and the target ar and
|
||||||
# ranlib.
|
# ranlib.
|
||||||
|
# If any variables are added here, they must be added to do-*, below.
|
||||||
|
# The HOST_* variables are a special case, which are used for the gcc
|
||||||
|
# cross-building scheme.
|
||||||
EXTRA_GCC_FLAGS = \
|
EXTRA_GCC_FLAGS = \
|
||||||
'AR=$$(AR_FOR_TARGET)' \
|
'AR=$$(AR_FOR_TARGET)' \
|
||||||
'AS=$(AS)' \
|
'AS=$(AS)' \
|
||||||
|
Reference in New Issue
Block a user