Skip to content

Commit ebac9a0

Browse files
committed
crossclang: Handle -rdynamic for gcc targets
1 parent 3499cc6 commit ebac9a0

File tree

1 file changed

+1
-0
lines changed
  • junixsocket-native/crossclang/bin

1 file changed

+1
-0
lines changed

junixsocket-native/crossclang/bin/clang

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ while [ $# -gt 0 ]; do
170170
-target ) v="$1"; target="$v"; shift; skipArg=1 ;;
171171
c++ ) if [ "$previous" == "-x" ]; then looksLikeCPP=1; fi ;;
172172
-m64 ) extraVersionArgs+=("$v") ;;
173+
-rdynamic ) skipGccArg=1 ; hasExportDynamic=1; ;;
173174
-Xlinker )
174175
if [[ "$1" == "-export_dynamic" ]]; then
175176
hasExportDynamic=1

0 commit comments

Comments
 (0)