mirror of
https://github.com/openRuyi-Project/gcc.git
synced 2026-06-16 00:16:04 +00:00
97b8365caf
From-SVN: r120621
7 lines
168 B
Bash
7 lines
168 B
Bash
#!/bin/sh
|
|
|
|
echo "/* Warning ! This is a generated file. Use build_mathnamespace to regenerate it */"
|
|
while read fun;do
|
|
echo "#define ${fun} ClasspathMath_${fun}"
|
|
done
|