components/gcc47/Makefile
branchs11-update
changeset 2806 8ac3cbf66125
parent 2720 ce63a14b34c3
child 2995 818a00a3e899
equal deleted inserted replaced
2805:4888f6212f94 2806:8ac3cbf66125
    94       cd $(PROTOUSRDIR)/gcc/4.7/lib/$(MACH64) ; \
    94       cd $(PROTOUSRDIR)/gcc/4.7/lib/$(MACH64) ; \
    95 	$(PYTHON) -m compileall . ; \
    95 	$(PYTHON) -m compileall . ; \
    96       cd $(PROTOUSRDIR)/gcc/4.7/share/gcc-4.7.3/python/libstdcxx ; \
    96       cd $(PROTOUSRDIR)/gcc/4.7/share/gcc-4.7.3/python/libstdcxx ; \
    97 	$(PYTHON) -m compileall . ; \
    97 	$(PYTHON) -m compileall . ; \
    98       cd $(PROTOUSRDIR)/gcc/4.7/share/gcc-4.7.3/python/libstdcxx/v6 ; \
    98       cd $(PROTOUSRDIR)/gcc/4.7/share/gcc-4.7.3/python/libstdcxx/v6 ; \
    99 	$(PYTHON) -m compileall . )
    99 	$(PYTHON) -m compileall . ; \
       
   100       cd $(COMPONENT_DIR) ; \
       
   101 	chmod 0755 ./gcc_post_install_processing.sh ; \
       
   102 	$(SHELL) ./gcc_post_install_processing.sh -protodir=$(PROTO_DIR) \
       
   103 	  -python=$(PYTHON) -gccversion=$(COMPONENT_VERSION) )
   100 
   104 
   101 # ASLR has side-effects with libitm and libgomp.
   105 # ASLR has side-effects with libitm and libgomp.
   102 # Disable ASLR for now.
   106 # Disable ASLR for now.
   103 ASLR_MODE=$(ASLR_DISABLE)
   107 ASLR_MODE=$(ASLR_DISABLE)
   104 
   108