diff options
Diffstat (limited to 'examples/gcc-4.4/Makefile')
-rw-r--r-- | examples/gcc-4.4/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/gcc-4.4/Makefile b/examples/gcc-4.4/Makefile index 947ec51..44fa77f 100644 --- a/examples/gcc-4.4/Makefile +++ b/examples/gcc-4.4/Makefile @@ -4,11 +4,6 @@ include /usr/share/cibs/rules/autotools.mk include /usr/share/cibs/rules/patch.mk include /usr/share/cibs/rules/32.mk -summary := GNU Compiler Collection -license := GPL -license-file := COPYING - - # Clean all flags cause we are building very specific stuff CFLAGS := -O2 CXXFLAGS := $(CFLAGS) |