summaryrefslogtreecommitdiff
path: root/Makeconfig
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-02-16 15:14:24 +0000
committerRoland McGrath <roland@gnu.org>1996-02-16 15:14:24 +0000
commit7c97bb094e60bd100c752234397979d32d89a864 (patch)
tree85b6e807663487a896a365b72ed4235517c3b333 /Makeconfig
parent9b19f55dc833831a718d775378d874a0aee5b01b (diff)
Fri Feb 16 10:14:05 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
* Makeconfig (CFLAGS-.po): Use -pg instead of -p.
Diffstat (limited to 'Makeconfig')
-rw-r--r--Makeconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconfig b/Makeconfig
index b991f9d492..cd43132f5c 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -450,7 +450,7 @@ ifeq (yes,$(build-profile))
# Under --enable-profile, we will build a static library of profiled objects.
# The profiled object files are named foo.po.
object-suffixes += .po
-CFLAGS-.po = -p
+CFLAGS-.po = -pg
libtype.po = lib%_p.a
endif
ifeq (yes,$(build-omitfp))