Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Debian patch: 040_propagate_pic_to_nasm.diff
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
build-scripts/strip_fPIC.sh
|
@@ -5,8 +5,8 @@ |
|
|
command="" |
|
|
while [ $# -gt 0 ]; do |
|
|
case "$1" in |
|
|
-?PIC) |
|
|
# Ignore -fPIC and -DPIC options |
|
|
-fPIC) |
|
|
# Ignore -fPIC option |
|
|
;; |
|
|
-fno-common) |
|
|
# Ignore -fPIC and -DPIC options |
|
|