Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
4525d757
Commit
4525d757
authored
Mar 11, 1999
by
Jason Merrill
Committed by
Jason Merrill
Mar 10, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.in: Remove init_priority stuff.
From-SVN: r25692
parent
4ccfc0c3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
19 deletions
+4
-19
gcc/ChangeLog
+4
-2
gcc/configure
+0
-0
gcc/configure.in
+0
-17
No files found.
gcc/ChangeLog
View file @
4525d757
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
.
...
...
gcc/configure
View file @
4525d757
This diff is collapsed.
Click to expand it.
gcc/configure.in
View file @
4525d757
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment