Enable libcilkrts multilib build on Solaris
* configure.ac (AC_PROG_CXX): Move after AC_PROG_CC. * configure: Regenerate. From-SVN: r205253
This commit is contained in:
parent
9ccf7d920e
commit
517854bc93
3 changed files with 736 additions and 731 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-11-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||
|
||||
* configure.ac (AC_PROG_CXX): Move after AC_PROG_CC.
|
||||
* configure: Regenerate.
|
||||
|
||||
2013-11-12 Balaji V. Iyer <balaji.v.iyer@intel.com>
|
||||
|
||||
* Makefile.am (libcilkrts_la_LDFLAGS): Added a check for availability
|
||||
|
|
1460
libcilkrts/configure
vendored
1460
libcilkrts/configure
vendored
File diff suppressed because it is too large
Load diff
|
@ -46,8 +46,8 @@ AM_MAINTAINER_MODE
|
|||
|
||||
# Build a DLL on Windows
|
||||
# AC_LIBTOOL_WIN32_DLL
|
||||
AC_PROG_CXX
|
||||
AC_PROG_CC
|
||||
AC_PROG_CXX
|
||||
# AC_PROG_LIBTOOL
|
||||
# AC_CONFIG_MACRO_DIR([..])
|
||||
AC_CONFIG_FILES([Makefile])
|
||||
|
|
Loading…
Add table
Reference in a new issue