diff --git a/scripts/gcc-post.sh b/scripts/gcc-post.sh index 362ac83e..9671eca1 100644 --- a/scripts/gcc-post.sh +++ b/scripts/gcc-post.sh @@ -61,6 +61,10 @@ function gcc_post_install { local _gcc_version=$(func_map_gcc_name_to_gcc_version $_GCC_NAME) local _reverse_bits=$(func_get_reverse_arch_bit $BUILD_ARCHITECTURE) + + # cc.exe + cp -f $PREFIX/bin/gcc.exe $PREFIX/bin/cc.exe + # libgcc_s.a cp -f $PREFIX/lib/gcc/$TARGET/lib/libgcc_s.a $PREFIX/$TARGET/lib/ \ || die "Cannot copy libgcc_s.a to $PREFIX/$TARGET/lib"