2
0
mirror of git://sourceware.org/git/glibc.git synced 2025-02-23 13:09:58 +08:00

Fri Feb 16 10:14:05 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>

* Makeconfig (CFLAGS-.po): Use -pg instead of -p.
This commit is contained in:
Roland McGrath 1996-02-16 15:14:24 +00:00
parent 9b19f55dc8
commit 7c97bb094e
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Fri Feb 16 10:14:05 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
* Makeconfig (CFLAGS-.po): Use -pg instead of -p.
Thu Feb 15 13:57:08 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> Thu Feb 15 13:57:08 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
* mach/Machrules: Use -include for $(*.ir). * mach/Machrules: Use -include for $(*.ir).

View File

@ -450,7 +450,7 @@ ifeq (yes,$(build-profile))
# Under --enable-profile, we will build a static library of profiled objects. # Under --enable-profile, we will build a static library of profiled objects.
# The profiled object files are named foo.po. # The profiled object files are named foo.po.
object-suffixes += .po object-suffixes += .po
CFLAGS-.po = -p CFLAGS-.po = -pg
libtype.po = lib%_p.a libtype.po = lib%_p.a
endif endif
ifeq (yes,$(build-omitfp)) ifeq (yes,$(build-omitfp))

View File

@ -127,7 +127,7 @@ fioclex (int fd,
return __fcntl (fd, F_SETFD, flag); return __fcntl (fd, F_SETFD, flag);
} }
_HURD_HANDLE_IOCTL (fioclex, FIOCLEX, FIONCLEX); _HURD_HANDLE_IOCTLS (fioclex, FIOCLEX, FIONCLEX);
#include <hurd/term.h> #include <hurd/term.h>
#include <hurd/tioctl.h> #include <hurd/tioctl.h>