mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 11:33:45 +08:00
67622ee16f
to help reduce clutter in the output from doing a make.
10 lines
269 B
Plaintext
10 lines
269 B
Plaintext
#AR = ar-a29k
|
|
#AR_FLAGS = qs
|
|
#RANLIB = echo >/dev/null
|
|
|
|
# This is a hack. By declaring subdirs using "SUBDIRS=" rather than
|
|
# with a space, config won't reset this. This is a hack to override
|
|
# the set of directories to be made.
|
|
SUBDIRS= binutils gas gnulib gcc clib
|
|
|