forked from Imagelibrary/rtems
Fix libgo filter.
This commit is contained in:
@@ -164,7 +164,7 @@
|
||||
*jc1) ;;
|
||||
*jvgenmain) ;;
|
||||
*/libgfortran*.*) echo "$i" >> build/files.gfortran ;;
|
||||
*/libgo*.a) echo "$i" >> build/files.go ;;
|
||||
*/libgo.*) echo "$i" >> build/files.go ;;
|
||||
%{!?with_pygdb:*/libstdc++*gdb.py*) rm ${RPM_BUILD_ROOT}/$i ;;} # ignore for now
|
||||
%{?with_pygdb:*/libstdc++*gdb.py*) >> build/files.g++ ;;}
|
||||
*/libstdc++.*) echo "$i" >> build/files.g++ ;;
|
||||
|
||||
Reference in New Issue
Block a user