components/gcc48/Makefile
changeset 2225 f064d3d3190d
parent 1948 2d1537e7942d
child 3817 30b42c38bbc4
equal deleted inserted replaced
2224:f7669e0b3220 2225:f064d3d3190d
   114 
   114 
   115 # ASLR has side-effects with libitm and libgomp.
   115 # ASLR has side-effects with libitm and libgomp.
   116 # Disable ASLR for now.
   116 # Disable ASLR for now.
   117 ASLR_MODE=$(ASLR_DISABLE)
   117 ASLR_MODE=$(ASLR_DISABLE)
   118 
   118 
       
   119 configure:	$(CONFIGURE_32)
       
   120 
   119 build:		$(BUILD_32)
   121 build:		$(BUILD_32)
   120 
   122 
   121 install:	$(INSTALL_32)
   123 install:	$(INSTALL_32)
   122 
   124 
   123 # To ensure that all tests that are expected to pass actually
   125 # To ensure that all tests that are expected to pass actually