Skip to content

Commit ce845f1

Browse files
authored
create_gcc_pkg.rb - check for arm when performing gcc downgrade (#24)
1 parent 7447694 commit ce845f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create_gcc_pkg.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def openssl_copy_cert_files
144144

145145
def install_gcc
146146

147-
@gcc = '14.2.0-3'
147+
@gcc = PKG_DIR == 'clangarm64' ? nil : '14.2.0-3'
148148

149149
args = '--noconfirm --noprogressbar --needed'
150150

0 commit comments

Comments
 (0)