diff options
author | Liav A <liavalb@gmail.com> | 2022-10-04 02:57:03 +0300 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-12-28 11:53:41 +0100 |
commit | b49c4eb94f27f8ad67a16c6a58003de33a9d5f2b (patch) | |
tree | 00c9a9bd10017e100ad0427eda9826f64ed9ca9a /Ports/gnuplot/patches/ReadMe.md | |
parent | e11dcd21c13526a3fe941219b4436d0ab83cf06c (diff) | |
download | serenity-b49c4eb94f27f8ad67a16c6a58003de33a9d5f2b.zip |
Ports: Remove i686 support
Diffstat (limited to 'Ports/gnuplot/patches/ReadMe.md')
-rw-r--r-- | Ports/gnuplot/patches/ReadMe.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ports/gnuplot/patches/ReadMe.md b/Ports/gnuplot/patches/ReadMe.md index b50a02835d..acec350ced 100644 --- a/Ports/gnuplot/patches/ReadMe.md +++ b/Ports/gnuplot/patches/ReadMe.md @@ -5,5 +5,5 @@ 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' |