components/gcc49/Makefile
changeset 5439 a006e5bb8577
parent 5359 57359db17e2a
child 5682 94c0ca64c022
equal deleted inserted replaced
5438:c068f8c677e8 5439:a006e5bb8577
    44 
    44 
    45 # The GNU compiler wants the GNU utilities.
    45 # The GNU compiler wants the GNU utilities.
    46 PATH=/usr/gnu/bin:/usr/bin:/usr/perl5/bin
    46 PATH=/usr/gnu/bin:/usr/bin:/usr/perl5/bin
    47 
    47 
    48 PATCH_LEVEL := 0
    48 PATCH_LEVEL := 0
    49 ENABLE_CLOOG := 0
    49 ENABLE_CLOOG := 1
    50 
    50 
    51 ENABLE_CXA_ATEXIT=yes
    51 ENABLE_CXA_ATEXIT=yes
    52 ifeq ($(OS_VERSION), 5.11)
    52 ifeq ($(OS_VERSION), 5.11)
    53   ENABLE_CXA_ATEXIT=no
    53   ENABLE_CXA_ATEXIT=no
    54 endif
    54 endif