modified: .gitea/workflows/sdcc.yml

This commit is contained in:
2025-02-23 11:07:28 +01:00
parent 3c3af1ba04
commit 581fea8b69

View File

@@ -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: |