mirror of git://gcc.gnu.org/git/gcc.git
parent
d7a29167f8
commit
b0bb039681
|
|
@ -1,3 +1,7 @@
|
||||||
|
2012-09-14 David Edelsohn <dje.gcc@gmail.com>
|
||||||
|
|
||||||
|
* configure: Regenerated.
|
||||||
|
|
||||||
2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
|
2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* configure: Regenerated.
|
* configure: Regenerated.
|
||||||
|
|
@ -30,7 +34,7 @@
|
||||||
* include/gc_config_macros.h (GC_DLL): Define it for mingw-targets
|
* include/gc_config_macros.h (GC_DLL): Define it for mingw-targets
|
||||||
only, if we are actual in boehm-gc's build and DLL_EXPORT
|
only, if we are actual in boehm-gc's build and DLL_EXPORT
|
||||||
is defined.
|
is defined.
|
||||||
|
|
||||||
2011-11-21 Andreas Tobler <andreast@fgznet.ch>
|
2011-11-21 Andreas Tobler <andreast@fgznet.ch>
|
||||||
|
|
||||||
* configure: Regenerate.
|
* configure: Regenerate.
|
||||||
|
|
|
||||||
|
|
@ -8338,6 +8338,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
|
||||||
# AIX 5 now supports IA64 processor
|
# AIX 5 now supports IA64 processor
|
||||||
lt_prog_compiler_static='-Bstatic'
|
lt_prog_compiler_static='-Bstatic'
|
||||||
fi
|
fi
|
||||||
|
lt_prog_compiler_pic='-fPIC'
|
||||||
;;
|
;;
|
||||||
|
|
||||||
amigaos*)
|
amigaos*)
|
||||||
|
|
@ -11311,7 +11312,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 11314 "configure"
|
#line 11315 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
|
@ -11417,7 +11418,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 11420 "configure"
|
#line 11421 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
|
@ -13220,6 +13221,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
|
||||||
# AIX 5 now supports IA64 processor
|
# AIX 5 now supports IA64 processor
|
||||||
lt_prog_compiler_static_CXX='-Bstatic'
|
lt_prog_compiler_static_CXX='-Bstatic'
|
||||||
fi
|
fi
|
||||||
|
lt_prog_compiler_pic_CXX='-fPIC'
|
||||||
;;
|
;;
|
||||||
|
|
||||||
amigaos*)
|
amigaos*)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue