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
64fb023e
Commit
64fb023e
authored
Oct 08, 1999
by
Kaveh R. Ghazi
Committed by
Kaveh Ghazi
Oct 08, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.in (c-mbchar): Append, don't overwrite, `extra_c_flags'.
From-SVN: r29873
parent
455419a5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/configure
+1
-1
gcc/configure.in
+1
-1
No files found.
gcc/ChangeLog
View file @
64fb023e
Fri
Oct
8
16
:
12
:
42
1999
Kaveh
R
.
Ghazi
<
ghazi
@caip
.
rutgers
.
edu
>
*
configure
.
in
(
c
-
mbchar
)
:
Append
,
don
'
t
overwrite
,
`
extra_c_flags
'
.
Fri
Oct
8
11
:
58
:
34
1999
Richard
Henderson
<
rth
@cygnus
.
com
>
Fri
Oct
8
11
:
58
:
34
1999
Richard
Henderson
<
rth
@cygnus
.
com
>
*
lists
.
c
(
init_EXPR_INSN_LIST_cache
)
:
Don
'
t
need
to
zap
the
*
lists
.
c
(
init_EXPR_INSN_LIST_cache
)
:
Don
'
t
need
to
zap
the
...
...
gcc/configure
View file @
64fb023e
...
@@ -838,7 +838,7 @@ fi
...
@@ -838,7 +838,7 @@ fi
if
test
"
${
enable_c_mbchar
+set
}
"
=
set
;
then
if
test
"
${
enable_c_mbchar
+set
}
"
=
set
;
then
enableval
=
"
$enable_c_mbchar
"
enableval
=
"
$enable_c_mbchar
"
if
[
x
$enable_c_mbchar
!=
xno
]
;
then
if
[
x
$enable_c_mbchar
!=
xno
]
;
then
extra_c_flags
=
-DMULTIBYTE_CHARS
=
1
extra_c_flags
=
"
${
extra_c_flags
}
-DMULTIBYTE_CHARS=1"
fi
fi
fi
fi
...
...
gcc/configure.in
View file @
64fb023e
...
@@ -229,7 +229,7 @@ fi)
...
@@ -229,7 +229,7 @@ fi)
AC_ARG_ENABLE(c-mbchar,
AC_ARG_ENABLE(c-mbchar,
[ --enable-c-mbchar Enable multibyte characters for C and C++.],
[ --enable-c-mbchar Enable multibyte characters for C and C++.],
if [[[ x$enable_c_mbchar != xno ]]]; then
if [[[ x$enable_c_mbchar != xno ]]]; then
extra_c_flags=
-DMULTIBYTE_CHARS=1
extra_c_flags=
"${extra_c_flags} -DMULTIBYTE_CHARS=1"
fi)
fi)
# Enable threads
# Enable threads
...
...
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