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
64791664
Commit
64791664
authored
Apr 30, 2002
by
Nathanael Nerode
Committed by
DJ Delorie
Apr 29, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.in: Remove useless references to 'pic' makefile fragments.
From-SVN: r52922
parent
3ed57cf4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
71 deletions
+2
-71
ChangeLog
+2
-0
configure.in
+0
-71
No files found.
ChangeLog
View file @
64791664
2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
* configure.in: remove useless references to 'pic' makefile fragments.
* configure.in: (*-*-windows*) Finish removing.
* configure.in: (*-*-windows*) Finish removing.
* configure.in: Eliminate redundant test for libgui.
* configure.in: Eliminate redundant test for libgui.
...
...
configure.in
View file @
64791664
...
@@ -343,49 +343,6 @@ case "${enable_shared}" in
...
@@ -343,49 +343,6 @@ case "${enable_shared}" in
*
)
shared
=
yes
;;
*
)
shared
=
yes
;;
esac
esac
if
[
x
${
shared
}
=
xyes
]
;
then
case
"
${
host
}
"
in
alpha
*
-
*
-linux
*
)
host_makefile_frag
=
"
${
host_makefile_frag
}
config/mh-elfalphapic"
;;
arm
*
-
*
-
*
)
host_makefile_frag
=
"
${
host_makefile_frag
}
config/mh-armpic"
;;
parisc
*
-
*
-
*
|
hppa
*
-
*
-
*
)
host_makefile_frag
=
"
${
host_makefile_frag
}
config/mh-papic"
;;
i[3456]86-
*
-cygwin
*
)
# We don't want -fPIC on Cygwin.
;;
i[3456]86-
*
-
*
)
host_makefile_frag
=
"
${
host_makefile_frag
}
config/mh-x86pic"
;;
i370-
*
-
*
)
host_makefile_frag
=
"
${
host_makefile_frag
}
config/mh-i370pic"
;;
ia64-
*
-
*
)
host_makefile_frag
=
"
${
host_makefile_frag
}
config/mh-ia64pic"
;;
sparc64-
*
-
*
)
host_makefile_frag
=
"
${
host_makefile_frag
}
config/mh-sparcpic"
;;
powerpc
*
-
*
-aix
*
)
# We don't want -fPIC on AIX.
;;
powerpc
*
-
*
-
*
)
host_makefile_frag
=
"
${
host_makefile_frag
}
config/mh-ppcpic"
;;
s390-
*
|
s390x-
*
)
host_makefile_frag
=
"
${
host_makefile_frag
}
config/mh-s390pic"
;;
*
-
*
-
*
)
if
test
-f
${
srcdir
}
/config/mh-
${
host_cpu
}
pic
;
then
host_makefile_frag
=
"
${
host_makefile_frag
}
config/mh-
${
host_cpu
}
pic"
fi
;;
esac
fi
rm
-f
mh-frag
rm
-f
mh-frag
if
[
-n
"
${
host_makefile_frag
}
"
]
;
then
if
[
-n
"
${
host_makefile_frag
}
"
]
;
then
for
f
in
${
host_makefile_frag
}
for
f
in
${
host_makefile_frag
}
...
@@ -1340,34 +1297,6 @@ if [ x${with_newlib} != xno ] && echo " ${target_configdirs} " | grep " target-n
...
@@ -1340,34 +1297,6 @@ if [ x${with_newlib} != xno ] && echo " ${target_configdirs} " | grep " target-n
withoptions
=
"
$withoptions
--with-newlib"
withoptions
=
"
$withoptions
--with-newlib"
fi
fi
if
[
x
${
shared
}
=
xyes
]
;
then
case
"
${
target
}
"
in
hppa
*
|
parisc
*
)
target_makefile_frag
=
"
${
target_makefile_frag
}
config/mt-papic"
;;
i[3456]86-
*
)
target_makefile_frag
=
"
${
target_makefile_frag
}
config/mt-x86pic"
;;
ia64-
*
)
target_makefile_frag
=
"
${
target_makefile_frag
}
config/mt-ia64pic"
;;
powerpc
*
-
*
-aix
*
)
# We don't want -fPIC on AIX.
;;
powerpc
*
-
*
)
target_makefile_frag
=
"
${
target_makefile_frag
}
config/mt-ppcpic"
;;
alpha
*
-
*
-linux
*
)
target_makefile_frag
=
"
${
target_makefile_frag
}
config/mt-elfalphapic"
;;
*
)
if
test
-f
${
srcdir
}
/config/mt-
${
target_cpu
}
pic
;
then
target_makefile_frag
=
"
${
target_makefile_frag
}
config/mt-
${
target_cpu
}
pic"
fi
;;
esac
fi
rm
-f
mt-frag
rm
-f
mt-frag
if
[
-n
"
${
target_makefile_frag
}
"
]
;
then
if
[
-n
"
${
target_makefile_frag
}
"
]
;
then
for
f
in
${
target_makefile_frag
}
for
f
in
${
target_makefile_frag
}
...
...
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