~ubuntu-branches/ubuntu/hardy/klibc/hardy-updates

« back to all changes in this revision

Viewing changes to klibc/MCONFIG

  • Committer: Bazaar Package Importer
  • Author(s): Jeff Bailey
  • Date: 2006-01-04 20:24:52 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060104202452-ec4v3n829rymukuv
Tags: 1.1.15-0ubuntu1
* New upstream version.

* Patch to fix compilation on parisc64 kernels.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# -*- makefile -*-
2
 
#
3
 
# Makefile configuration, without explicit rules
4
 
#
5
 
 
6
 
SRCROOT = ..
7
 
include ../MCONFIG
8
 
include ../MRULES
9
 
 
10
 
WARNFLAGS = -W -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Winline
11
 
 
12
 
ifeq ($(ERRLIST),1)
13
 
REQFLAGS += -DWITH_ERRLIST
14
 
endif
15
 
 
16
 
CFLAGS  = -Wp,-MT,$@,-MD,$(dir $@).$(notdir $@).d $(OPTFLAGS) $(REQFLAGS) $(WARNFLAGS)
17
 
INCLUDE += -I./zlib
18
 
CFLAGS  += -DDYNAMIC_CRC_TABLE
19
 
 
20
 
SOFLAGS = -fPIC