1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 12:47:35 +00:00

Ports: Remove i686 support

This commit is contained in:
Liav A 2022-10-04 02:57:03 +03:00 committed by Andreas Kling
parent e11dcd21c1
commit b49c4eb94f
8 changed files with 18 additions and 24 deletions

View file

@ -4,7 +4,7 @@ Date: Wed, 15 Apr 2020 14:23:25 +0100
Subject: [PATCH] Don't build the docs and the demo
- docs - segfault during make :/
- demo - i686-pc-serenity-gcc: error: unrecognized command line option '-rdynamic'
- demo - x86_64-pc-serenity-gcc: error: unrecognized command line option '-rdynamic'
---
Makefile.am | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
@ -20,7 +20,7 @@ index 9241ce5..1e2f6c6 100644
-SUBDIRS = config m4 term src docs man demo tutorial share
+# Note: For the SerenityOS port of gnuplot, the following have been removed:
+# docs - segfault during make :/
+# demo - i686-pc-serenity-gcc: error: unrecognized command line option '-rdynamic'
+# demo - x86_64-pc-serenity-gcc: error: unrecognized command line option '-rdynamic'
+SUBDIRS = config m4 term src man tutorial share
EXTRA_DIST = BUGS Copyright FAQ.pdf GNUmakefile INSTALL INSTALL.gnu \