From: Dean Camera Date: Wed, 5 Dec 2018 08:30:10 +0000 (+1100) Subject: Update Drone CI image path. X-Git-Tag: LUFA-210130~41 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/f6a204b6abca954ac52fa65830ad3217394c71af Update Drone CI image path. --- diff --git a/.drone.yml b/.drone.yml index ba140e301..aac2af4b8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,16 +3,16 @@ name: default steps: - name: Projects - image: abcminiuser/docker-avr8-toolchain + image: abcminiuser/docker-ci-avr8-toolchain commands: - make -j --quiet all - name: Bootloaders - image: abcminiuser/docker-avr8-toolchain + image: abcminiuser/docker-ci-avr8-toolchain commands: - make --quiet -C Maintenance bootloaders - name: Tests - image: abcminiuser/docker-avr8-toolchain + image: abcminiuser/docker-ci-avr8-toolchain commands: - make --quiet -C BuildTests all diff --git a/LUFA/Build/DMBS/DMBS/gcc.mk b/LUFA/Build/DMBS/DMBS/gcc.mk index 73065dcec..79b95ab76 100644 --- a/LUFA/Build/DMBS/DMBS/gcc.mk +++ b/LUFA/Build/DMBS/DMBS/gcc.mk @@ -115,7 +115,7 @@ ifneq ($(findstring $(ARCH), AVR8 XMEGA),) else ifneq ($(findstring $(ARCH), UC3),) BASE_CC_FLAGS += -mpart=$(MCU:at32%=%) -masm-addr-pseudos endif -BASE_CC_FLAGS += -Wall -fno-strict-aliasing -funsigned-char -funsigned-bitfields -ffunction-sections +BASE_CC_FLAGS += -Wall -fno-strict-aliasing -funsigned-char -funsigned-bitfields -ffunction-sections -fdiagnostics-color BASE_CC_FLAGS += -I. BASE_CC_FLAGS += -DARCH=ARCH_$(ARCH) ifneq ($(F_CPU),)