DJ Delorie
70ecf948d9
merge from gcc
24 years ago
DJ Delorie
2ed1e5cc55
merge from gcc
24 years ago
DJ Delorie
10b57b38b3
merge from gcc
24 years ago
DJ Delorie
1ea16ec5b4
merge from gcc
24 years ago
Alexandre Oliva
aa072e5934
* Makefile.in (MULTIOSDIR): New macro. Use $(CC) $(LIBCFLAGS)
instead of $$CC alone.
(install_to_tooldir): Use it.
24 years ago
DJ Delorie
cc52927424
merge from gcc
24 years ago
DJ Delorie
4938384a1f
merge from gcc
24 years ago
Daniel Jacobowitz
ba61a41253
* Makefile.in (CFILES): Add lrealpath.c.
(REQUIRED_OFILES): Add lrealpath.o.
(lrealpath.o): Add rule.
* aclocal.m4 (libiberty_NEED_DECLARATION): Add.
* configure.in: Add realpath and canonicalize_file_name to
checkfuncs and AC_CHECK_FUNCS. Use libiberty_NEED_DECLARATION
for canonicalize_file_name.
* lrealpath.c: New file.
* make-relative-prefix.c: Update documentation.
(make_relative_prefix): Simplify. Use lbasename and lrealpath.
* config.in: Regenerated.
* configure: Regenerated.
* functions.texi: Regenerated.
24 years ago
DJ Delorie
85b9a93839
merge from gcc
24 years ago
Alexandre Oliva
578460f23e
* Makefile.in (all-subdir, check-subdir, installcheck-subdir)
(info-subdir, install-info-subdir, clean-info-subdir)
(dvi-subdir, install-subdir, etags-subdir, mostlyclean-subdir)
(clean-subdir, distclean-subdir, maintainer-clean-subdir):
Pass $(FLAGS_TO_PASS).
24 years ago
Alexandre Oliva
7f285245cf
* Makefile.in (install_to_tooldir): Instead of $(MULTISUBDIR), use
/`$$CC -print-multi-os-directory`.
24 years ago
DJ Delorie
9c2259b8d5
merge from gcc
24 years ago
DJ Delorie
5a17353c6b
merge from gcc
24 years ago
DJ Delorie
27a39a5f0a
merge from gcc
24 years ago
DJ Delorie
2a80c0a458
merge from gcc
24 years ago
DJ Delorie
1b67de929e
merge from gcc
24 years ago
DJ Delorie
b39b76b8b5
merge from gcc
24 years ago
DJ Delorie
4748c6d894
merge from gcc
25 years ago
DJ Delorie
50d4562d6e
merge from gcc
25 years ago
DJ Delorie
cc096b7166
merge from gcc
25 years ago
DJ Delorie
fec501579d
merge from gcc
25 years ago
DJ Delorie
3bc62f91f4
merge from gcc
25 years ago
DJ Delorie
ba19b94f67
merge from gcc
25 years ago
DJ Delorie
3942352316
merge from gcc
25 years ago
DJ Delorie
f01b59ed06
merge from gcc
25 years ago
DJ Delorie
8e777d6aa9
merge from gcc
25 years ago
DJ Delorie
cc5144f8c0
merge from gcc
25 years ago
DJ Delorie
a5d8f731bf
merge from gcc
25 years ago
DJ Delorie
2a6ef46975
merge from gcc
25 years ago
DJ Delorie
7b78baae9b
merge from gcc
25 years ago
DJ Delorie
0279cc646c
sync with egcs
26 years ago
Daniel Berlin
a5dd804ef9
Forgot the makefile portion
26 years ago
DJ Delorie
a7bf099bb7
merge from gcc
26 years ago
DJ Delorie
1dffcc6638
merge from gcc
26 years ago
DJ Delorie
8aa30e60ce
merge from gcc
26 years ago
DJ Delorie
30673bf511
merge from gcc
26 years ago
DJ Delorie
c00c39edd4
Add - before rms to be more portable.
26 years ago
DJ Delorie
ac424eb32c
* safe-ctype.c: New file.
* Makefile.in (CFILES): Add safe-ctype.c.
(REQUIRED_OFILES): Add safe-ctype.o.
* argv.c: Define ISBLANK and use it, not isspace.
* basename.c, cplus-dem.c, fnmatch.c, pexecute.c, strtod.c,
strtol.c, strtoul.c: Include safe-ctype.h, not ctype.h. Use
uppercase ctype macros. Don't test ISUPPER(c)/ISLOWER(c)
before calling TOLOWER(c)/TOUPPER(c).
26 years ago
DJ Delorie
4415a860ff
* Makefile.in (distclean): When cleaning, remove testsuite.
26 years ago
DJ Delorie
74bcd5294f
merge from gcc repository
26 years ago
Jason Merrill
050823ca47
* Makefile.in (REQUIRED_OFILES): Add md5.o.
(CFILES): Add md5.c.
* md5.c: New file.
26 years ago
Jeff Law
90aaccd1f2
* Makefile.in (rename.o, waitpid.o): Depend on config.h
26 years ago
Jeff Law
62df206565
* configure.in (AC_CHECK_HEADERS): Add time.h.
(AC_HEADER_TIME): Add check.
* configure, config.in: Regenerate.
* getruntime.c: Portably #include <sys/time.h> and/or <time.h>.
26 years ago
H.J. Lu
eb383413c2
Synced with libiberty in the gcc repository.
27 years ago
DJ Delorie
9cc28cc8a9
* Makefile.in: add EXTRA_INCS
* configure.in: if with-newlib, point to it for includes
rather than using the installed includes, for target builds.
If cygwin, override function list only for target builds.
* configure: regenerate
Note from DJ: I waited a week for gcc approval and got none, but
we need this patch for cygwin builds *now*. I'll fix it later if
need be.
27 years ago
Jeff Law
77bfb69416
* Makefile.in (objalloc.o): Depend on config.h
27 years ago
Alexandre Oliva
010c70e10f
* Makefile.in (maintainer-clean-subdir): Fix handling of empty
SUBDIRS.
27 years ago
Jeff Law
19be430370
2000-04-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
* Makefile.in (*-subdir): Revamp slightly to avoid losing on
4.3BSD systems.
27 years ago
Jason Merrill
b4fe268363
merge from gcc
27 years ago
Ian Lance Taylor
0c0a36a403
merge with libiberty from egcs 2000-02-22
27 years ago