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
a5e1b548
Commit
a5e1b548
authored
Oct 17, 2000
by
Michael Meissner
Committed by
Michael Meissner
Oct 17, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Only create gcc/configargs.h if gcc build directory is present
From-SVN: r36894
parent
8e7ab3ff
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
ChangeLog
+5
-0
configure
+4
-2
No files found.
ChangeLog
View file @
a5e1b548
2000-10-16 Michael Meissner <meissner@redhat.com>
* configure (gcc/configargs.h): Only create if there is a build GCC
directory created.
2000-10-16 Matthias Klose <doko@debian.org>
* config.if: Search libstdc++-v3/configure.in for INTERFACE,
...
...
configure
View file @
a5e1b548
...
...
@@ -88,7 +88,7 @@ subdirs=
target_alias
=
NOTARGET
target_makefile_frag
=
undefs
=
NOUNDEFS
version
=
"
$Revision
: 1.2
8
$"
version
=
"
$Revision
: 1.2
9
$"
x11
=
default
bindir
=
'${exec_prefix}/bin'
sbindir
=
'${exec_prefix}/sbin'
...
...
@@ -1605,10 +1605,12 @@ if [ -z "${norecursion}" ] && [ -n "${configdirs}" ] ; then
fi
# Remember configure arguments for later.
cat
>
gcc/configargs.h
<<
EOF
if
[
-d
gcc
]
;
then
cat
>
gcc/configargs.h
<<
EOF
/* Generated automatically. */
static const char configuration_arguments[] = "
$original_arguments
";
EOF
fi
# Perform the same cleanup as the trap handler, minus the "exit 1" of course,
# and reset the trap handler.
...
...
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