Correct the Bintuils src path from the debugging version I accidently
committed.
This commit is contained in:
parent
7c06c69188
commit
72b5e8cc9f
@ -22,7 +22,7 @@ BINUTIL_ARCH=${TARGET_ARCH}
|
|||||||
# added to it as we descend into subdirectories.
|
# added to it as we descend into subdirectories.
|
||||||
RELTOP:= ..
|
RELTOP:= ..
|
||||||
|
|
||||||
RELSRC= ${RELTOP}/../../../contrib/binutils.2101
|
RELSRC= ${RELTOP}/../../../contrib/binutils
|
||||||
SRCDIR= ${.CURDIR}/${RELSRC}
|
SRCDIR= ${.CURDIR}/${RELSRC}
|
||||||
|
|
||||||
CFLAGS+= -D_GNU_SOURCE
|
CFLAGS+= -D_GNU_SOURCE
|
||||||
|
Loading…
Reference in New Issue
Block a user