No libieee anymore but gcc does not know this
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/clisp?expand=0&rev=122
This commit is contained in:
parent
cfd2708091
commit
7f8ef88cc1
@ -3,3 +3,4 @@ addFilter(".*make-check-outside-check-section.*make\ check.*")
|
|||||||
addFilter(".*executable-stack.*/usr/lib.*/clisp-.*")
|
addFilter(".*executable-stack.*/usr/lib.*/clisp-.*")
|
||||||
addFilter(".*binary-or-shlib-calls-gethostbyname.*/usr/lib.*/clisp-.*")
|
addFilter(".*binary-or-shlib-calls-gethostbyname.*/usr/lib.*/clisp-.*")
|
||||||
addFilter(".*file-contains-date-and-time.*/usr/lib.*/clisp-.*")
|
addFilter(".*file-contains-date-and-time.*/usr/lib.*/clisp-.*")
|
||||||
|
addFilter(".*position-independent-executable-suggested.*")
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 25 13:47:37 UTC 2018 - werner@suse.de
|
||||||
|
|
||||||
|
- Remove -mieee-fp gcc option as gcc does not know or ignore
|
||||||
|
that l(ib)ieee is not part of glibc package anymore
|
||||||
|
- -fPIE/-fpie is brain dead for a binary used for dumping images
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 14 08:03:57 UTC 2018 - werner@suse.de
|
Wed Mar 14 08:03:57 UTC 2018 - werner@suse.de
|
||||||
|
|
||||||
|
@ -23,9 +23,7 @@ Summary: A Common Lisp Interpreter
|
|||||||
# Included gllib is GPL-3.0-or-later
|
# Included gllib is GPL-3.0-or-later
|
||||||
License: GPL-2.0-or-later AND GPL-3.0-or-later
|
License: GPL-2.0-or-later AND GPL-3.0-or-later
|
||||||
Group: Development/Languages/Other
|
Group: Development/Languages/Other
|
||||||
Url: http://clisp.cons.org
|
Url: https://gitlab.com/gnu-clisp/clisp
|
||||||
|
|
||||||
#Source: http://downloads.sf.net/clisp/%name-%version.tar.bz2
|
|
||||||
Source: %name-%version.tar.bz2
|
Source: %name-%version.tar.bz2
|
||||||
Source3: clisp-rpmlintrc
|
Source3: clisp-rpmlintrc
|
||||||
Source4: README.SUSE
|
Source4: README.SUSE
|
||||||
@ -166,7 +164,7 @@ fi
|
|||||||
CC="${CC} -g ${RPM_OPT_FLAGS} -fno-strict-aliasing -fPIC -pipe"
|
CC="${CC} -g ${RPM_OPT_FLAGS} -fno-strict-aliasing -fPIC -pipe"
|
||||||
case "$(uname -m)" in
|
case "$(uname -m)" in
|
||||||
i[0-9]86)
|
i[0-9]86)
|
||||||
CC="${CC} -mieee-fp -ffloat-store" ;;
|
CC="${CC} -ffloat-store" ;;
|
||||||
arm*) CC="${CC}" ;;
|
arm*) CC="${CC}" ;;
|
||||||
aarch64)CC="${CC}" ;;
|
aarch64)CC="${CC}" ;;
|
||||||
ppc) CC="${CC}" ;;
|
ppc) CC="${CC}" ;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user