Skip to content

Commit

Permalink
[gcc] Aarch64 path fix. Contributes to JB#49681
Browse files Browse the repository at this point in the history
  • Loading branch information
xfade authored and mkosola committed Jun 26, 2020
1 parent 017d7bc commit 2c0525f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcc.spec
Expand Up @@ -968,7 +968,7 @@ mv -f %{buildroot}%{_prefix}/%{_lib}/libstdc++*gdb.py* \
%{buildroot}%{_datadir}/gdb/auto-load/%{_prefix}/%{_lib}/

pushd $FULLPATH
if [ "%{_lib}" = "lib" ] || [ "%{_lib}" = "lib64" ]; then
if [ "%{_lib}" = "lib" ]; then
%if %{build_objc}
ln -sf ../../../libobjc.so.4 libobjc.so
%endif
Expand Down

0 comments on commit 2c0525f

Please sign in to comment.