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
8746c235
Commit
8746c235
authored
Apr 27, 1998
by
Richard Henderson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
One more try at correct paths to f771 headers.
From-SVN: r19456
parent
f163f35b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
22 deletions
+26
-22
libf2c/configure
+16
-14
libf2c/configure.in
+10
-8
No files found.
libf2c/configure
View file @
8746c235
...
...
@@ -1719,15 +1719,15 @@ fi
echo
$ac_n
"checking f2c integer type""...
$ac_c
"
1>&6
echo
"configure:1721: checking f2c integer type"
>
&5
late_ac_cpp
=
$ac_cpp
if
test
"
$srcdir
"
=
.
;
then
ac_cpp
=
"
$late_ac_cpp
-I../../gcc/f -I../../gcc -I../../gcc/config"
else
ac_cpp
=
"
$late_ac_cpp
-I
$srcdir
/../gcc/f -I
$srcdir
/../gcc -I
$srcdir
/../gcc/config"
ac_cpp
=
"
$late_ac_cpp
-I../../gcc/f -I../../gcc -I../../gcc/config"
if
test
"
$subdir
"
!=
.
;
then
ac_cpp
=
"
$ac_cpp
-I
$srcdir
/../gcc/f -I
$srcdir
/../gcc -I
$srcdir
/../gcc/config"
fi
if
eval
"test
\"
`
echo
'$''{'
g77_cv_sys_f2cinteger
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
echo
"configure:1730: using
$ac_cpp
"
>
&5
cat
>
conftest.
$ac_ext
<<
EOF
#line 1732 "configure"
#include "confdefs.h"
#include "proj.h"
...
...
@@ -1750,8 +1750,9 @@ fi
rm
-f
conftest
*
if
test
"
$g77_cv_sys_f2cinteger
"
=
""
;
then
echo
"configure:1754: using
$ac_cpp
"
>
&5
cat
>
conftest.
$ac_ext
<<
EOF
#line 175
5
"configure"
#line 175
6
"configure"
#include "confdefs.h"
#include "proj.h"
#define FFECOM_DETERMINE_TYPES 1
...
...
@@ -1786,18 +1787,18 @@ ac_cpp=$late_ac_cpp
echo
$ac_n
"checking f2c long int type""...
$ac_c
"
1>&6
echo
"configure:179
0
: checking f2c long int type"
>
&5
echo
"configure:179
1
: checking f2c long int type"
>
&5
late_ac_cpp
=
$ac_cpp
if
test
"
$srcdir
"
=
.
;
then
ac_cpp
=
"
$late_ac_cpp
-I../../gcc/f -I../../gcc -I../../gcc/config"
else
ac_cpp
=
"
$late_ac_cpp
-I
$srcdir
/../gcc/f -I
$srcdir
/../gcc -I
$srcdir
/../gcc/config"
ac_cpp
=
"
$late_ac_cpp
-I../../gcc/f -I../../gcc -I../../gcc/config"
if
test
"
$subdir
"
!=
.
;
then
ac_cpp
=
"
$ac_cpp
-I
$srcdir
/../gcc/f -I
$srcdir
/../gcc -I
$srcdir
/../gcc/config"
fi
if
eval
"test
\"
`
echo
'$''{'
g77_cv_sys_f2clongint
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 1801 "configure"
echo
"configure:1800: using
$ac_cpp
"
>
&5
cat
>
conftest.
$ac_ext
<<
EOF
#line 1802 "configure"
#include "confdefs.h"
#include "proj.h"
#define FFECOM_DETERMINE_TYPES 1
...
...
@@ -1819,8 +1820,9 @@ fi
rm
-f
conftest
*
if
test
"
$g77_cv_sys_f2clongint
"
=
""
;
then
echo
"configure:1824: using
$ac_cpp
"
>
&5
cat
>
conftest.
$ac_ext
<<
EOF
#line 182
4
"configure"
#line 182
6
"configure"
#include "confdefs.h"
#include "proj.h"
#define FFECOM_DETERMINE_TYPES 1
...
...
libf2c/configure.in
View file @
8746c235
...
...
@@ -253,12 +253,12 @@ fi
# is in ../.. and the config files are in $srcdir/../../config.
AC_MSG_CHECKING(f2c integer type)
late_ac_cpp=$ac_cpp
if test "$srcdir" = . ; then
ac_cpp="$late_ac_cpp -I../../gcc/f -I../../gcc -I../../gcc/config"
else
ac_cpp="$late_ac_cpp -I$srcdir/../gcc/f -I$srcdir/../gcc -I$srcdir/../gcc/config"
ac_cpp="$late_ac_cpp -I../../gcc/f -I../../gcc -I../../gcc/config"
if test "$subdir" != . ; then
ac_cpp="$ac_cpp -I$srcdir/../gcc/f -I$srcdir/../gcc -I$srcdir/../gcc/config"
fi
AC_CACHE_VAL(g77_cv_sys_f2cinteger,
echo "configure:__oline__: using $ac_cpp" >&AC_FD_CC
AC_EGREP_CPP(F2C_INTEGER=long int,
[#include "proj.h"
#define FFECOM_DETERMINE_TYPES 1
...
...
@@ -273,6 +273,7 @@ F2C_INTEGER=int
],
g77_cv_sys_f2cinteger="long int",)
if test "$g77_cv_sys_f2cinteger" = ""; then
echo "configure:__oline__: using $ac_cpp" >&AC_FD_CC
AC_EGREP_CPP(F2C_INTEGER=int,
[#include "proj.h"
#define FFECOM_DETERMINE_TYPES 1
...
...
@@ -299,12 +300,12 @@ AC_SUBST(F2C_INTEGER)
AC_MSG_CHECKING(f2c long int type)
late_ac_cpp=$ac_cpp
if test "$srcdir" = . ; then
ac_cpp="$late_ac_cpp -I../../gcc/f -I../../gcc -I../../gcc/config"
else
ac_cpp="$late_ac_cpp -I$srcdir/../gcc/f -I$srcdir/../gcc -I$srcdir/../gcc/config"
ac_cpp="$late_ac_cpp -I../../gcc/f -I../../gcc -I../../gcc/config"
if test "$subdir" != . ; then
ac_cpp="$ac_cpp -I$srcdir/../gcc/f -I$srcdir/../gcc -I$srcdir/../gcc/config"
fi
AC_CACHE_VAL(g77_cv_sys_f2clongint,
echo "configure:__oline__: using $ac_cpp" >&AC_FD_CC
AC_EGREP_CPP(F2C_LONGINT=long int,
[#include "proj.h"
#define FFECOM_DETERMINE_TYPES 1
...
...
@@ -319,6 +320,7 @@ F2C_LONGINT=long long int
],
g77_cv_sys_f2clongint="long int",)
if test "$g77_cv_sys_f2clongint" = ""; then
echo "configure:__oline__: using $ac_cpp" >&AC_FD_CC
AC_EGREP_CPP(F2C_LONGINT=long long int,
[#include "proj.h"
#define FFECOM_DETERMINE_TYPES 1
...
...
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