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
630327c3
Commit
630327c3
authored
Feb 29, 2004
by
Nathanael Nerode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.ac: Add some comments delineating sections of code.
From-SVN: r78672
parent
38fe9090
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
gcc/ChangeLog
+2
-0
gcc/configure.ac
+16
-0
No files found.
gcc/ChangeLog
View file @
630327c3
2004-02-29 Nathanael Nerode <neroden@gcc.gnu.org>
* configure.ac: Add some comments delineating sections of code.
* doc/install.texi: Note that libada uses autoconf 2.57 also.
* doc/install.texi: Fix idiot typo in previous commit.
...
...
gcc/configure.ac
View file @
630327c3
...
...
@@ -1560,6 +1560,10 @@ case $use_collect2 in
;;
esac
# ---------------------------
# Assembler & linker features
# ---------------------------
# Identify the assembler which will work hand-in-glove with the newly
# built GCC, so that we can examine its features. This is the assembler
# which will be driven by the driver program.
...
...
@@ -2622,6 +2626,10 @@ if test x"$gcc_cv_ld_pie" = xyes; then
fi
AC_MSG_RESULT($gcc_cv_ld_pie)
# --------
# UNSORTED
# --------
if test x$with_sysroot = x && test x$host = x$target \
&& test "$prefix" != "/usr" && test "x$prefix" != "x$local_prefix" ; then
AC_DEFINE_UNQUOTED(PREFIX_INCLUDE_DIR, "$prefix/include",
...
...
@@ -2809,6 +2817,10 @@ else
fi
AC_SUBST(MAINT)dnl
# --------------
# Language hooks
# --------------
# Make empty files to contain the specs and options for each language.
# Then add #include lines to for a compiler that has specs and/or options.
...
...
@@ -2925,6 +2937,10 @@ do
echo "lang.$t: $x" >> Make-hooks
done
# --------
# UNSORTED
# --------
# Create .gdbinit.
echo "dir ." > .gdbinit
...
...
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