File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44	mkdir bin
55
66bin/simple :
7- 	cd  simple &&  GOOS=linux GOARCH=riscv64 GOROOT=$(LATEST_GOROOT )  go build -o ../bin/simple . 
7+ 	cd  simple &&  GOOS=linux GOARCH=riscv64 GOROOT=$(LATEST_GOROOT )  go build -gcflags= " all=-d=softfloat "  - o ../bin/simple . 
88
99bin/simple.dump : bin/simple
1010	riscv64-linux-gnu-objdump -D --disassemble --disassembler-options=no-aliases --wide --source -m riscv:rv64 -EL bin/simple >  bin/simple.dump
1111
1212bin/minimal :
13- 	cd  minimal &&  GOOS=linux GOARCH=riscv64 GOROOT=$(LATEST_GOROOT )  go build -o ../bin/minimal . 
13+ 	cd  minimal &&  GOOS=linux GOARCH=riscv64 GOROOT=$(LATEST_GOROOT )  go build -gcflags= " all=-d=softfloat "  - o ../bin/minimal . 
1414
1515bin/minimal.dump : bin/minimal
1616	riscv64-linux-gnu-objdump -D --disassemble --disassembler-options=no-aliases --wide --source -m riscv:rv64 -EL bin/minimal >  bin/minimal.dump
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments