components/gdb/Makefile
changeset 2225 f064d3d3190d
parent 1948 2d1537e7942d
child 3817 30b42c38bbc4
equal deleted inserted replaced
2224:f7669e0b3220 2225:f064d3d3190d
   129 # Disable ASLR: it's a debugger and we do not want to risk
   129 # Disable ASLR: it's a debugger and we do not want to risk
   130 # altering the results of the debugging experiment.
   130 # altering the results of the debugging experiment.
   131 ASLR_MODE=$(ASLR_DISABLE)
   131 ASLR_MODE=$(ASLR_DISABLE)
   132 
   132 
   133 # common targets
   133 # common targets
       
   134 configure:	$(CONFIGURE_64)
       
   135 
   134 build:		$(BUILD_64)
   136 build:		$(BUILD_64)
   135 
   137 
   136 install:	$(INSTALL_64)
   138 install:	$(INSTALL_64)
   137 
   139 
   138 test:		$(NO_TESTS)
   140 test:		$(NO_TESTS)