mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 15:18:37 +08:00
Moved the position of the #### lines so that the makefile fragments
can override the BFD_{LIBS,MACHINES,BACKENDS} make variables.
This commit is contained in:
@ -35,8 +35,6 @@ MINUS_G=-g
|
|||||||
|
|
||||||
SUBDIRS = doc
|
SUBDIRS = doc
|
||||||
|
|
||||||
#### host and target dependent Makefile fragments come in here.
|
|
||||||
###
|
|
||||||
|
|
||||||
# Change this (to MINIMIZE=1) to save space in executables.
|
# Change this (to MINIMIZE=1) to save space in executables.
|
||||||
# Currently, all this does is control the target_vector in targets.c.
|
# Currently, all this does is control the target_vector in targets.c.
|
||||||
@ -59,6 +57,9 @@ BFD_BACKENDS = oasys.o ieee.o srec.o elf.o stab-syms.o\
|
|||||||
|
|
||||||
OPTIONAL_BACKENDS = trad-core.o
|
OPTIONAL_BACKENDS = trad-core.o
|
||||||
|
|
||||||
|
#### host and target dependent Makefile fragments come in here.
|
||||||
|
###
|
||||||
|
|
||||||
BFD_H=$(INCDIR)/bfd.h
|
BFD_H=$(INCDIR)/bfd.h
|
||||||
|
|
||||||
# C source files that correspond to .o's.
|
# C source files that correspond to .o's.
|
||||||
|
Reference in New Issue
Block a user