diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2013-11-04 10:53:28 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2013-11-04 10:53:52 +0100 |
commit | 5da345a3229908999b5d10545621e9b18486b686 (patch) | |
tree | aaddd9df7e975051522cb98ed94b7c41fdefb91d | |
parent | 109dfda1fd78c1858559be063805b77ed4d03d69 (diff) |
m4: Use -Wno-error=cast-align to make gcc happy too
-rw-r--r-- | recipes/build-tools/m4.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/build-tools/m4.recipe b/recipes/build-tools/m4.recipe index e1cf095b..05eae551 100644 --- a/recipes/build-tools/m4.recipe +++ b/recipes/build-tools/m4.recipe @@ -10,4 +10,4 @@ class Recipe(recipe.Recipe): files_bins = ['m4'] def prepare(self): - self.append_env['CFLAGS'] = " -Wno-error,-Wcast-align " + self.append_env['CFLAGS'] = " -Wno-error=cast-align " |