Commit 75befc7a authored by John Koleszar's avatar John Koleszar
Browse files

configure: support --enable-pic for generic-gnu

Allows the default generic-gnu target, which is selected if no
target is specified, to be build in PIC mode. The generic-gnu target
was not being selected as a gcc target, because it doesn't end in
gcc.

Change-Id: I28a2a420109c34fd87a20911f6455c8d8d5ded75
parent 6cd4a10e
Branches
Tags
No related merge requests found
Showing with 1 addition and 0 deletions
......@@ -780,6 +780,7 @@ process_common_toolchain() {
;;
universal*|*-gcc|generic-gnu)
link_with_cc=gcc
enable gcc
setup_gnu_toolchain
;;
esac
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment