2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 23:12:28 +00:00

Merge branch 'master' of github.com:dylanaraps/kiss-experiment

This commit is contained in:
Dylan Araps 2019-07-13 18:26:14 +03:00
commit 66372f6419
4 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,6 @@ export CXXFLAGS=-pipe
../gcc/configure \ ../gcc/configure \
--prefix=/usr \ --prefix=/usr \
--disable-bootstrap \
--disable-multilib \ --disable-multilib \
--disable-symvers \ --disable-symvers \
--disable-libmpx \ --disable-libmpx \

View File

@ -1 +1 @@
9.1.0 5 9.1.0 6

View File

@ -8,6 +8,7 @@ cp -v configfsf.sub config.sub
--localstatedir=/var/state/gmp \ --localstatedir=/var/state/gmp \
--build="$(gcc -dumpmachine)" \ --build="$(gcc -dumpmachine)" \
--enable-cxx \ --enable-cxx \
--enable-fat \
--with-pic --with-pic
make make

View File

@ -1 +1 @@
6.1.2 3 6.1.2 4