diff options
author | Stu Grossman <grossman@cygnus> | 1996-10-24 16:07:51 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1996-10-24 16:07:51 +0000 |
commit | 3e288e273614ea329826d4378838b0596b532f07 (patch) | |
tree | 759ca4a81db8d89d2a5fdf31e83d2b80500fce20 /config | |
parent | 20fbbb592b33dc8d7ecb46beb383b3a2a4416813 (diff) | |
download | gdb-3e288e273614ea329826d4378838b0596b532f07.zip gdb-3e288e273614ea329826d4378838b0596b532f07.tar.gz gdb-3e288e273614ea329826d4378838b0596b532f07.tar.bz2 |
* Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
host to add it's own flags.
* config/mh-windows (HOST_FLAGS): Set srcroot, which is needed
for MSVC build procedure.
Diffstat (limited to 'config')
-rw-r--r-- | config/mh-windows | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/mh-windows b/config/mh-windows index e5f606c..e191981 100644 --- a/config/mh-windows +++ b/config/mh-windows @@ -2,3 +2,4 @@ CC=cc CFLAGS= RANLIB=true AR_FLAGS= +HOST_FLAGS="srcroot=$(srcdir)" |