diff --git a/GNUmakefile b/GNUmakefile index e87f7e2e..cbf7bd50 100755 --- a/GNUmakefile +++ b/GNUmakefile @@ -122,6 +122,9 @@ ifeq ($(DETECT_FEATURES),1) ifneq ($(strip $(TCXXFLAGS)),) $(info Using testing flags: $(TCXXFLAGS)) endif + #TPROG = TestPrograms/test_cxx.cxx + #$(info Testing compile... ) + #$(info $(shell $(CXX) $(TCXXFLAGS) $(ZOPT) $(TOPT) $(TPROG) -o $(TOUT) 1>/dev/null)) endif # Fixup AIX diff --git a/GNUmakefile-cross b/GNUmakefile-cross index 6e264173..af3adfcb 100755 --- a/GNUmakefile-cross +++ b/GNUmakefile-cross @@ -184,6 +184,9 @@ ifeq ($(DETECT_FEATURES),1) ifneq ($(strip $(TCXXFLAGS)),) $(info Using testing flags: $(TCXXFLAGS)) endif + #TPROG = TestPrograms/test_cxx.cxx + #$(info Testing compile... ) + #$(info $(shell $(CXX) $(TCXXFLAGS) $(ZOPT) $(TOPT) $(TPROG) -o $(TOUT) 1>/dev/null)) endif # For the previous messages