mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-17 19:20:01 +08:00
001-05-15 Benjamin Kosnik <bkoz@redhat.com>
* testsuite_flags.in (query): Add backwards, ext directories. From-SVN: r42127
This commit is contained in:
parent
5846d7f734
commit
be079e1c08
@ -1,3 +1,7 @@
|
||||
2001-05-15 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
* testsuite_flags.in (query): Add backwards, ext directories.
|
||||
|
||||
2001-05-15 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* porting.texi: Correct documentation about handling
|
||||
|
@ -36,7 +36,8 @@ case ${query} in
|
||||
INCLUDES="-nostdinc++ -I${BUILD_DIR}/include -I${SRC_DIR}/include
|
||||
-I${SRC_DIR}/include/std -I${SRC_DIR}/include/$C_DIR
|
||||
-I${SRC_DIR}/libsupc++ -I${SRC_DIR}/libio
|
||||
-I${SRC_DIR}/testsuite"
|
||||
-I${SRC_DIR}/testsuite
|
||||
-I${SRC_DIR}/include/backwards -I${SRC_DIR}/include/ext"
|
||||
echo ${INCLUDES}
|
||||
;;
|
||||
--install-cxx)
|
||||
|
Loading…
Reference in New Issue
Block a user