aboutsummaryrefslogtreecommitdiffstats
path: root/build.scm
diff options
context:
space:
mode:
authorThomas Bushnell <tb@debian.org>2008-02-18 15:37:29 -0500
committerBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:41 -0800
commit978a3689f0198999230fee96c037cf3f2f5207d9 (patch)
tree910512ad3fa92f22ccf6503c45768d6ae296dae0 /build.scm
parente9ed1ad5236ca6314136c4220ac672167b643fc5 (diff)
downloadscm-978a3689f0198999230fee96c037cf3f2f5207d9.tar.gz
scm-978a3689f0198999230fee96c037cf3f2f5207d9.zip
Import Debian changes 5e5-2debian/5e5-2
scm (5e5-2) unstable; urgency=low * continue.h: actually make the change mentioned in 5e5-1. * Makefile: Likewise. * xgen.scm: Likewise. * scm.1: Likewise. * build.scm: Likewise.
Diffstat (limited to 'build.scm')
-rw-r--r--build.scm10
1 files changed, 10 insertions, 0 deletions
diff --git a/build.scm b/build.scm
index 28a768e..7ea579c 100644
--- a/build.scm
+++ b/build.scm
@@ -568,6 +568,16 @@
(nostart linux "" "" #f () ())
(dump linux "" "" #f ("unexelf.c" "gmalloc.c") ())
+ (m linux-ia64 "" "-lm" "/lib/libm.so" () ())
+ (c linux-ia64 "" "-lc" "/lib/libc.so" () ())
+ (dlll linux-ia64 "-DSUN_DL" "-ldl" #f () ())
+ (regex linux-ia64 "" "" #f () ())
+ (graphics linux-ia64 "-I/usr/include/X11 -DX11" "-L/usr/X11R6/lib -lX11"
+ "/usr/X11R6/lib/libX11.so" () ())
+ (curses linux-ia64 "" "-lcurses" "/lib/libncurses.so" () ())
+ (nostart linux-ia64 "" "" #f () ())
+ (dump linux-ia64 "" "" #f ("unexelf.c" "gmalloc.c") ())
+
(dump irix "" "-G 0" #f () ())
(m acorn-unixlib "" "" #f () ())