diff options
author | Jeff Hatch <jhatch@multitech.com> | 2017-03-06 15:15:15 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-05-23 18:12:49 -0500 |
commit | 38d88388671f21e1da45b115b43c614b732315ef (patch) | |
tree | f06a2acdcbbffce2f02f15c70dc2f4d737b11d39 /conf | |
parent | a62ea99278768fd40a5d4407a92674fc29899c4e (diff) | |
download | meta-multitech-38d88388671f21e1da45b115b43c614b732315ef.tar.gz meta-multitech-38d88388671f21e1da45b115b43c614b732315ef.tar.bz2 meta-multitech-38d88388671f21e1da45b115b43c614b732315ef.zip |
Change compiler to 4.93 from 5.3
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/mtcdt.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/mtcdt.conf b/conf/machine/mtcdt.conf index 3437c62..2797803 100644 --- a/conf/machine/mtcdt.conf +++ b/conf/machine/mtcdt.conf @@ -39,3 +39,5 @@ UBOOT_ENTRYPOINT = "0x20008000" UBOOT_LOADADDRESS = "0x20008000" PREFERRED_VERSION_rs9113 = '1.5.0' + +GCCVERSION = "4.9.3" |