diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2004-02-12 16:31:01 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2004-02-12 16:31:01 +0000 |
commit | 104e0b2362f580f33d854fafc78b13453dbaae38 (patch) | |
tree | 9f8a76673983a360a0a87e60c9e76841f066e556 /mdk-stage1 | |
parent | 806cedc647e42ec6ccd1ff567bdce38683132cd3 (diff) | |
download | drakx-104e0b2362f580f33d854fafc78b13453dbaae38.tar drakx-104e0b2362f580f33d854fafc78b13453dbaae38.tar.gz drakx-104e0b2362f580f33d854fafc78b13453dbaae38.tar.bz2 drakx-104e0b2362f580f33d854fafc78b13453dbaae38.tar.xz drakx-104e0b2362f580f33d854fafc78b13453dbaae38.zip |
linux/fd.h is too broken to compile with -W :(
Diffstat (limited to 'mdk-stage1')
-rw-r--r-- | mdk-stage1/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/Makefile.common b/mdk-stage1/Makefile.common index 04c070fc2..86e29aa02 100644 --- a/mdk-stage1/Makefile.common +++ b/mdk-stage1/Makefile.common @@ -45,7 +45,7 @@ endif ifeq (ppc, $(ARCH)) CFLAGS = -Os -pipe -Wall -fomit-frame-pointer -fno-strict-aliasing else -CFLAGS = -Os -pipe -Wall -Werror -W -fomit-frame-pointer -fno-strict-aliasing +CFLAGS = -Os -pipe -Wall -Werror -fomit-frame-pointer -fno-strict-aliasing endif DIETLIBC_INCLUDES = -I$(top_dir)/dietlibc/include -I. -I$(top_dir)/bzlib |