diff options
Diffstat (limited to 'sysdeps/sparc/configure')
-rwxr-xr-x | sysdeps/sparc/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/sparc/configure b/sysdeps/sparc/configure index 56168677a2..a8f815a577 100755 --- a/sysdeps/sparc/configure +++ b/sysdeps/sparc/configure @@ -1,4 +1,4 @@ # Local configure fragment for sysdeps/sparc. # The assembler on SPARC needs the -fPIC flag even when it's assembler code. -ASFLAGS_SO = -fPIC +ASFLAGS_SO=-fPIC |