summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-09-22 15:36:40 +0200
committerMichael Stahl <mstahl@redhat.com>2016-09-22 17:16:38 +0200
commit9eac0d443d07949140d638e2fc43c2d312b62dd1 (patch)
tree3f24882530a712cf3dfd3a2caf8772f75acb54b4 /solenv
parent73e4a2b25d30259f89931bc0ae43a820f66fb9ba (diff)
gbuild: gb_COMPILERDEFAULTOPTFLAGS doesn't exist
... since commit 8541943b8d08f62217e99c9d47a5f222e1fba86e Change-Id: I56b12ebd59b8387878f20d625381d3f743558a43
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/platform/LINUX_GODSON64_GCC.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/platform/LINUX_GODSON64_GCC.mk b/solenv/gbuild/platform/LINUX_GODSON64_GCC.mk
index c2fe75848304..4a0a619e41b9 100644
--- a/solenv/gbuild/platform/LINUX_GODSON64_GCC.mk
+++ b/solenv/gbuild/platform/LINUX_GODSON64_GCC.mk
@@ -9,7 +9,7 @@
#please make generic modifications to unxgcc.mk or linux.mk
gb_CPUDEFS += -DMIPS64
-gb_COMPILERDEFAULTOPTFLAGS := -Os
+gb_COMPILEROPTFLAGS := -Os
include $(GBUILDDIR)/platform/linux.mk