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
fe81dd69
Commit
fe81dd69
authored
Apr 24, 1998
by
Jeffrey A Law
Committed by
Jeff Law
Apr 24, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.in: Use CC_FOR_BUILD, not BUILD_CC.
From-SVN: r19406
parent
87d1ea79
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/ChangeLog
+4
-0
gcc/configure
+2
-2
gcc/configure.in
+1
-1
No files found.
gcc/ChangeLog
View file @
fe81dd69
Fri Apr 24 15:57:02 1998 Jeffrey A Law (law@cygnus.com)
* configure.in: Use CC_FOR_BUILD, not BUILD_CC.
Fri Apr 24 16:11:47 1998 John Carr <jfc@mit.edu>
Fri Apr 24 16:11:47 1998 John Carr <jfc@mit.edu>
* expr.c (expand_builtin, case MEMSET): Set MEM_IN_STRUCT_P
* expr.c (expand_builtin, case MEMSET): Set MEM_IN_STRUCT_P
...
...
gcc/configure
View file @
fe81dd69
...
@@ -4580,7 +4580,7 @@ fi
...
@@ -4580,7 +4580,7 @@ fi
if
[
x
$enable_haifa
=
x
]
if
[
x
$enable_haifa
=
x
]
then
then
case
$target
in
case
$target
in
alpha
*
-
*
|
hppa1.?-
*
|
powerpc
*
-
*
|
rs6000-
*
)
alpha
*
-
*
|
hppa1.?-
*
|
powerpc
*
-
*
|
rs6000-
*
|
*
sparc-
*
)
enable_haifa
=
yes
;;
enable_haifa
=
yes
;;
esac
esac
fi
fi
...
@@ -4665,7 +4665,7 @@ else
...
@@ -4665,7 +4665,7 @@ else
/
*
)
realsrcdir
=
${
srcdir
}
;;
/
*
)
realsrcdir
=
${
srcdir
}
;;
*
)
realsrcdir
=
../
${
srcdir
}
;;
*
)
realsrcdir
=
../
${
srcdir
}
;;
esac
esac
CC
=
${
BUILD_CC
-cc
}
${
realsrcdir
}
/configure
\
CC
=
${
CC_FOR_BUILD
}
${
realsrcdir
}
/configure
\
--target
=
$target
--host
=
$build
--build
=
$build
--target
=
$target
--host
=
$build
--build
=
$build
# We just finished tests for the build machine, so rename
# We just finished tests for the build machine, so rename
...
...
gcc/configure.in
View file @
fe81dd69
...
@@ -2976,7 +2976,7 @@ else
...
@@ -2976,7 +2976,7 @@ else
/*) realsrcdir=${srcdir};;
/*) realsrcdir=${srcdir};;
*) realsrcdir=../${srcdir};;
*) realsrcdir=../${srcdir};;
esac
esac
CC=${
BUILD_CC-cc
} ${realsrcdir}/configure \
CC=${
CC_FOR_BUILD
} ${realsrcdir}/configure \
--target=$target --host=$build --build=$build
--target=$target --host=$build --build=$build
# We just finished tests for the build machine, so rename
# We just finished tests for the build machine, so rename
...
...
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