alin2894
English it is not my first Language .
I am a beginner in source > > > This Forum it is not just for you
If you were not want to answer ,,,,,, So keep it to yourself
Thanx for answer I will do it now ><
Were i can find the makefile . i found many makefile >
and how i can add gcc49 in it
i found many lines for gcc
GCC_VERSION = $(shell $(CC) --version 2>&1 | grep "(GCC)" | cut -d' ' -f3 | cut -d'.' -f1)
ifeq ($(GCC_VERSION), 4)
CC = gcc
CFLAGS_GCC_OMIT_FRAME_POINTER = -fomit-frame-pointer
CPP = gcc -E
LZO_ASM_OBJECTS = $(LZO_ASM_OBJECTS_GCC_i386)
MFX_CC = GCC
GCC_VERSION = $(shell $(CC) --version 2>&1 | grep "(GCC)" | cut -d' ' -f3 | cut -d'.' -f1)
GCC_VERSION = $(shell $(CC) --version 2>&1 | grep "(GCC)" | cut -d' ' -f3 | cut -d'.' -f1)
ifeq ($(GCC_VERSION), 4)
CFLAGS_GCC_OMIT_FRAME_POINTER = @CFLAGS_GCC_OMIT_FRAME_POINTER@