mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 10:35:12 +08:00
better handling for X11 oddities on various systems
This commit is contained in:
parent
394171ace4
commit
d10f77c1b8
10
ChangeLog
10
ChangeLog
@ -1,3 +1,13 @@
|
||||
Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
||||
|
||||
* config/mh-solaris: rework standard X location to use
|
||||
$OPENWINHOME, if defined.
|
||||
|
||||
* config/mh-sun: handle X11 include locations
|
||||
|
||||
* config/mh-decstation: define NeedFunctionPrototypes to 0, to
|
||||
work around dain-bramaged DECwindows include files
|
||||
|
||||
Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
||||
|
||||
* Makefile.in: define flags for X11 include files and library file
|
||||
|
4
config/mh-sun
Normal file
4
config/mh-sun
Normal file
@ -0,0 +1,4 @@
|
||||
# X11
|
||||
OPENWINHOME = /usr/openwin
|
||||
X11_INCLUDE_FLAGS = -I$(OPENWINHOME)/include
|
||||
X11_LIB_FLAGS = -L$(OPENWINHOME)/lib
|
@ -23,6 +23,7 @@ case "${host}" in
|
||||
i[34]86-*-solaris2*) host_makefile_frag=config/mh-sysv4 ;;
|
||||
*-ibm-aix*) host_makefile_frag=config/mh-aix ;;
|
||||
*-sun-solaris*) host_makefile_frag=config/mh-solaris ;;
|
||||
*-sun-*) host_makefile_frag=config/mh-sun ;;
|
||||
*-hp-hpux) host_makefile_frag=config/mh-hpux ;;
|
||||
*-*sysv4*) host_makefile_frag=config/mh-sysv4 ;;
|
||||
*-*sysv*) host_makefile_frag=config/mh-sysv ;;
|
||||
|
Loading…
Reference in New Issue
Block a user