mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
get version from the right place
This commit is contained in:
@ -59,7 +59,7 @@ CCLIBFLAGS = -O
|
|||||||
# Version of ar to use when compiling gnulib.
|
# Version of ar to use when compiling gnulib.
|
||||||
OLDAR = ar
|
OLDAR = ar
|
||||||
|
|
||||||
version=`$(srcdir)/../gcc$(subdir)/gcc -dumpversion`
|
version=`$(unsubdir)/../gcc$(subdir)/gcc -dumpversion`
|
||||||
|
|
||||||
# Directory where sources are, from where we are.
|
# Directory where sources are, from where we are.
|
||||||
srcdir = .
|
srcdir = .
|
||||||
|
Reference in New Issue
Block a user