]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
gcc: Remove weird gcc CFLAGS.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 5 Apr 2010 13:05:38 +0000 (15:05 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 5 Apr 2010 13:05:38 +0000 (15:05 +0200)
pkgs/core/gcc/gcc.nm

index 81199218e685c9b73639d6338991008bdcda63a7..c73091a01db386dd36eb04ac1de05cf58533c58c 100644 (file)
@@ -42,9 +42,6 @@ endef
 PKG_BUILD_DEPS =
 PKG_DEPS      += binutils cloog glibc gmp kernel-headers libffi mpfr ppl
 
-CFLAGS         = -D__USE_XOPEN2K8 -pipe
-CXXFLAGS       =
-
 ifeq "$(MACHINE)" "i586"
        CONFIGURE_ARGS = --disable-decimal-float
 endif