diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-05-23 19:06:10 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-05-23 19:06:10 +0200 |
commit | b2b8bf37934087f8fb2a246316ecf9e91955ec57 (patch) | |
tree | 54426fb6229df8ee26041d7675993b3c2358baf8 /Makefile.am | |
parent | 6af2316771841cd4d2770fae00d3d147aa11a5d9 (diff) | |
download | gnumach-b2b8bf37934087f8fb2a246316ecf9e91955ec57.tar.gz gnumach-b2b8bf37934087f8fb2a246316ecf9e91955ec57.tar.bz2 gnumach-b2b8bf37934087f8fb2a246316ecf9e91955ec57.zip |
Restrict `-fno-strict-aliasing' to the Linux drivers
* Makefile.am: Move `-fno-strict-aliasing'...
* linux/Makefrag.am: ... here.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index eb940cbb..913db55e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -59,10 +59,6 @@ AM_CFLAGS += \ AM_CFLAGS += \ -Wall -# See <http://lists.gnu.org/archive/html/bug-hurd/2006-01/msg00148.html>. -AM_CFLAGS += \ - -fno-strict-aliasing - # We need the GNU-style inline AM_CFLAGS += \ -fgnu89-inline |