diff options
author | Jeff Hatch <jhatch@multitech.com> | 2017-03-06 15:15:15 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-06-09 09:09:19 -0500 |
commit | 5b7e4c586c78dbc9220996b241405a74fc1f5070 (patch) | |
tree | 6c312dec0168b11ef898bc30e01ba1a5337f75f1 /conf/machine | |
parent | a54eeff08db189653748220bad39aa3a6566e7f0 (diff) | |
download | meta-multitech-5b7e4c586c78dbc9220996b241405a74fc1f5070.tar.gz meta-multitech-5b7e4c586c78dbc9220996b241405a74fc1f5070.tar.bz2 meta-multitech-5b7e4c586c78dbc9220996b241405a74fc1f5070.zip |
Change compiler to 4.93 from 5.3
Diffstat (limited to 'conf/machine')
-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" |