From 581fea8b69fdc797168a6ea3ebb6b3adbe8c1af0 Mon Sep 17 00:00:00 2001 From: Jose Date: Sun, 23 Feb 2025 11:07:28 +0100 Subject: [PATCH] modified: .gitea/workflows/sdcc.yml --- .gitea/workflows/sdcc.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/sdcc.yml b/.gitea/workflows/sdcc.yml index 3c11e2e..922a091 100644 --- a/.gitea/workflows/sdcc.yml +++ b/.gitea/workflows/sdcc.yml @@ -35,13 +35,13 @@ jobs: # svn co -r [rev] svn://svn.code.sf.net/p/sdcc/code/trunk/sdcc svn co -r 9092 svn://svn.code.sf.net/p/sdcc/code/trunk/sdcc - - name: Modify incl.mk and Makefile.in - run: | - # Modify sdcc/device/lib/incl.mk to add the "huge" model - sed -i 's/MODELS = small medium large/MODELS = small large huge/' sdcc/device/lib/incl.mk + # - name: Modify incl.mk and Makefile.in + # run: | + # # Modify sdcc/device/lib/incl.mk to add the "huge" model + # sed -i 's/MODELS = small medium large/MODELS = small large huge/' sdcc/device/lib/incl.mk - # Modify sdcc/device/lib/Makefile.in to add the "model-mcs51-stack-auto" target - sed -i 's/TARGETS += models small-mcs51-stack-auto/TARGETS += models model-mcs51-stack-auto/' sdcc/device/lib/Makefile.in + # # Modify sdcc/device/lib/Makefile.in to add the "model-mcs51-stack-auto" target + # sed -i 's/TARGETS += models small-mcs51-stack-auto/TARGETS += models model-mcs51-stack-auto/' sdcc/device/lib/Makefile.in # - name: Fix config.sub and config.guess for 8051 # run: |