(pic-ccflag): Override it for more efficient code (together with a

change in gcc).
This commit is contained in:
Ulrich Drepper 1997-09-05 01:40:38 +00:00
parent d930b435a9
commit a698457a19
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc.
# Copyright (C) 1993, 1994, 1996, 1997 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
@ -25,6 +25,8 @@ endif
asm-CPPFLAGS += $(m68k-syntax-flag)
pic-ccflag = -fpic
# Make sure setjmp.c is compiled with a frame pointer
CFLAGS-setjmp.c := -fno-omit-frame-pointer