* config/sun4sol2.mh: Remove -xs flag, default INSTALL to cp.
[deliverable/binutils-gdb.git] / gdb / config / sun4sol2.mh
index d90e69564af795761eb6395791acd6ea0bedd7ed..9ea2174e32bf1be9971c2ba56420398a5b61cff9 100644 (file)
@@ -20,10 +20,15 @@ REGEX1=regex.o
 # new terminfo interface and latest terminal descriptions.
 TERMCAP=-ltermlib
 
-# SVR4 puts the BSD compatible install in /usr/ucb.
-INSTALL = /usr/ucb/install -c
+# Solaris-2 makes `install' optional in the Berkeley compatability pkg.
+# cp will do fine.
+INSTALL = cp
 
+# If you are compiling with Sun's compiler, add the -xs option to CC
+# (e.g. `make CC="cc -xs"').
 # Sun's compilers require the -xs option to produce debug information
 # in the final linked executable.  Otherwise they leave it in the .o
 # files only, with undocumented pointers to it in the linked executable.
-MH_CFLAGS=-xs
+# This is commented out because we don't assume that the Sun compiler
+# is in use.
+#MH_CFLAGS=-xs
This page took 0.022745 seconds and 4 git commands to generate.