diff options
| author | mike_s <none@none> | 2005-06-23 20:19:15 -0700 |
|---|---|---|
| committer | mike_s <none@none> | 2005-06-23 20:19:15 -0700 |
| commit | 2df8f1d2ea5498217e0cb212fe552e01ed3aad0d (patch) | |
| tree | f54ac355bde6e384ae4f5c6074255654c44cdd18 /usr/src/lib/libc | |
| parent | 390b98b5ee57d19c88c936564abbe555f4821091 (diff) | |
| download | illumos-joyent-2df8f1d2ea5498217e0cb212fe552e01ed3aad0d.tar.gz | |
6289474 C99LMODE should derive automatically from C99MODE
Diffstat (limited to 'usr/src/lib/libc')
| -rw-r--r-- | usr/src/lib/libc/amd64/Makefile | 1 | ||||
| -rw-r--r-- | usr/src/lib/libc/i386/Makefile.com | 1 | ||||
| -rw-r--r-- | usr/src/lib/libc/sparc/Makefile | 1 | ||||
| -rw-r--r-- | usr/src/lib/libc/sparcv9/Makefile | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/usr/src/lib/libc/amd64/Makefile b/usr/src/lib/libc/amd64/Makefile index c7cf555a81..3f446d1b0e 100644 --- a/usr/src/lib/libc/amd64/Makefile +++ b/usr/src/lib/libc/amd64/Makefile @@ -910,7 +910,6 @@ BUILD.s= $(AS) $(ASFLAGS) $< -o $@ # C99 mode. This has been enabled to support the complex arithmetic # added to libc. C99MODE= $(C99_ENABLE) -C99LMODE= -Xc99=%all # libc method of building an archive BUILD.AR= $(RM) $@ ; \ diff --git a/usr/src/lib/libc/i386/Makefile.com b/usr/src/lib/libc/i386/Makefile.com index d2c5e36235..9f5aecc002 100644 --- a/usr/src/lib/libc/i386/Makefile.com +++ b/usr/src/lib/libc/i386/Makefile.com @@ -967,7 +967,6 @@ BUILD.s= $(AS) $(ASFLAGS) $< -o $@ # C99 mode. This has been enabled to support the complex arithmetic # added to libc. C99MODE= $(C99_ENABLE) -C99LMODE= -Xc99=%all # libc method of building an archive BUILD.AR= $(RM) $@ ; \ diff --git a/usr/src/lib/libc/sparc/Makefile b/usr/src/lib/libc/sparc/Makefile index c9faccfbe8..78b46b2c31 100644 --- a/usr/src/lib/libc/sparc/Makefile +++ b/usr/src/lib/libc/sparc/Makefile @@ -969,7 +969,6 @@ BUILD.s= $(AS) $(ASFLAGS) $< -o $@ # C99 mode. This has been enabled to support the complex arithmetic # added to libc. C99MODE= $(C99_ENABLE) -C99LMODE= # libc method of building an archive BUILD.AR= $(RM) $@ ; \ diff --git a/usr/src/lib/libc/sparcv9/Makefile b/usr/src/lib/libc/sparcv9/Makefile index 3df6902b84..5a34b9a1dd 100644 --- a/usr/src/lib/libc/sparcv9/Makefile +++ b/usr/src/lib/libc/sparcv9/Makefile @@ -915,7 +915,6 @@ BUILD.s= $(AS) $(ASFLAGS) $< -o $@ # C99 mode. This has been enabled to support the complex arithmetic # added to libc. C99MODE= $(C99_ENABLE) -C99LMODE= # libc method of building an archive BUILD.AR= $(RM) $@ ; \ |
