* lib/gdb.exp (CFLAGS): Remove, unreferenced.
authorFred Fish <fnf@specifix.com>
Thu, 21 Nov 1996 17:29:43 +0000 (17:29 +0000)
committerFred Fish <fnf@specifix.com>
Thu, 21 Nov 1996 17:29:43 +0000 (17:29 +0000)
commitaf4a96bc6862d19368aee84eb568500889e1054b
tree351bbbaf27a013087573ff749f9d65b5326b54a7
parent6ef2207f54b01f4599af4abc844c7b58c5234f33
* lib/gdb.exp (CFLAGS): Remove, unreferenced.
(CXXFLAGS): Remove, unreferenced.
(B_OPTIONS): Add for -B options and add code to initialize with previous
-B options and also add -B option to pick up cross compiled runtime.
(TARGET_INCLUDES): Add for -I options and add code to initialize when
doing cross compiles.
(target_alias): Declare global.
(xgcc): Set variable to full path of gcc in build tree.  Use findfile
to verify that gcc exists in build tree, and if so set CC to that
gcc and to use B_OPTIONS and TARGET_INCLUDES.
gdb/testsuite/ChangeLog