]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
inclosure: Change to...
authorBenjamin Kosnik <bkoz@milou.soma.redhat.com>
Thu, 25 May 2000 13:19:15 +0000 (13:19 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Thu, 25 May 2000 13:19:15 +0000 (13:19 +0000)
2000-05-25  Benjamin Kosnik  <bkoz@milou.soma.redhat.com>

* inclosure: Change to...
* mkinclosure: This.
Fix paths to bash.
* mkcshadow: Fix paths to bash.

* src/Makefile.am: Tweaks. Do cshadow header trickery at build time.
* src/Makefile.in: Regnerate.
* acinclude.m4 (GLIBCPP_COMPILER_VERSION): Fix typo.
(GLIBCPP_ENABLE_SHADOW): Do a less gross hack.
* aclocal.m4: Regenerate.
* mkcheck.in (INC_PATH): Tweak.

* configure.in: Enable long long by default.
* configure: Regenerate.

* mkcheck.in (LIB_PATH): Revert.

From-SVN: r34167

libstdc++-v3/ChangeLog
libstdc++-v3/mkcheck.in

index 14160ed114b2ce772b7137d23e2e917f2290094c..8036a634e0102641037d7fce97265014b5cd4237 100644 (file)
@@ -10,6 +10,7 @@
        * acinclude.m4 (GLIBCPP_COMPILER_VERSION): Fix typo.
        (GLIBCPP_ENABLE_SHADOW): Do a less gross hack.
        * aclocal.m4: Regenerate.
+       * mkcheck.in (INC_PATH): Tweak. 
        
        * configure.in: Enable long long by default.
        * configure: Regenerate.
index 5dacf278a73792c9924f09afcb81411044653906..bbcb2a64f81214ef02d7f941671ed39a9f2326df 100755 (executable)
@@ -54,7 +54,7 @@ fi
 
 # INC_PATH == include path to new headers for use on gcc command-line
 if [ $WHICH != "1" ]; then
-  INC_PATH="-I$BUILD_DIR -I$BUILD_DIR/libio -I$SRC_DIR/@ctype_include_dir@ -I$SRC_DIR/@cpu_include_dir@  -I$SRC_DIR/std -I$SRC_DIR -I$SRC_DIR/libio"
+  INC_PATH="@CSHADOWFLAGS@ @CSHADOW_INCLUDES@ -I$BUILD_DIR -I$BUILD_DIR/libio -I$SRC_DIR/@ctype_include_dir@ -I$SRC_DIR/@cpu_include_dir@  -I$SRC_DIR/std -I$SRC_DIR -I$SRC_DIR/libio"
 elif [ $WHICH -eq 1 ]; then
   INC_PATH=""
 fi