mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-25 01:34:29 +08:00
* configure.in: Remove init_priority stuff.
From-SVN: r25692
This commit is contained in:
parent
4ccfc0c3b4
commit
4525d75728
@ -1,3 +1,7 @@
|
||||
Wed Mar 10 02:49:04 1999 Jason Merrill <jason@yorick.cygnus.com>
|
||||
|
||||
* configure.in: Remove init_priority stuff.
|
||||
|
||||
1999-03-11 Colin Smith <colin@wrs.com>
|
||||
|
||||
* sdbout.c (plain_type_1): Make boolean types work better with sdb.
|
||||
@ -736,8 +740,6 @@ Thu Feb 25 21:32:34 1999 Jason Merrill <jason@yorick.cygnus.com>
|
||||
* fixinc.wrap: Also handle struct queue in sys/stream.h.
|
||||
* fixinc.svr4: Likewise.
|
||||
|
||||
Thu Feb 25 21:23:06 1999 Jason Merrill <jason@yorick.cygnus.com>
|
||||
|
||||
* dwarf2out.c (scope_die_for): Set scope_die to comp_unit_die
|
||||
rather than asserting it.
|
||||
|
||||
|
475
gcc/configure
vendored
475
gcc/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -222,16 +222,6 @@ AC_ARG_WITH(fast-fixincludes,
|
||||
fast_fixinc="$with_fast_fixincludes",
|
||||
fast_fixinc=no)
|
||||
|
||||
# Enable init_priority.
|
||||
AC_ARG_ENABLE(init-priority,
|
||||
[ --enable-init-priority use attributes to assign initialization order
|
||||
for static objects.
|
||||
--disable-init-priority conform to ISO C++ rules for ordering static objects
|
||||
(i.e. initialized in order of declaration). ],
|
||||
if test x$enable_init_priority != xno; then
|
||||
extra_c_flags="${extra_c_flags} -DUSE_INIT_PRIORITY"
|
||||
fi)
|
||||
|
||||
# Enable threads
|
||||
# Pass with no value to take the default
|
||||
# Pass with a value to specify a thread package
|
||||
@ -4267,13 +4257,6 @@ fi
|
||||
AC_SUBST(gcc_tooldir)
|
||||
AC_SUBST(dollar)
|
||||
|
||||
# Warn if using init_priority.
|
||||
AC_MSG_CHECKING(whether to enable init_priority by default)
|
||||
if test x$enable_init_priority != xyes; then
|
||||
enable_init_priority=no
|
||||
fi
|
||||
AC_MSG_RESULT($enable_init_priority)
|
||||
|
||||
# Nothing to do for FLOAT_H, float_format already handled.
|
||||
objdir=`pwd`
|
||||
AC_SUBST(objdir)
|
||||
|
Loading…
Reference in New Issue
Block a user