summaryrefslogtreecommitdiff
path: root/frontends/riscos/Makefile
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2023-03-06 00:36:52 +0000
committerJohn-Mark Bell <jmb@netsurf-browser.org>2023-03-06 00:36:52 +0000
commit7e6acf326bc52fbd97d5e330799240f977db5ccb (patch)
tree07541e1351fd17af45e9e64526ac494d0da8d9df /frontends/riscos/Makefile
parent700c12aa9db71ec8d4d4546d8ba45e2398d273aa (diff)
downloadnetsurf-7e6acf326bc52fbd97d5e330799240f977db5ccb.tar.gz
netsurf-7e6acf326bc52fbd97d5e330799240f977db5ccb.tar.bz2
arm-riscos-gnueabi: require SharedULib 1.16
Diffstat (limited to 'frontends/riscos/Makefile')
-rw-r--r--frontends/riscos/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/riscos/Makefile b/frontends/riscos/Makefile
index 2b595916a..265f9289d 100644
--- a/frontends/riscos/Makefile
+++ b/frontends/riscos/Makefile
@@ -115,7 +115,7 @@ $(FRONTEND_SOURCE_DIR)/appdir/!Run$(RUNEXT): $(FRONTEND_SOURCE_DIR)/scripts/Run
$(VQ)echo " MAKERUN: $@"
$(Q)$(MAKERUN) $(EXETARGET) $< $@
ifeq ($(findstring -elfeabi,$(SUBTARGET)),-elfeabi)
- $(Q)$(SED) -i -e 's/^|\(RMEnsure ARMEABISupport\)/\1/' $@
+ $(Q)$(SED) -i -e 's/^|\(RMEnsure ARMEABISupport\)/\1/' -e 's/SharedUnixLibrary 1\.07/SharedUnixLibrary 1.16/g' $@
endif
$(FRONTEND_SOURCE_DIR)/appdir/!Help$(RUNEXT): $(FRONTEND_SOURCE_DIR)/scripts/Help