mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
3e288e2736
host to add it's own flags. * config/mh-windows (HOST_FLAGS): Set srcroot, which is needed for MSVC build procedure.
6 lines
67 B
Plaintext
6 lines
67 B
Plaintext
CC=cc
|
|
CFLAGS=
|
|
RANLIB=true
|
|
AR_FLAGS=
|
|
HOST_FLAGS="srcroot=$(srcdir)"
|