summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2019-10-08 09:38:43 -0400
committerSam Nelson <sam.nelson@ti.com>2019-10-08 15:51:06 -0400
commitbd9c53f05a78fb3ddb182c0af8bce0a3bc6897dc (patch)
treed2ee1182e49eea795a9dd731fa3634d10947a17f
parent716f2b3489d8297394812a3e47ada8f236fa911a (diff)
downloadipc-bd9c53f05a78fb3ddb182c0af8bce0a3bc6897dc.tar.gz
package.bld: Remove --gcc option
--gcc is deprecated and will be removed in a subsequent release. GCC compatibility is implemented through the --relaxed_ansi option and is the default behavior of the compiler. Signed-off-by: Sam Nelson <sam.nelson@ti.com>
-rw-r--r--packages/ti/ipc/rpmsg/package.bld8
-rw-r--r--packages/ti/ipc/transports/package.bld2
2 files changed, 3 insertions, 7 deletions
diff --git a/packages/ti/ipc/rpmsg/package.bld b/packages/ti/ipc/rpmsg/package.bld
index e877bd9..7f38f90 100644
--- a/packages/ti/ipc/rpmsg/package.bld
+++ b/packages/ti/ipc/rpmsg/package.bld
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011-2018 Texas Instruments Incorporated - http://www.ti.com
+ * Copyright (c) 2011-2019 Texas Instruments Incorporated - http://www.ti.com
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -53,11 +53,7 @@ for (var i = 0; i < Build.targets.length; i++) {
var targ = Build.targets[i];
var name = Pkg.name;
- if (targ.$name.match(/^ti\.targets\./)) {
- myCopts = "--gcc"; /* Rpmsg.h requires gcc-isms */
- } else {
- myCopts = "";
- }
+ myCopts = "";
for (var profile in targ.profiles) {
diff --git a/packages/ti/ipc/transports/package.bld b/packages/ti/ipc/transports/package.bld
index 46b103c..a531a25 100644
--- a/packages/ti/ipc/transports/package.bld
+++ b/packages/ti/ipc/transports/package.bld
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012-2015 Texas Instruments Incorporated - http://www.ti.com
+ * Copyright (c) 2012-2019 Texas Instruments Incorporated - http://www.ti.com
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without