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
7be8d663
Commit
7be8d663
authored
8 years ago
by
Jason Merrill
Committed by
Jason Merrill
8 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.ac: Define HAVE_MEMALIGN for newlib.
From-SVN: r240435
parent
bbd6fcf3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
0 deletions
+7
-0
libstdc++-v3/ChangeLog
+4
-0
libstdc++-v3/configure
+2
-0
libstdc++-v3/configure.ac
+1
-0
No files found.
libstdc++-v3/ChangeLog
View file @
7be8d663
2016-09-22 Jason Merrill <jason@redhat.com>
* configure.ac: Define HAVE_MEMALIGN for newlib.
2015-09-23 Sebastian Huber <sebastian.huber@embedded-brains.de>
* config/cpu/m68k/atomicity.h: Adjust comment.
...
...
This diff is collapsed.
Click to expand it.
libstdc++-v3/configure
View file @
7be8d663
...
...
@@ -28824,6 +28824,8 @@ else
$as_echo
"#define HAVE_ICONV 1"
>>
confdefs.h
$as_echo
"#define HAVE_MEMALIGN 1"
>>
confdefs.h
else
# Base decisions on target environment.
This diff is collapsed.
Click to expand it.
libstdc++-v3/configure.ac
View file @
7be8d663
...
...
@@ -324,6 +324,7 @@ else
AC_DEFINE(HAVE_TANHF)
AC_DEFINE(HAVE_ICONV)
AC_DEFINE(HAVE_MEMALIGN)
else
GLIBCXX_CROSSCONFIG
fi
...
...
This diff is collapsed.
Click to expand it.
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