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
56830143
Commit
56830143
authored
Dec 30, 1998
by
David O'Brien
Committed by
Jeff Law
Dec 30, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.in (FreeBSD ELF): Needs special crt files.
From-SVN: r24446
parent
2966b437
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
gcc/ChangeLog
+4
-0
gcc/configure
+4
-3
gcc/configure.in
+1
-0
No files found.
gcc/ChangeLog
View file @
56830143
Wed
Dec
30
23
:
00
:
28
1998
David
O
'
Brien
<
obrien
@NUXI
.
com
>
*
configure
.
in
(
FreeBSD
ELF
)
:
Needs
special
crt
files
.
Wed
Dec
30
22
:
50
:
13
1998
Geoffrey
Noer
<
noer
@cygnus
.
com
>
*
i386
/
xm
-
cygwin
.
h
:
change
DIR_SEPARATOR
to
forward
slash
.
...
...
gcc/configure
View file @
56830143
...
...
@@ -3342,6 +3342,7 @@ for machine in $build $host $target; do
tm_file
=
"i386/i386.h i386/att.h linux.h i386/freebsd-elf.h i386/perform.h"
# On FreeBSD, the headers are already ok, except for math.h.
fixincludes
=
fixinc.wrap
extra_parts
=
"crtbegin.o crtbeginS.o crtend.o crtendS.o"
tmake_file
=
i386/t-freebsd
gas
=
yes
gnu_ld
=
yes
...
...
@@ -5912,7 +5913,7 @@ fi
# Figure out what assembler alignment features are present.
echo
$ac_n
"checking assembler alignment features""...
$ac_c
"
1>&6
echo
"configure:591
6
: checking assembler alignment features"
>
&5
echo
"configure:591
7
: checking assembler alignment features"
>
&5
gcc_cv_as
=
gcc_cv_as_alignment_features
=
gcc_cv_as_gas_srcdir
=
`
echo
$srcdir
| sed
-e
's,/gcc$,,'
`
/gas
...
...
@@ -5985,7 +5986,7 @@ fi
echo
"
$ac_t
""
$gcc_cv_as_alignment_features
"
1>&6
echo
$ac_n
"checking assembler subsection support""...
$ac_c
"
1>&6
echo
"configure:59
89
: checking assembler subsection support"
>
&5
echo
"configure:59
90
: checking assembler subsection support"
>
&5
gcc_cv_as_subsections
=
if
test
x
$gcc_cv_as
!=
x
;
then
# Check if we have .subsection
...
...
@@ -6257,7 +6258,7 @@ fi
# Warn if using init_priority.
echo
$ac_n
"checking whether to enable init_priority by default""...
$ac_c
"
1>&6
echo
"configure:626
1
: checking whether to enable init_priority by default"
>
&5
echo
"configure:626
2
: checking whether to enable init_priority by default"
>
&5
if
test
x
$enable_init_priority
!=
xyes
;
then
enable_init_priority
=
no
fi
...
...
gcc/configure.in
View file @
56830143
...
...
@@ -1083,6 +1083,7 @@ changequote([,])dnl
tm_file="i386/i386.h i386/att.h linux.h i386/freebsd-elf.h i386/perform.h"
# On FreeBSD, the headers are already ok, except for math.h.
fixincludes=fixinc.wrap
extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
tmake_file=i386/t-freebsd
gas=yes
gnu_ld=yes
...
...
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