diff options
author | Warner Losh <imp@FreeBSD.org> | 2008-09-19 01:35:34 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2008-09-19 01:35:34 +0000 |
commit | bfb4b856d39f274e194f203da61eaa973f316740 (patch) | |
tree | ea50d23d9ef2cbbbbbb3562f4c1bdfe11f3ab4ca /gnu/lib/libgcc/Makefile | |
parent | 7c2bd2b9e2f1f34dc94926e47e6a93bfaacda612 (diff) |
Prefer the patch in p4 to the patch in svn as it properly sorts the
architectures alphabetically.
Notes
Notes:
svn path=/head/; revision=183165
Diffstat (limited to 'gnu/lib/libgcc/Makefile')
-rw-r--r-- | gnu/lib/libgcc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libgcc/Makefile b/gnu/lib/libgcc/Makefile index 5f34f7218b86..fa8a26f1568a 100644 --- a/gnu/lib/libgcc/Makefile +++ b/gnu/lib/libgcc/Makefile @@ -174,7 +174,7 @@ OBJ_GRPS = STD DIV # Floating point emulation functions # .if ${TARGET_ARCH} == "armNOT_YET" || ${TARGET_ARCH} == "powerpc" || \ - ${TARGET_ARCH} == "sparc64" || ${TARGET_ARCH} == "mips" + ${TARGET_ARCH} == "sparc64" FPBIT_CFLAGS = -DFINE_GRAINED_LIBRARIES -DFLOAT DPBIT_CFLAGS = -DFINE_GRAINED_LIBRARIES |