summaryrefslogtreecommitdiff
path: root/src/pkg/math/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/math/Makefile')
-rw-r--r--src/pkg/math/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pkg/math/Makefile b/src/pkg/math/Makefile
index f30f38faf..7a3808976 100644
--- a/src/pkg/math/Makefile
+++ b/src/pkg/math/Makefile
@@ -9,6 +9,9 @@ TARG=math
OFILES_amd64=\
sqrt_amd64.$O\
+OFILES_386=\
+ sqrt_386.$O\
+
OFILES=\
$(OFILES_$(GOARCH))
@@ -29,6 +32,7 @@ ALLGOFILES=\
sin.go\
sinh.go\
sqrt.go\
+ sqrt_port.go\
tan.go\
tanh.go\
unsafe.go\