Jump to content

kakomamo

Inactive Member
  • Posts

    38
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by kakomamo

  1. 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 :P 

    Thanx for answer I will do it now >< 

    Were i can find the makefile . i found many makefile > :blink::blink:

    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@
    
    

     

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.