| 1 | # Copyright 1999-2009 Gentoo Foundation |
1 | # Copyright 1999-2011 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.147 2010/04/02 02:50:29 abcd Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.159 2011/12/07 06:42:40 vapier Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: flag-o-matic.eclass |
5 | # @ECLASS: flag-o-matic.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # toolchain@gentoo.org |
7 | # toolchain@gentoo.org |
| 8 | # @BLURB: common functions to manipulate and query toolchain flags |
8 | # @BLURB: common functions to manipulate and query toolchain flags |
| … | |
… | |
| 34 | export ALLOWED_FLAGS="${ALLOWED_FLAGS} -O -O0 -O1 -O2 -mcpu -march -mtune" |
34 | export ALLOWED_FLAGS="${ALLOWED_FLAGS} -O -O0 -O1 -O2 -mcpu -march -mtune" |
| 35 | export ALLOWED_FLAGS="${ALLOWED_FLAGS} -fstack-protector -fstack-protector-all" |
35 | export ALLOWED_FLAGS="${ALLOWED_FLAGS} -fstack-protector -fstack-protector-all" |
| 36 | export ALLOWED_FLAGS="${ALLOWED_FLAGS} -fbounds-checking -fno-strict-overflow" |
36 | export ALLOWED_FLAGS="${ALLOWED_FLAGS} -fbounds-checking -fno-strict-overflow" |
| 37 | export ALLOWED_FLAGS="${ALLOWED_FLAGS} -fno-PIE -fno-pie -fno-unit-at-a-time" |
37 | export ALLOWED_FLAGS="${ALLOWED_FLAGS} -fno-PIE -fno-pie -fno-unit-at-a-time" |
| 38 | export ALLOWED_FLAGS="${ALLOWED_FLAGS} -g -g[0-9] -ggdb -ggdb[0-9] -gstabs -gstabs+" |
38 | export ALLOWED_FLAGS="${ALLOWED_FLAGS} -g -g[0-9] -ggdb -ggdb[0-9] -gstabs -gstabs+" |
| 39 | export ALLOWED_FLAGS="${ALLOWED_FLAGS} -fno-ident" |
39 | export ALLOWED_FLAGS="${ALLOWED_FLAGS} -fno-ident -fpermissive" |
| 40 | export ALLOWED_FLAGS="${ALLOWED_FLAGS} -W* -w" |
40 | export ALLOWED_FLAGS="${ALLOWED_FLAGS} -W* -w" |
| 41 | fi |
41 | fi |
| 42 | # allow a bunch of flags that negate features / control ABI |
42 | # allow a bunch of flags that negate features / control ABI |
| 43 | ALLOWED_FLAGS="${ALLOWED_FLAGS} -fno-stack-protector -fno-stack-protector-all \ |
43 | ALLOWED_FLAGS="${ALLOWED_FLAGS} -fno-stack-protector -fno-stack-protector-all \ |
| 44 | -fno-strict-aliasing -fno-bounds-checking -fstrict-overflow -fno-omit-frame-pointer" |
44 | -fno-strict-aliasing -fno-bounds-checking -fstrict-overflow -fno-omit-frame-pointer" |
| … | |
… | |
| 46 | -mno-mmx -mno-sse -mno-sse2 -mno-sse3 -mno-ssse3 -mno-sse4 -mno-sse4.1 \ |
46 | -mno-mmx -mno-sse -mno-sse2 -mno-sse3 -mno-ssse3 -mno-sse4 -mno-sse4.1 \ |
| 47 | -mno-sse4.2 -mno-avx -mno-aes -mno-pclmul -mno-sse4a -mno-3dnow \ |
47 | -mno-sse4.2 -mno-avx -mno-aes -mno-pclmul -mno-sse4a -mno-3dnow \ |
| 48 | -mno-popcnt -mno-abm \ |
48 | -mno-popcnt -mno-abm \ |
| 49 | -mips1 -mips2 -mips3 -mips4 -mips32 -mips64 -mips16 -mplt \ |
49 | -mips1 -mips2 -mips3 -mips4 -mips32 -mips64 -mips16 -mplt \ |
| 50 | -msoft-float -mno-soft-float -mhard-float -mno-hard-float -mfpu \ |
50 | -msoft-float -mno-soft-float -mhard-float -mno-hard-float -mfpu \ |
| 51 | -mieee -mieee-with-inexact -mschedule \ |
51 | -mieee -mieee-with-inexact -mschedule -mfloat-gprs -mspe -mno-spe \ |
| 52 | -mtls-direct-seg-refs -mno-tls-direct-seg-refs \ |
52 | -mtls-direct-seg-refs -mno-tls-direct-seg-refs \ |
| 53 | -mflat -mno-flat -mno-faster-structs -mfaster-structs \ |
53 | -mflat -mno-flat -mno-faster-structs -mfaster-structs \ |
| 54 | -m32 -m64 -mabi -mlittle-endian -mbig-endian -EL -EB -fPIC \ |
54 | -m32 -m64 -mx32 -mabi -mlittle-endian -mbig-endian -EL -EB -fPIC \ |
| 55 | -mlive-g0 -mcmodel -mstack-bias -mno-stack-bias \ |
55 | -mlive-g0 -mcmodel -mstack-bias -mno-stack-bias \ |
| 56 | -msecure-plt -m*-toc -D* -U*" |
56 | -msecure-plt -m*-toc -D* -U*" |
|
|
57 | |
|
|
58 | # 4.5 |
|
|
59 | ALLOWED_FLAGS="${ALLOWED_FLAGS} -mno-fma4 -mno-movbe -mno-xop -mno-lwp" |
|
|
60 | # 4.6 |
|
|
61 | ALLOWED_FLAGS="${ALLOWED_FLAGS} -mno-fsgsbase -mno-rdrnd -mno-f16c \ |
|
|
62 | -mno-bmi -mno-tbm" |
| 57 | |
63 | |
| 58 | # {C,CXX,F,FC}FLAGS that we are think is ok, but needs testing |
64 | # {C,CXX,F,FC}FLAGS that we are think is ok, but needs testing |
| 59 | # NOTE: currently -Os have issues with gcc3 and K6* arch's |
65 | # NOTE: currently -Os have issues with gcc3 and K6* arch's |
| 60 | export UNSTABLE_FLAGS="-Os -O3 -freorder-blocks" |
66 | export UNSTABLE_FLAGS="-Os -O3 -freorder-blocks" |
| 61 | return 0 |
67 | return 0 |
| … | |
… | |
| 122 | |
128 | |
| 123 | # @FUNCTION: filter-lfs-flags |
129 | # @FUNCTION: filter-lfs-flags |
| 124 | # @DESCRIPTION: |
130 | # @DESCRIPTION: |
| 125 | # Remove flags that enable Large File Support. |
131 | # Remove flags that enable Large File Support. |
| 126 | filter-lfs-flags() { |
132 | filter-lfs-flags() { |
| 127 | [[ -n $@ ]] && die "filter-lfs-flags takes no arguments" |
133 | [[ $# -ne 0 ]] && die "filter-lfs-flags takes no arguments" |
|
|
134 | # http://www.gnu.org/s/libc/manual/html_node/Feature-Test-Macros.html |
|
|
135 | # _LARGEFILE_SOURCE: enable support for new LFS funcs (ftello/etc...) |
|
|
136 | # _LARGEFILE64_SOURCE: enable support for 64bit variants (off64_t/fseeko64/etc...) |
|
|
137 | # _FILE_OFFSET_BITS: default to 64bit variants (off_t is defined as off64_t) |
| 128 | filter-flags -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE |
138 | filter-flags -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE |
| 129 | } |
139 | } |
| 130 | |
140 | |
| 131 | # @FUNCTION: append-cppflags |
141 | # @FUNCTION: append-cppflags |
| 132 | # @USAGE: <flags> |
142 | # @USAGE: <flags> |
| 133 | # @DESCRIPTION: |
143 | # @DESCRIPTION: |
| 134 | # Add extra <flags> to the current CPPFLAGS. |
144 | # Add extra <flags> to the current CPPFLAGS. |
| 135 | append-cppflags() { |
145 | append-cppflags() { |
| 136 | [[ -z $* ]] && return 0 |
146 | [[ $# -eq 0 ]] && return 0 |
| 137 | export CPPFLAGS="${CPPFLAGS} $*" |
147 | export CPPFLAGS="${CPPFLAGS} $*" |
| 138 | return 0 |
148 | return 0 |
| 139 | } |
149 | } |
| 140 | |
150 | |
| 141 | # @FUNCTION: append-cflags |
151 | # @FUNCTION: append-cflags |
| 142 | # @USAGE: <flags> |
152 | # @USAGE: <flags> |
| 143 | # @DESCRIPTION: |
153 | # @DESCRIPTION: |
| 144 | # Add extra <flags> to the current CFLAGS. |
154 | # Add extra <flags> to the current CFLAGS. |
| 145 | append-cflags() { |
155 | append-cflags() { |
| 146 | [[ -z $* ]] && return 0 |
156 | [[ $# -eq 0 ]] && return 0 |
| 147 | export CFLAGS="${CFLAGS} $*" |
157 | export CFLAGS=$(test-flags-CC ${CFLAGS} "$@") |
| 148 | return 0 |
158 | return 0 |
| 149 | } |
159 | } |
| 150 | |
160 | |
| 151 | # @FUNCTION: append-cxxflags |
161 | # @FUNCTION: append-cxxflags |
| 152 | # @USAGE: <flags> |
162 | # @USAGE: <flags> |
| 153 | # @DESCRIPTION: |
163 | # @DESCRIPTION: |
| 154 | # Add extra <flags> to the current CXXFLAGS. |
164 | # Add extra <flags> to the current CXXFLAGS. |
| 155 | append-cxxflags() { |
165 | append-cxxflags() { |
| 156 | [[ -z $* ]] && return 0 |
166 | [[ $# -eq 0 ]] && return 0 |
| 157 | export CXXFLAGS="${CXXFLAGS} $*" |
167 | export CXXFLAGS=$(test-flags-CXX ${CXXFLAGS} "$@") |
| 158 | return 0 |
168 | return 0 |
| 159 | } |
169 | } |
| 160 | |
170 | |
| 161 | # @FUNCTION: append-fflags |
171 | # @FUNCTION: append-fflags |
| 162 | # @USAGE: <flags> |
172 | # @USAGE: <flags> |
| 163 | # @DESCRIPTION: |
173 | # @DESCRIPTION: |
| 164 | # Add extra <flags> to the current {F,FC}FLAGS. |
174 | # Add extra <flags> to the current {F,FC}FLAGS. |
| 165 | append-fflags() { |
175 | append-fflags() { |
| 166 | [[ -z $* ]] && return 0 |
176 | [[ $# -eq 0 ]] && return 0 |
| 167 | export FFLAGS="${FFLAGS} $*" |
177 | export FFLAGS=$(test-flags-F77 ${FFLAGS} "$@") |
| 168 | export FCFLAGS="${FCFLAGS} $*" |
178 | export FCFLAGS=$(test-flags-FC ${FCFLAGS} "$@") |
| 169 | return 0 |
179 | return 0 |
| 170 | } |
180 | } |
| 171 | |
181 | |
| 172 | # @FUNCTION: append-lfs-flags |
182 | # @FUNCTION: append-lfs-flags |
| 173 | # @DESCRIPTION: |
183 | # @DESCRIPTION: |
| 174 | # Add flags that enable Large File Support. |
184 | # Add flags that enable Large File Support. |
| 175 | append-lfs-flags() { |
185 | append-lfs-flags() { |
| 176 | [[ -n $@ ]] && die "append-lfs-flags takes no arguments" |
186 | [[ $# -ne 0 ]] && die "append-lfs-flags takes no arguments" |
|
|
187 | # see comments in filter-lfs-flags func for meaning of these |
| 177 | append-cppflags -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE |
188 | append-cppflags -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE |
| 178 | } |
189 | } |
| 179 | |
190 | |
| 180 | # @FUNCTION: append-flags |
191 | # @FUNCTION: append-flags |
| 181 | # @USAGE: <flags> |
192 | # @USAGE: <flags> |
| 182 | # @DESCRIPTION: |
193 | # @DESCRIPTION: |
| 183 | # Add extra <flags> to your current {C,CXX,F,FC}FLAGS. |
194 | # Add extra <flags> to your current {C,CXX,F,FC}FLAGS. |
| 184 | append-flags() { |
195 | append-flags() { |
| 185 | [[ -z $* ]] && return 0 |
196 | [[ $# -eq 0 ]] && return 0 |
| 186 | append-cflags "$@" |
197 | append-cflags "$@" |
| 187 | append-cxxflags "$@" |
198 | append-cxxflags "$@" |
| 188 | append-fflags "$@" |
199 | append-fflags "$@" |
| 189 | return 0 |
200 | return 0 |
| 190 | } |
201 | } |
| … | |
… | |
| 396 | |
407 | |
| 397 | test-flag-PROG() { |
408 | test-flag-PROG() { |
| 398 | local comp=$1 |
409 | local comp=$1 |
| 399 | local flags="$2" |
410 | local flags="$2" |
| 400 | |
411 | |
| 401 | [[ -z ${comp} || -z ${flags} ]] && \ |
412 | [[ -z ${comp} || -z ${flags} ]] && return 1 |
| 402 | return 1 |
|
|
| 403 | |
413 | |
|
|
414 | # use -c so we can test the assembler as well |
| 404 | local PROG=$(tc-get${comp}) |
415 | local PROG=$(tc-get${comp}) |
| 405 | ${PROG} ${flags} -S -o /dev/null -xc /dev/null \ |
416 | ${PROG} ${flags} -c -o /dev/null -xc /dev/null \ |
| 406 | > /dev/null 2>&1 |
417 | > /dev/null 2>&1 |
| 407 | } |
418 | } |
| 408 | |
419 | |
| 409 | # @FUNCTION: test-flag-CC |
420 | # @FUNCTION: test-flag-CC |
| 410 | # @USAGE: <flag> |
421 | # @USAGE: <flag> |
| … | |
… | |
| 437 | |
448 | |
| 438 | shift |
449 | shift |
| 439 | |
450 | |
| 440 | [[ -z ${comp} ]] && return 1 |
451 | [[ -z ${comp} ]] && return 1 |
| 441 | |
452 | |
| 442 | x="" |
|
|
| 443 | for x in "$@" ; do |
453 | for x in "$@" ; do |
| 444 | test-flag-${comp} "${x}" && flags="${flags}${flags:+ }${x}" |
454 | test-flag-${comp} "${x}" && flags="${flags}${flags:+ }${x}" |
| 445 | done |
455 | done |
| 446 | |
456 | |
| 447 | echo "${flags}" |
457 | echo "${flags}" |
| … | |
… | |
| 478 | # @USAGE: <flags> |
488 | # @USAGE: <flags> |
| 479 | # @DESCRIPTION: |
489 | # @DESCRIPTION: |
| 480 | # Short-hand that should hopefully work for both C and C++ compiler, but |
490 | # Short-hand that should hopefully work for both C and C++ compiler, but |
| 481 | # its really only present due to the append-flags() abomination. |
491 | # its really only present due to the append-flags() abomination. |
| 482 | test-flags() { test-flags-CC "$@"; } |
492 | test-flags() { test-flags-CC "$@"; } |
| 483 | |
|
|
| 484 | # @FUNCTION: test_flag |
|
|
| 485 | # @DESCRIPTION: |
|
|
| 486 | # DEPRICIATED, use test-flags() |
|
|
| 487 | test_flag() { |
|
|
| 488 | ewarn "test_flag: deprecated, please use test-flags()!" >&2 |
|
|
| 489 | |
|
|
| 490 | test-flags-CC "$@" |
|
|
| 491 | } |
|
|
| 492 | |
493 | |
| 493 | # @FUNCTION: test_version_info |
494 | # @FUNCTION: test_version_info |
| 494 | # @USAGE: <version> |
495 | # @USAGE: <version> |
| 495 | # @DESCRIPTION: |
496 | # @DESCRIPTION: |
| 496 | # Returns shell true if the current C compiler version matches <version>, else returns shell false. |
497 | # Returns shell true if the current C compiler version matches <version>, else returns shell false. |
| … | |
… | |
| 532 | fi |
533 | fi |
| 533 | done |
534 | done |
| 534 | return 1 |
535 | return 1 |
| 535 | } |
536 | } |
| 536 | |
537 | |
| 537 | # @FUNCTION: has_hardened |
538 | # DEAD FUNCS. Remove by Dec 2011. |
| 538 | # @DESCRIPTION: |
539 | test_flag() { die "$0: deprecated, please use test-flags()!" ; } |
| 539 | # DEPRECATED - use gcc-specs-relro or gcc-specs-now from toolchain-funcs |
|
|
| 540 | has_hardened() { |
|
|
| 541 | ewarn "has_hardened: deprecated, please use gcc-specs-{relro,now}()!" >&2 |
540 | has_hardened() { die "$0: deprecated, please use gcc-specs-{relro,now}()!" ; } |
| 542 | |
|
|
| 543 | test_version_info Hardened && return 0 |
|
|
| 544 | # The specs file wont exist unless gcc has GCC_SPECS support |
|
|
| 545 | [[ -f ${GCC_SPECS} && ${GCC_SPECS} != ${GCC_SPECS/hardened/} ]] |
|
|
| 546 | } |
|
|
| 547 | |
|
|
| 548 | # @FUNCTION: has_pic |
|
|
| 549 | # @DESCRIPTION: |
|
|
| 550 | # DEPRECATED - use gcc-specs-pie from toolchain-funcs |
|
|
| 551 | # indicate whether PIC is set |
|
|
| 552 | has_pic() { |
|
|
| 553 | ewarn "has_pic: deprecated, please use gcc-specs-pie()!" >&2 |
541 | has_pic() { die "$0: deprecated, please use gcc-specs-pie()!" ; } |
| 554 | |
|
|
| 555 | [[ ${CFLAGS/-fPIC} != ${CFLAGS} || \ |
|
|
| 556 | ${CFLAGS/-fpic} != ${CFLAGS} ]] || \ |
|
|
| 557 | gcc-specs-pie |
|
|
| 558 | } |
|
|
| 559 | |
|
|
| 560 | # @FUNCTION: has_pie |
|
|
| 561 | # @DESCRIPTION: |
|
|
| 562 | # DEPRECATED - use gcc-specs-pie from toolchain-funcs |
|
|
| 563 | # indicate whether PIE is set |
|
|
| 564 | has_pie() { |
|
|
| 565 | ewarn "has_pie: deprecated, please use gcc-specs-pie()!" >&2 |
542 | has_pie() { die "$0: deprecated, please use gcc-specs-pie()!" ; } |
| 566 | |
|
|
| 567 | [[ ${CFLAGS/-fPIE} != ${CFLAGS} || \ |
|
|
| 568 | ${CFLAGS/-fpie} != ${CFLAGS} ]] || \ |
|
|
| 569 | gcc-specs-pie |
|
|
| 570 | } |
|
|
| 571 | |
|
|
| 572 | # @FUNCTION: has_ssp_all |
|
|
| 573 | # @DESCRIPTION: |
|
|
| 574 | # DEPRECATED - use gcc-specs-ssp from toolchain-funcs |
|
|
| 575 | # indicate whether code for SSP is being generated for all functions |
|
|
| 576 | has_ssp_all() { |
|
|
| 577 | ewarn "has_ssp_all: deprecated, please use gcc-specs-ssp()!" >&2 |
543 | has_ssp_all() { die "$0: deprecated, please use gcc-specs-ssp()!" ; } |
| 578 | |
|
|
| 579 | # note; this matches only -fstack-protector-all |
|
|
| 580 | [[ ${CFLAGS/-fstack-protector-all} != ${CFLAGS} || \ |
|
|
| 581 | -n $(echo | $(tc-getCC) ${CFLAGS} -E -dM - | grep __SSP_ALL__) ]] || \ |
|
|
| 582 | gcc-specs-ssp-to-all |
|
|
| 583 | } |
|
|
| 584 | |
|
|
| 585 | # @FUNCTION: has_ssp |
|
|
| 586 | # @DESCRIPTION: |
|
|
| 587 | # DEPRECATED - use gcc-specs-ssp from toolchain-funcs |
|
|
| 588 | # indicate whether code for SSP is being generated |
|
|
| 589 | has_ssp() { |
|
|
| 590 | ewarn "has_ssp: deprecated, please use gcc-specs-ssp()!" >&2 |
544 | has_ssp() { die "$0: deprecated, please use gcc-specs-ssp()!" ; } |
| 591 | |
|
|
| 592 | # note; this matches both -fstack-protector and -fstack-protector-all |
|
|
| 593 | [[ ${CFLAGS/-fstack-protector} != ${CFLAGS} || \ |
|
|
| 594 | -n $(echo | $(tc-getCC) ${CFLAGS} -E -dM - | grep __SSP__) ]] || \ |
|
|
| 595 | gcc-specs-ssp |
|
|
| 596 | } |
|
|
| 597 | |
545 | |
| 598 | # @FUNCTION: has_m64 |
546 | # @FUNCTION: has_m64 |
| 599 | # @DESCRIPTION: |
547 | # @DESCRIPTION: |
| 600 | # This doesn't test if the flag is accepted, it tests if the flag actually |
548 | # This doesn't test if the flag is accepted, it tests if the flag actually |
| 601 | # WORKS. Non-multilib gcc will take both -m32 and -m64. If the flag works |
549 | # WORKS. Non-multilib gcc will take both -m32 and -m64. If the flag works |
| … | |
… | |
| 671 | # @FUNCTION: append-libs |
619 | # @FUNCTION: append-libs |
| 672 | # @USAGE: <libs> |
620 | # @USAGE: <libs> |
| 673 | # @DESCRIPTION: |
621 | # @DESCRIPTION: |
| 674 | # Add extra <libs> to the current LIBS. |
622 | # Add extra <libs> to the current LIBS. |
| 675 | append-libs() { |
623 | append-libs() { |
| 676 | [[ -z $* ]] && return 0 |
624 | [[ $# -eq 0 ]] && return 0 |
| 677 | local flag |
625 | local flag |
| 678 | for flag in "$@"; do |
626 | for flag in "$@"; do |
| 679 | [[ ${flag} == -l* ]] && flag=${flag#-l} |
627 | [[ ${flag} == -l* ]] && flag=${flag#-l} |
| 680 | export LIBS="${LIBS} -l${flag}" |
628 | export LIBS="${LIBS} -l${flag}" |
| 681 | done |
629 | done |
| … | |
… | |
| 686 | # @FUNCTION: append-ldflags |
634 | # @FUNCTION: append-ldflags |
| 687 | # @USAGE: <flags> |
635 | # @USAGE: <flags> |
| 688 | # @DESCRIPTION: |
636 | # @DESCRIPTION: |
| 689 | # Add extra <flags> to the current LDFLAGS. |
637 | # Add extra <flags> to the current LDFLAGS. |
| 690 | append-ldflags() { |
638 | append-ldflags() { |
| 691 | [[ -z $* ]] && return 0 |
639 | [[ $# -eq 0 ]] && return 0 |
| 692 | local flag |
640 | local flag |
| 693 | for flag in "$@"; do |
641 | for flag in "$@"; do |
| 694 | [[ ${flag} == -l* ]] && \ |
642 | [[ ${flag} == -l* ]] && \ |
| 695 | ewarn "Appending a library link instruction (${flag}); libraries to link to should not be passed through LDFLAGS" |
643 | ewarn "Appending a library link instruction (${flag}); libraries to link to should not be passed through LDFLAGS" |
| 696 | done |
644 | done |
| … | |
… | |
| 707 | _filter-var LDFLAGS "$@" |
655 | _filter-var LDFLAGS "$@" |
| 708 | return 0 |
656 | return 0 |
| 709 | } |
657 | } |
| 710 | |
658 | |
| 711 | # @FUNCTION: raw-ldflags |
659 | # @FUNCTION: raw-ldflags |
| 712 | # @USAGE: <flags> |
660 | # @USAGE: [flags] |
| 713 | # @DESCRIPTION: |
661 | # @DESCRIPTION: |
| 714 | # Turn C style ldflags (-Wl,-foo) into straight ldflags - the results |
662 | # Turn C style ldflags (-Wl,-foo) into straight ldflags - the results |
| 715 | # are suitable for passing directly to 'ld'; note LDFLAGS is usually passed |
663 | # are suitable for passing directly to 'ld'; note LDFLAGS is usually passed |
| 716 | # to gcc where it needs the '-Wl,'. |
664 | # to gcc where it needs the '-Wl,'. |
|
|
665 | # |
|
|
666 | # If no flags are specified, then default to ${LDFLAGS}. |
| 717 | raw-ldflags() { |
667 | raw-ldflags() { |
| 718 | local x input="$@" |
668 | local x input="$@" |
| 719 | [[ -z ${input} ]] && input=${LDFLAGS} |
669 | [[ -z ${input} ]] && input=${LDFLAGS} |
| 720 | set -- |
670 | set -- |
| 721 | for x in ${input} ; do |
671 | for x in ${input} ; do |