diff options
| author | William Bryan <wilbryan@us.ibm.com> | 2017-06-30 08:46:33 -0500 |
|---|---|---|
| committer | William A. Bryan <wilbryan@us.ibm.com> | 2017-06-30 10:36:54 -0400 |
| commit | 6a00709c2078f7c788d1c9051adb35f34e004a90 (patch) | |
| tree | 770f07f21623fba39adaea802dc1a4d1c5eec8a0 /src/occBootLoader | |
| parent | 7adb49aeec6971ff0f3656a73829a793907f5567 (diff) | |
| download | talos-occ-6a00709c2078f7c788d1c9051adb35f34e004a90.tar.gz talos-occ-6a00709c2078f7c788d1c9051adb35f34e004a90.zip | |
Use std=gnu89, the gcc 4.8 default
RTC:176497
Change-Id: Ibac4a602dd0436143a901edaeb13b6a313c5fbba
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42653
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Martha Broyles <mbroyles@us.ibm.com>
Reviewed-by: Andres A. Lugo-Reyes <aalugore@us.ibm.com>
Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
Diffstat (limited to 'src/occBootLoader')
| -rw-r--r-- | src/occBootLoader/img_defs.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/occBootLoader/img_defs.mk b/src/occBootLoader/img_defs.mk index a53d9db..fe8859d 100644 --- a/src/occBootLoader/img_defs.mk +++ b/src/occBootLoader/img_defs.mk @@ -5,7 +5,7 @@ # # OpenPOWER OnChipController Project # -# Contributors Listed Below - COPYRIGHT 2015,2016 +# Contributors Listed Below - COPYRIGHT 2015,2017 # [+] International Business Machines Corp. # # @@ -226,7 +226,7 @@ PIPE-CFLAGS = -pipe -Wa,-m405 GCC-CFLAGS += -g -Wall -fsigned-char -msoft-float \ -m32 -mbig-endian -mcpu=405 -mmultiple -mstring \ -meabi -msdata=eabi -ffreestanding -fno-common \ - -fno-inline-functions-called-once + -fno-inline-functions-called-once -std=gnu89 CFLAGS = -c $(GCC-CFLAGS) $(PIPE-CFLAGS) $(GCC-O-LEVEL) $(INCLUDES) |

