File tree 2 files changed +2
-14
lines changed 2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -517,4 +517,3 @@ $(SJ2_TEST_OBJECT_DIR)/%.o: %
517
517
@$(TEST_CPPC ) $(TEST_FLAGS ) \
518
518
-MF" $( @:%.o=%.d) " -MT" $( @) " -c -o " $@ " " $<"
519
519
@printf ' $(YELLOW)Built Source (C++) $(RESET): $<\n'
520
-
Original file line number Diff line number Diff line change @@ -66,16 +66,6 @@ function request_sudo_privileges() {
66
66
sudo echo " " || exit 1
67
67
}
68
68
69
- function quit_if_not_64_bit() {
70
- echo " ──────────────────────────────────────────────────┐"
71
- echo " Detecting your platform "
72
- echo " └────────────────────────────────────────────────── "
73
- if [[ " $ARCH " != ' x86_64' || " $ARCH " == " amd64" ]]; then
74
- echo ' Only 64-bit architecture systems are supported!'
75
- exit 1
76
- fi
77
- }
78
-
79
69
function install_linux_prerequisites() {
80
70
echo " ──────────────────────────────────────────────────┐"
81
71
echo " "
@@ -135,8 +125,8 @@ function install_mac_osx_prerequisites() {
135
125
echo " ───────────────────────────────────────────────────┐"
136
126
echo " Brew Installing gcc "
137
127
echo " └─────────────────────────────────────────────────── "
138
- brew install gcc@9
139
- brew link --overwrite gcc@9
128
+ brew install gcc@10
129
+ brew link --overwrite gcc@10
140
130
141
131
return $(( $git_status + $brew_install ))
142
132
}
@@ -291,7 +281,6 @@ function final_install_check() {
291
281
# ##############
292
282
293
283
quit_if_script_was_run_as_root
294
- quit_if_not_64_bit
295
284
296
285
if [[ " $1 " == " --generate-location-file" ]]; then
297
286
echo " Generating Location File..."
You can’t perform that action at this time.
0 commit comments