X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=config%2Fpicflag.m4;h=8b106f9af8868e6816633a0edf4dbcfad729520e;hb=adeab0c5b33fd5f4959fa9a079a5b558f0088ba3;hp=2f5b9721eb2fa8f6058beb9a15585612df49bb13;hpb=f91ca6bc00c1e3c70c1d2f4527d4297b76e2eaca;p=deliverable%2Fbinutils-gdb.git diff --git a/config/picflag.m4 b/config/picflag.m4 index 2f5b9721eb..8b106f9af8 100644 --- a/config/picflag.m4 +++ b/config/picflag.m4 @@ -12,7 +12,7 @@ case "${$2}" in # If we are using a compiler supporting mdynamic-no-pic # and the option has been tested as safe to add, then cancel # it here, since the code generated is incompatible with shared - # libs. + # libs. *-mdynamic-no-pic*) $1='-fno-common -mno-dynamic-no-pic' ;; *) $1=-fno-common ;; esac