Skip to content

Commit 90bb0c8

Browse files
committed
Makefiles: disable Bebbo's GCC6 toolchain by default for m68k-amigaos3
1 parent 12f3210 commit 90bb0c8

File tree

22 files changed

+22
-23
lines changed

22 files changed

+22
-23
lines changed

engine/hexen2/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,7 @@ endif
10071007
ifeq ($(TARGET_OS),amigaos)
10081008

10091009
# use Bebbo's GCC6 toolchain
1010-
BEBBO_TOOLCHAIN=yes
1010+
BEBBO_TOOLCHAIN=no
10111011

10121012
# crt: libnix or clib2:
10131013
USE_CLIB2=yes

engine/hexen2/server/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ endif
272272
ifeq ($(TARGET_OS),amigaos)
273273

274274
# use Bebbo's GCC6 toolchain
275-
BEBBO_TOOLCHAIN=yes
275+
BEBBO_TOOLCHAIN=no
276276

277277
# crt: libnix or clib2:
278278
USE_CLIB2=yes

engine/hexenworld/client/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,7 @@ endif
968968
ifeq ($(TARGET_OS),amigaos)
969969

970970
# use Bebbo's GCC6 toolchain
971-
BEBBO_TOOLCHAIN=yes
971+
BEBBO_TOOLCHAIN=no
972972

973973
# crt: libnix or clib2:
974974
USE_CLIB2=yes

engine/hexenworld/server/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ endif
265265
ifeq ($(TARGET_OS),amigaos)
266266

267267
# use Bebbo's GCC6 toolchain
268-
BEBBO_TOOLCHAIN=yes
268+
BEBBO_TOOLCHAIN=no
269269

270270
# crt: libnix or clib2:
271271
USE_CLIB2=yes

h2patch/Makefile.amiga

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ NOIXEMUL= 1
3030

3131
ifeq ($(AOS3),1)
3232
# use Bebbo's GCC6 toolchain
33-
BEBBO_TOOLCHAIN=yes
33+
BEBBO_TOOLCHAIN=no
3434
# crt: libnix or clib2:
3535
USE_CLIB2=yes
3636
ifeq ($(BEBBO_TOOLCHAIN),yes)

hw_utils/hwmaster/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ endif
135135

136136
ifeq ($(TARGET_OS),amigaos)
137137
# use Bebbo's GCC6 toolchain
138-
BEBBO_TOOLCHAIN=yes
138+
BEBBO_TOOLCHAIN=no
139139
# crt: libnix or clib2:
140140
USE_CLIB2=yes
141141
ifeq ($(BEBBO_TOOLCHAIN),yes)

hw_utils/hwmquery/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ endif
135135

136136
ifeq ($(TARGET_OS),amigaos)
137137
# use Bebbo's GCC6 toolchain
138-
BEBBO_TOOLCHAIN=yes
138+
BEBBO_TOOLCHAIN=no
139139
# crt: libnix or clib2:
140140
USE_CLIB2=yes
141141
ifeq ($(BEBBO_TOOLCHAIN),yes)

hw_utils/hwrcon/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ endif
136136

137137
ifeq ($(TARGET_OS),amigaos)
138138
# use Bebbo's GCC6 toolchain
139-
BEBBO_TOOLCHAIN=yes
139+
BEBBO_TOOLCHAIN=no
140140
# crt: libnix or clib2:
141141
USE_CLIB2=yes
142142
ifeq ($(BEBBO_TOOLCHAIN),yes)

libs/timidity/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ endif
8080

8181
ifeq ($(TARGET_OS),amigaos)
8282
# use Bebbo's GCC6 toolchain
83-
BEBBO_TOOLCHAIN=yes
83+
BEBBO_TOOLCHAIN=no
8484
# crt: libnix or clib2
8585
USE_CLIB2=yes
8686
ifeq ($(BEBBO_TOOLCHAIN),yes)

utils/bsp2map/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ LDLIBS += -lm
8686
endif
8787
ifeq ($(TARGET_OS),amigaos)
8888
# use Bebbo's GCC6 toolchain
89-
BEBBO_TOOLCHAIN=yes
89+
BEBBO_TOOLCHAIN=no
9090
# crt: libnix or clib2:
9191
USE_CLIB2=yes
9292
ifeq ($(BEBBO_TOOLCHAIN),yes)

0 commit comments

Comments
 (0)