diff options
author | rie <none@none> | 2007-05-22 09:20:42 -0700 |
---|---|---|
committer | rie <none@none> | 2007-05-22 09:20:42 -0700 |
commit | 0d7d3dbe4188caf12add69bc9a74630e319b8a14 (patch) | |
tree | 607db2534a516ebd2f9355364f93cdb841c75bd1 /usr/src/lib/libc_psr | |
parent | 4142e9a2e78218ba6d868d50b712d57905c9ceb6 (diff) | |
download | illumos-gate-0d7d3dbe4188caf12add69bc9a74630e319b8a14.tar.gz |
6559430 OSNet cleanup with 6455532 missed a few changes
Diffstat (limited to 'usr/src/lib/libc_psr')
-rw-r--r-- | usr/src/lib/libc_psr/sun4v_hwcap2/Makefile.com | 2 | ||||
-rw-r--r-- | usr/src/lib/libc_psr/sun4v_hwcap2/sparc/Makefile | 2 | ||||
-rw-r--r-- | usr/src/lib/libc_psr/sun4v_hwcap2/sparcv9/Makefile | 2 |
3 files changed, 2 insertions, 4 deletions
diff --git a/usr/src/lib/libc_psr/sun4v_hwcap2/Makefile.com b/usr/src/lib/libc_psr/sun4v_hwcap2/Makefile.com index 9c6891ed63..ac2e1f48f6 100644 --- a/usr/src/lib/libc_psr/sun4v_hwcap2/Makefile.com +++ b/usr/src/lib/libc_psr/sun4v_hwcap2/Makefile.com @@ -44,6 +44,8 @@ CPPFLAGS = -D_REENTRANT -D$(MACH) -DNIAGARA2_IMPL $(IFLAGS) $(CPPFLAGS.master) ASDEFS = -D__STDC__ -D_ASM $(CPPFLAGS) ASFLAGS = -P $(ASDEFS) +MAPFILES = ../../sun4v/mapfile-vers ../mapfile $(MAPFILE.FLT) + # # build rules # diff --git a/usr/src/lib/libc_psr/sun4v_hwcap2/sparc/Makefile b/usr/src/lib/libc_psr/sun4v_hwcap2/sparc/Makefile index de235c9343..ac4b58b41e 100644 --- a/usr/src/lib/libc_psr/sun4v_hwcap2/sparc/Makefile +++ b/usr/src/lib/libc_psr/sun4v_hwcap2/sparc/Makefile @@ -36,8 +36,6 @@ OBJECTS = memcpy.o memset.o include ../Makefile.com -MAPFILES = ../../sun4v/mapfile-vers ../mapfile $(MAPFILE-FLTR) - ASFLAGS += -xarch=v8plusa # Redefine shared object build rule to use $(LD) directly (this avoids .init diff --git a/usr/src/lib/libc_psr/sun4v_hwcap2/sparcv9/Makefile b/usr/src/lib/libc_psr/sun4v_hwcap2/sparcv9/Makefile index ef31b23f7b..ff26cf6552 100644 --- a/usr/src/lib/libc_psr/sun4v_hwcap2/sparcv9/Makefile +++ b/usr/src/lib/libc_psr/sun4v_hwcap2/sparcv9/Makefile @@ -36,8 +36,6 @@ OBJECTS = memcpy.o memset.o include ../Makefile.com -MAPFILES = ../../sun4v/mapfile-vers ../mapfile $(MAPFILE-FLTR) - ASDEFS += -D__sparcv9 ASFLAGS += -xarch=v9a |